Skip to content

v0.7.1

Latest
Compare
Choose a tag to compare
@hiltontj hiltontj released this 03 Nov 21:50
· 1 commit to main since this release
485edcd

0.7.1 (3 November 2024)

  • internal: update serde_json to the latest version (#107)
  • fixed: edge case where . in regexes for match and search functions was matching \r\n properly (#92)
  • breaking: added regex feature flag that gates regex functions match and search (#93, thanks @LucasPickering)
    • Feature is enabled by default, but if you have default-features = false you'll need to explicitly add it to retain access to these functions
  • breaking(serde_json_path_core): ensure integers used as indices are within the valid range for I-JSON (#98)
  • internal: remove use of once_cell and use specific versions for crate dependencies (#105)