Skip to content

Releases: WTFox/jsonfind

v1.1.1

09 May 16:42
Compare
Choose a tag to compare

Changelog

  • 7b6156f Merge pull request #2 from zeisss/patch-1
  • 6ca7e60 Remove 'large' from README as we're still reading the entire file into memory
  • 6f95d0b Simplfy brew install into one command
  • 33afdd1 Update usage in readmen
  • 04ef6ec Validate regex before starting search
  • 744c04e bump go version for CI

v1.1.0

28 Apr 05:39
Compare
Choose a tag to compare

Changelog

v1.0.3

27 May 02:56
Compare
Choose a tag to compare

Changelog

83a45a0 Add first only flag
5cd4a4a Add parent path flag
464e313 Update readme
edd91e6 new go.sum

v1.0.2

23 May 03:21
Compare
Choose a tag to compare

Changelog

a24af3e More changes to goreleaser
d7cbd28 Rename binary after installation

v1.0.1

20 Jun 23:48
Compare
Choose a tag to compare

[1.0.1] - 2020-06-20

Added

  • Added this change log!
  • Added Makefile to build for all systems
  • Added docstrings to all exported types and functions
  • Added License

Changed

  • jf now prints out help when invalid arguments are supplied
  • jf is now able to consume JSON files of various structures
  • Various project structure changes to be more consistent with standard Go packages

Now built for all platforms!

Initial Release

19 Jun 00:38
Compare
Choose a tag to compare

Initial Release!

Only macOS is supported at the moment.