Skip to content

Releases: JSONPath-Plus/JSONPath

v10.4.0

Choose a tag to compare

@80avin 80avin released this 16 Feb 03:02
0bedaea

What's Changed

New Contributors

Full Changelog: v10.3.0...v10.4.0

v10.3.0

Choose a tag to compare

@80avin 80avin released this 14 Feb 08:50
9754e4b

What's Changed

  • fix(eval): rce using non-string prop names by @80avin in #237
  • feat(demo): make demo link shareable by @80avin in #238

Full Changelog: v10.2.0...v10.3.0

v7.2.0

Choose a tag to compare

@jacobroschen jacobroschen released this 08 Sep 13:24

7.2.0 (2022-09-02)

v6.0.1

Choose a tag to compare

@brettz9 brettz9 released this 07 Jul 02:46

6.0.1 (2021-07-07)

  • Fix: Some package.json paths needed updating (@matushorvath)
  • npm: Update devDeps.

v6.0.0

Choose a tag to compare

@brettz9 brettz9 released this 07 Jul 02:46

6.0.0 (2021-07-05)

User-impacting

  • Breaking enhancement: Create as true ESM module
  • Breaking change: Utilize .cjs extension for UMD and CJS builds (very
    old browsers might not support, but needed with the change given that
    Webpack may complain if there even exists CJS within what it thinks is
    an ESM file, the ".js", our default)
  • Breaking change: Utilize .js extension instead of .mjs for now default
    ESM builds

Dev-impacting

  • npm: Add lint script
  • npm: Update devDeps.

v5.1.0

Choose a tag to compare

@brettz9 brettz9 released this 12 Apr 09:45

5.1.0 (2021-06-24)

  • Enhancement: support double-quoted bracket notation
  • Linting: As per latest ash-nazg
  • npm: Update devDeps.

v5.0.7

Choose a tag to compare

@brettz9 brettz9 released this 07 Jul 02:46

5.0.7 (2021-04-12)

v5.0.6

Choose a tag to compare

@brettz9 brettz9 released this 12 Apr 09:45

5.0.6 (2021-04-09)

  • Fix: Remove static modifiers (@sdolski)
  • Linting: As per latest ash-nazg
  • npm: Update devDeps.

v5.0.5

Choose a tag to compare

@brettz9 brettz9 released this 09 Apr 08:17

5.0.5 (2021-04-09)

  • Fix: Avoid cache corruption when the returned structure is modified.
    Fixes #102. (@tejodorus)

5.0.4

Choose a tag to compare

@brettz9 brettz9 released this 01 Apr 00:58

5.0.4 (2021-03-02)

  • Fix: allow falsey at values in filter (now may require checking for
    presence of @ in some cases); fixes #136
  • Docs: Add old missing release info (reconciling with GitHub releases)
  • Docs: Update README to reflect 1.2.0 was not a released version (subsume
    release details into 2.0.0)
  • Linting: As per latest ash-nazg
  • npm: Update devDeps.