Skip to content

Commit

Permalink
Bump versions, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Apr 26, 2014
1 parent 2253ad4 commit f0a7032
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ It handles nuances of the RFC, such as:
1. Checking for invalid paths in all operations
1. Allowing `add` to behave like `replace` for existing paths ([See bullet 3](https://tools.ietf.org/html/rfc6902#section-4.1))
1. Appending to arrays when path ends with `"/-"` ([See bullet 6](https://tools.ietf.org/html/rfc6902#section-4.1))
* `jiff.diff` also correctly generates patches with paths ending in `"/-"`
1. Validating array indices obey [JSON Pointer rules](http://tools.ietf.org/html/rfc6901#section-4)
1. Allowing `add` and `replace` to replace the whole document when path is `""`
1. Deep comparisons for the `test` operation regardless of object key order (eg, if JSON documents were serialized using different key ordering algorithms)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jiff",
"main": "jiff.js",
"version": "0.4.0",
"version": "0.4.1",
"authors": [
"Brian Cavalier <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jiff",
"version": "0.4.0",
"version": "0.4.1",
"description": "JSON diff and patch based on rfc6902",
"main": "jiff",
"scripts": {
Expand Down

0 comments on commit f0a7032

Please sign in to comment.