- maintenance release
- refactor: moved to new repository
- maintenance release
- feature: Support for blacklisting certain JSON pointer segments
- breaking change:
__proto__
andprototype
are blacklisted by default
- maintenance release
- downgraded typescript to <3.7 because of breaking change in minor version microsoft/TypeScript#33939
- maintenance
- Fix
- setting a value by the special '-' reference token for JSON arrays
- maintenance
- Feature
- added 'noCompile' option to globally disable the use of
new Function('..')
- removed '*.js.map' from .npmignore
- added 'noCompile' option to globally disable the use of
- Fix
- static JsonPointer.get was broken
- Features
- added 'root' and 'segments' property getters
- Fix
- rename UMD bundle to jsonpointerx.umd.js
- Features
- additional package formats: ESM and UMS bundle
- Features
- initial release