Releases: grantila/jsonpos
Releases · grantila/jsonpos
v4.1.2
02 Feb 07:06
Compare
Sorry, something went wrong.
No results found
4.1.2 (2023-02-02)
Bug Fixes
readme: Updated build badge (1db6317 )
v4.1.1
04 May 06:54
Compare
Sorry, something went wrong.
No results found
4.1.1 (2022-05-04)
Bug Fixes
position: fixed column offset at end of json (fddd12e )
v4.1.0
02 May 17:42
Compare
Sorry, something went wrong.
No results found
4.1.0 (2022-05-02)
Features
deps: bumped json-cst to include the typings of json-lexer (d36d2dc )
v4.0.1
02 May 07:30
Compare
Sorry, something went wrong.
No results found
4.0.1 (2022-05-02)
Bug Fixes
deps: removed json-to-ast (e1b7b53 )
v4.0.0
02 May 07:24
Compare
Sorry, something went wrong.
No results found
4.0.0 (2022-05-02)
Bug Fixes
path: fixed parsing dot-paths and pointer paths for root ('.' and '/') (9bea504 )
Features
core: moved to using json-cst instead of json-to-ast (b111ef5 )
node: dropped support for Node 12 (c9403a2 )
BREAKING CHANGES
node: Requires 14+
core: The return type of getParsedBy[Object,String] has changed, and
getAstBy[Object,String] was renamed getParsedBy*
v3.2.1
24 Apr 09:51
Compare
Sorry, something went wrong.
No results found
3.2.1 (2022-04-24)
Bug Fixes
node: build on 16, test on 18 (a33680c )
v3.2.0
24 Apr 09:26
Compare
Sorry, something went wrong.
No results found
3.2.0 (2022-04-24)
Features
paths: export helper functions for path handling (primarily JSON Pointer paths) (011264c )
v3.1.0
20 Apr 16:49
Compare
Sorry, something went wrong.
No results found
3.1.0 (2022-04-20)
Features
undefined: add support for handling undefined input by mimicing null behavior (1a730ec )
v3.0.3
20 Apr 12:47
Compare
Sorry, something went wrong.
No results found
3.0.3 (2022-04-20)
Bug Fixes
bracket: fixed parsing paths with numbers in brackets (2d8ee04 )
v3.0.2
14 Feb 21:35
Compare
Sorry, something went wrong.
No results found
3.0.2 (2022-02-14)
Bug Fixes
dot-path: fixed parsing of dot-path beginning with '[' and not '.' (9e167e9 )