Releases: JSONPath-Plus/JSONPath
Releases · JSONPath-Plus/JSONPath
Release list
v10.4.1
What's Changed
- build(deps): bump minimatch from 3.1.2 to 3.1.4 by @dependabot[bot] in #255
- build(deps): bump markdown-it from 14.1.0 to 14.1.1 by @dependabot[bot] in #251
- build(deps): bump qs from 6.14.0 to 6.14.2 by @dependabot[bot] in #252
- build(deps): bump ajv from 6.12.6 to 6.14.0 by @dependabot[bot] in #253
- build(deps): bump serialize-javascript from 6.0.2 to 7.0.5 (via audit fix) by @dependabot[bot] in #260
- build(deps): bump minimatch from 9.0.5 to 9.0.9 by @dependabot[bot] in #262
- build(deps-dev): bump rollup from 4.53.2 to 4.59.0 by @dependabot[bot] in #257
- fix(slice): explicit zero end no longer returns the whole array by @spokodev in #265
New Contributors
Full Changelog: v10.4.0...v10.4.1
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)