From f0a70329eabf97510b5e2e106f1d694b4b7f7589 Mon Sep 17 00:00:00 2001 From: Brian Cavalier Date: Sat, 26 Apr 2014 14:18:36 -0400 Subject: [PATCH] Bump versions, update readme --- README.md | 1 - bower.json | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 278f5c8..2504e57 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/bower.json b/bower.json index 70ab6fe..ddd3fb8 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "jiff", "main": "jiff.js", - "version": "0.4.0", + "version": "0.4.1", "authors": [ "Brian Cavalier " ], diff --git a/package.json b/package.json index 9c5663b..046f447 100644 --- a/package.json +++ b/package.json @@ -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": {