Releases: JSONPath-Plus/JSONPath
Releases · JSONPath-Plus/JSONPath
v10.3.0
v7.2.0
7.2.0 (2022-09-02)
- perf: optimize walk method by 10%-34% (@jacobroschen)
- chore: add types to exports field (@awlayton)
v6.0.1
6.0.1 (2021-07-07)
- Fix: Some
package.jsonpaths needed updating (@matushorvath) - npm: Update devDeps.
v6.0.0
6.0.0 (2021-07-05)
User-impacting
- Breaking enhancement: Create as true ESM module
- Breaking change: Utilize
.cjsextension 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
.jsextension instead of.mjsfor now default
ESM builds
Dev-impacting
- npm: Add
lintscript - npm: Update devDeps.
v5.1.0
v5.0.7
5.0.7 (2021-04-12)
- Fix: Add
packge.jsontoexports(@sebastiendavid)
v5.0.6
v5.0.5
5.0.4
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
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-sonarjstoeslint-plugin-radar - npm: Switch to pnpm
- npm: Update devDeps.