Skip to content

Commit

Permalink
BREAKING CHANGE: Change npm to "jsonpath-plus" (see CHANGES);
Browse files Browse the repository at this point in the history
bump version to 0.12.0
  • Loading branch information
brettz9 committed Dec 13, 2015
1 parent 3e5a682 commit 5422098
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Dec 12, 2015 10:11pm
- Give warning in README that problems in npm with upper-case letters is causing us to rename to "jsonpath-plus" (next version will actually apply the change).
- Version 0.11.1

## Dec 12, 2015
- Breaking change: For unwrapped results, return `undefined` instead of `false` upon failure to find path (to allow distinguishing of `undefined`--a non-allowed JSON value--from the valid JSON values, `null` or `false`) and return the exact value upon falsy single results (in order to allow return of `null`)
- Deprecated: Use of `jsonPath.eval()`; use new class-based API instead
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"license": "MIT",
"version": "0.11.0",
"version": "0.11.1",
"repository": {
"type": "git",
"url": "git://github.com/s3u/JSONPath.git"
Expand Down

0 comments on commit 5422098

Please sign in to comment.