Skip to content

Commit fecdd17

Browse files
committed
Add decodePath and encodePath
Fixes #47
1 parent 8043d7e commit fecdd17

8 files changed

+709
-488
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
### v2.0.0 (TBD)
44

55
* Added `#clearCache` to allow you to clear the remote document cache and its JSON References details
6+
* Added `#decodePath` to allow you to take an array of path segments and decode their JSON Pointer tokens *(Issue #47)*
7+
* Added `#encodePath` to allow you to take an array of path segments and encode the special JSON Pointer characters *(Issue #47)*
68
* Added `#findRefsAt` to allow you to retrieve a remote document and then find its references
79
* Added `#getRefDetails` to centralize the code used to generate reference metadata *(Also allows you to see why an
810
object you expect to be returned by `#findRefs` is not returned.)*

browser/json-refs-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

browser/json-refs-standalone-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)