All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Don't panic when invalid regex is supplied
- Search values with Regex patterns with -r
- Now accepts input via stdin (pipes)
- Now outputs a JQ-compatible path
- Added this change log!
- Added Makefile to build for all systems
- Added docstrings to all exported types and functions
- Added License
- 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
- Initial release of jf