We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31a1b7 commit 2b05775Copy full SHA for 2b05775
README.md
@@ -348,6 +348,7 @@ The expected output.
348
Enjoy!
349
350
## Changelog
351
+1.0.21 Uses loadash _get() for source traversal
352
1.0.20 Correct documentation
353
1.0.19 Update examples
354
1.0.18 Introducing transformAsync which returns a promise.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-json-transform",
3
- "version": "1.0.20",
+ "version": "1.0.21",
4
"description": "A node module for transforming and performing operations on JSON.",
5
"main": "index.js",
6
"scripts": {
0 commit comments