jsonpath-plus
Advanced tools
Changelog
5.0.5 (2021-04-09)
Changelog
5.0.4 (2021-03-02)
@
in some cases); fixes #136Changelog
5.0.3 (2021-02-06)
eslint-plugin-sonarjs
to eslint-plugin-radar
Changelog
5.0.1 (2021-01-15)
Changelog
5.0.0 (2021-01-14)
type: 'commonjs'
and exports: {import, require}
(with node-import-test
npm script to demo)dist/index-browser-umd.js
or dist/index-browser-es.js
)
(for Node, main
and module
point to new Node-specific dist)browser
for browser bundling;
allowing static analysis environments, doesn't have however
conditional code to require vm
); for ESM browser bundling,
now must check browser
in Rollup Node resolver plugin;
see README.match
) example on value (@jeffreypriebe).match
) example on propertydist
field to avoid extra config reportingrollup-plugin-babel
to @rollup/plugin-babel
(and make babelHelpers
explicit)Changelog
4.0.0 (2020-04-09)
resultType
from being lower-cased
(broke parentProperty
)Changelog
3.0.0 (2020-01-13)
json
as "own" propertyresultType
is "all", if path resolves internally to a
non-array (string), ensure it is converted to an array before
converting to pointer for pointer
esm
)test-cov
scriptChangelog
2.0.0 (2019-11-23)
TypeError
instead of Error
for missing
otherTypeCallback
when using @other
TypeError
instead of Error
for missing path
TypeError
for missing json
(fixes #110)new Function
over eval
;
also allows use of cyclic context objects@root
filter selector.editorconfig
path
or json
package-lock.json
Changelog
1.1.0 (September 26, 2019)
evaluate()
declaration (for use
with noImplicitAny
TypeScript option).idea
/.remarkrc
files