Skip to content

Commit be3330e

Browse files
committed
0.3.9
1 parent 8884f9b commit be3330e

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ If there are no differences, returns an empty array.
173173

174174
## Changelog
175175

176+
#### 0.3.9 (Aug 4, 2014)
177+
178+
Feature:
179+
- expose method `jsonpatch.compare` for comparing two object trees
180+
176181
#### 0.3.8 (Jul 18, 2014)
177182

178183
Feature:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-json-patch",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
55
"description": "JSON-Patch allows you to update a JSON document by sending the changes rather than the whole document.",
66
"main": "src/json-patch.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-json-patch",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "JSON-Patch allows you to update a JSON document by sending the changes rather than the whole document.",
55
"homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
66
"keywords": [

src/json-patch-duplex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/json-patch-duplex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* json-patch-duplex.js 0.3.8
2+
* json-patch-duplex.js 0.3.9
33
* (c) 2013 Joachim Wester
44
* MIT license
55
*/

src/json-patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* json-patch-duplex.js 0.3.8
2+
* json-patch-duplex.js 0.3.9
33
* (c) 2013 Joachim Wester
44
* MIT license
55
*/

src/json-patch.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/json-patch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* json-patch-duplex.js 0.3.8
2+
* json-patch-duplex.js 0.3.9
33
* (c) 2013 Joachim Wester
44
* MIT license
55
*/

0 commit comments

Comments
 (0)