Skip to content

Releases: JSONPath-Plus/JSONPath

v7.2.0

08 Sep 13:24
Compare
Choose a tag to compare

7.2.0 (2022-09-02)

v6.0.1

07 Jul 02:46
Compare
Choose a tag to compare

6.0.1 (2021-07-07)

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

v6.0.0

07 Jul 02:46
Compare
Choose a tag to compare

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

12 Apr 09:45
Compare
Choose a tag to compare

5.1.0 (2021-06-24)

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

v5.0.7

07 Jul 02:46
Compare
Choose a tag to compare

5.0.7 (2021-04-12)

v5.0.6

12 Apr 09:45
Compare
Choose a tag to compare

5.0.6 (2021-04-09)

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

v5.0.5

09 Apr 08:17
Compare
Choose a tag to compare

5.0.5 (2021-04-09)

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

5.0.4

01 Apr 00:58
Compare
Choose a tag to compare

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.

5.0.3

06 Feb 01:12
Compare
Choose a tag to compare

5.0.3 (2021-02-06)

  • Fix: Add package exports for browser and umd (#145) (@gjvoosten)
  • Update: Build as per refactoring
  • Docs: Update as per typedoc update
  • Docs: Update license badges per latest
  • Linting: As per latest ash-nazg
  • CI: Update from Travis -> GitHub Actions
  • npm: Switch from eslint-plugin-sonarjs to eslint-plugin-radar
  • npm: Switch to pnpm
  • npm: Update devDeps.

5.0.2

06 Feb 01:12
Compare
Choose a tag to compare

5.0.2 (2021-01-15)

  • Fix: Proper Node CommonJS export; fixes #144