We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7898ee commit 5b918d0Copy full SHA for 5b918d0
README.md
@@ -253,5 +253,9 @@ console.log(pointer); // output: '/my pointer/to/property'
253
254
## Breaking Changes
255
256
+- 2024/04/06 with `v6`, selection of empty properties is supported:
257
+ - "/" now selects an empty property (previously root-pointer)
258
+ - "a//b" is now a valid pointer to `"a" » "" » "b"`
259
+ - `join` no longer removes double slashes when joining `join("/a/", "/b")` » "/a//b"
260
- 2022/12/02 with `v5`, package has been renamed to `json-pointer` and published under `@sagold/json-pointer`
261
- 2020/11/09 with `v4`, `pointer.delete` has been renamed to `remove`
0 commit comments