Skip to content

Releases: bashtools/JSONPath.sh

Bugfix Release

10 Nov 18:47
Compare
Choose a tag to compare

Notable Changes

  • Add option '-c' for dense/condensed output.
  • Remove '-A' option - this is now the default.
  • Add '-v' option to output the current version.
  • JSON output now is the same as jsonlint output.
  • Options can appear anywhere on the command line again, so all examples work.

Full Changelog: v0.0.20...v0.0.21

OS compatibility, style and code cleanup.

11 Aug 14:13
Compare
Choose a tag to compare

This release addresses OS compatibility (for Mac), style and code cleanup.

This version is now available in pip and npm.

Many thanks to lcn2 from the IOCCC for their contribution. And a big thank you to all past contributors.

What's Changed

  • use grep -E, add Makefile, add -S, -A, -T options, fix ensure_deps.sh for macOS, fix command line parsing, make JSONPath.sh and test scripts robust by @lcn2 in #16

New Contributors

  • @lcn2 made their first contribution in #16

Full Changelog: v0.0.18...v0.0.19

Bug fixes

02 Feb 21:22
Compare
Choose a tag to compare
v0.0.18

Version bump