Skip to content

v2.0.0

Choose a tag to compare

@davidhoo davidhoo released this 16 Dec 10:54
· 76 commits to main since this release

v2.0.0 - 2024-12-16

Changed

  • Complete rewrite with RFC 9535 compliance
  • API changes to align with RFC specification
  • Updated function signatures for better usability
  • Modified error types for more detailed error reporting

Added

  • Full implementation of JSONPath specification (RFC 9535)
  • Enhanced error handling and reporting
  • Improved performance and reliability
  • Updated documentation with more examples

Installation

# Homebrew
brew tap davidhoo/tap
brew install jsonpath

# Go
go install github.com/davidhoo/jsonpath/cmd/jp@v2.0.0