Releases: JSONPath-Plus/JSONPath
Releases · JSONPath-Plus/JSONPath
v10.4.0
What's Changed
- docs: fix Markdown formatting of examples in README.md by @aspiers in #230
- feat: add void operator by @80avin in #244
- build(deps): bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #248
- chore: update security policy by @80avin in #250
- build(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #249
- fix(eval): rce using lookupGetter or lookupSetter by @80avin in 1bab1cc
New Contributors
Full Changelog: v10.3.0...v10.4.0
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.