Releases: mrodrig/doc-path
Releases · mrodrig/doc-path
NPM Release v3.0.0
release 3.0.0 (#21) * Add support for paths with escaped dots in path. There are valid JSON keys which can contain a nested '.' in them. However, this module would not handle those properly, except in a limited set of conditions. This commit adds support for these paths when they are properly escaped using a '\' character. However, this does slightly change the base functionality for the module where a value with the same key path as a top-level key with the nested value's key path will now read the nested value, unless the provided path has appropriate escaping on the key path. For example... with the example doc: { 'a.b' : 2, a : { b : 3 } } evaluatePath(doc, 'a.b') will now return 3 and evaluatePath(doc, 'a\\.b') will now return 2 Related to https://github.com/mrodrig/json-2-csv/issues/184 * Infrastructure updates - node test, es version * chore(release): 3.0.0 * Remove logic for unreachable condition * Update README
NPM Release 2.3.0
NPM Release 2.3.0
NPM Release v2.1.3
remove snyk
NPM Release v2.1.2
Merge pull request #15 from mrodrig/fix-prpo Fix issue presented in #14
NPM Release v2.1.0
Merge pull request #13 from mrodrig/temp-fix Fix reported issue.
v1.3.1
NPM Version 1.0.2
NPM Version 1.0.2
NPM Version 1.0.0
NPM Version 1.0.0