7554046a64
- Update to version 39.2.0 * Improved filtering for streaming mode * Now it is possible to use ?.value >= 42 filter in streaming mode. * Improved map func to work in streaming mode as well.
Michael Vetter2025-11-15 09:03:21 +00:00
58da72c134
Accepting request 1303570 from utilities
Ana Guerrero2025-09-10 18:22:46 +00:00
e1c9fd6936
- Update to version 39.1.0 * Added filter shortcut: ?.foo > 42 (transformed to .filter(x => x.foo > 42)). * Added delete with dd in interactive mode. * Added TOML support with --toml flag. * Added 3 new themes. * Better autocomplete for zsh. * Fixed stringify now returns null for undefined. * Fixed quoted fields in autocomplete. - Update to version 39.0.4 * Added FX_INDENT env variable. - Update to version 39.0.3 * Fixed bug with goto ref on collapsed nodes. - Update to version 39.0.2 * Fixed: only check escape chars in --strict mode. * Fixed --slurp tailing whitespace parsing. - Update to version 39.0.1 * Fixed $ref view pretty printing. * Fixed parsing of whitespaces at eof. - Update to version 39.0.0 * Add support for "Inlining" + fx will inline (printing object in single line) some objects and arrays for improved readability. * Added yank of key + value. * Added search caching. * Fixed waiting of first JSON object in JSONL parsing. * Fixed panic of missing JSON object. * Improved speed of bash autocomplete on huge JSON files. * Fixed keys autocompletion in some cases. - Update to version 38.0.0
Michael Vetter2025-09-10 09:11:54 +00:00
57c665e366
Accepting request 1287153 from utilities
Ana Guerrero2025-06-23 12:57:01 +00:00
98dd1390c0
- Update to version 35.0.0 * Fixed a bug with very long arguments. * Fixed a bug with closing profiles properly. * Fixed bash autocomplete for files without newline at the end. * Fixed a bug with --raw flag reading files without newline at the end. * Updated dependencies. - Update to version 34.0.0 * Now fx has a built-in JS engine! So, JSON processing will work everywhere! * Added list function to print array as list of strings. * Fixed yanking of wrapped object keys.
Michael Vetter2024-07-01 06:28:18 +00:00
025b5447b7
Accepting request 1161273 from utilities
Ana Guerrero2024-03-25 20:12:02 +00:00