Skip to content

Commit 1f7a0c1

Browse files
doc new rel
1 parent 2a8c125 commit 1f7a0c1

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
## ChangeLog
1313

14+
`0.3.2` - Resolves #46; support more robust filters by including `lhs` and `rhs` in the filter callback. By @Orlando80
15+
1416
`0.3.1` - Better type checking by @Drinks, UMD wrapper by @SimenB. Now certifies against nodejs 12 and iojs (Thanks @SimenB).
1517

1618
`0.2.0` - [Fixes Bug #17](https://github.com/flitbit/diff/issues/17), [Fixes Bug #19](https://github.com/flitbit/diff/issues/19), [Enhancement #21](https://github.com/flitbit/diff/issues/21) Applying changes that are properly structured can now be applied as a change (no longer requires typeof Diff) - supports differences being applied after round-trip serialization to JSON format. Prefilter now reports the path of all changes - it was not showing a path for arrays and anything in the structure below (reported by @ravishvt).

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deep-diff",
33
"main": "index.js",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"homepage": "https://github.com/flitbit/diff",
66
"authors": [
77
"Phillip Clark <[email protected]>"

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deep-diff",
33
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"license": "MIT",
66
"keywords": [
77
"diff",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deep-diff",
33
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"license": "MIT",
66
"keywords": [
77
"diff",

releases/deep-diff-0.3.2.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/tests.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
};
2222
DeepDiffConflict = DeepDiff;
2323
</script>
24-
<script src="../releases/deep-diff-0.3.1.min.js"></script>
24+
<script src="../releases/deep-diff-0.3.2.min.js"></script>
2525
<!--script src="../index.js"></script-->
2626
<script>
2727
mocha.setup('bdd');

0 commit comments

Comments
 (0)