Skip to content

Commit

Permalink
vsn bump to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Clark committed Apr 23, 2017
1 parent 4fa76c5 commit 5945c6a
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 30 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

## ChangeLog

`0.3.5` - 2017-04-23 — Rolled up recent fixes; patches:
* @stevemao — #79, #80: now testing latest version of node4
* @mortonfox — #85: referencing mocha's new home
* @tdebarochez — #90: fixed error when .toString not a function
* @thiamsantos — #92, #93: changed module system for improved es2015 modules

`0.3.3` - Thanks @SimenB: enabled npm script for release (alternate to the Makefile). Also linting as part of `npm test`. Thanks @joeldenning: Fixed issue #35; diffs of top level arrays now working.

`0.3.3` - Thanks @SimenB: enabled npm script for release (alternate to the Makefile). Also linting as part of `npm test`. Thanks @joeldenning: Fixed issue #35; diffs of top level arrays now working.

`0.3.2` - Resolves #46; support more robust filters by including `lhs` and `rhs` in the filter callback. By @Orlando80
Expand Down
35 changes: 21 additions & 14 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,35 @@
{
"name": "deep-diff",
"main": "index.js",
"version": "0.3.4",
"version": "0.3.5",
"homepage": "https://github.com/flitbit/diff",
"authors": [
"Dan Drinkard <[email protected]>",
"Daniel Spangler <[email protected]>",
"Denning <[email protected]>",
"Elad Efrat <[email protected]>",
"Mats Bryntse <[email protected]>",
"Nicholas Calugar <[email protected]>",
"Paul Pflugradt <[email protected]>",
"Phillip Clark <[email protected]>",
"Serkan Serttop <[email protected]>",
"Simen Bekkhus <[email protected]>",
"Tom Ashworth <[email protected]>",
"Tom MacWright <[email protected]>",
"Paul Pflugradt <[email protected]>",
"wooorm <[email protected]>",
"Nicholas Calugar <[email protected]>",
"Yandell <[email protected]>",
"Thiago Santos <[email protected]>",
"Steve Mao <[email protected]>",
"Mats Bryntse <[email protected]>",
"Phillip Clark <[email protected]>",
"ZauberNerd <[email protected]>",
"caasi Huang <[email protected]>",
"ravishivt <[email protected]>",
"Daniel Spangler <[email protected]>",
"Thomas de Barochez <[email protected]>",
"Morton Fox <[email protected]>",
"Amila Welihinda <[email protected]>",
"Will Biddy <[email protected]>",
"icesoar <[email protected]>",
"Serkan Serttop <[email protected]>",
"orlando <[email protected]>",
"ravishivt <[email protected]>",
"wooorm <[email protected]>"
"Tom MacWright <[email protected]>",
"Denning <[email protected]>",
"Dan Drinkard <[email protected]>",
"Elad Efrat <[email protected]>",
"caasi Huang <[email protected]>",
"Tom Ashworth <[email protected]>"
],
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deep-diff",
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.",
"version": "0.3.4",
"version": "0.3.5",
"license": "MIT",
"keywords": [
"diff",
Expand Down
35 changes: 21 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deep-diff",
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.",
"version": "0.3.4",
"version": "0.3.5",
"license": "MIT",
"keywords": [
"diff",
Expand All @@ -11,24 +11,31 @@
],
"author": "Phillip Clark <[email protected]>",
"contributors": [
"Dan Drinkard <[email protected]>",
"Daniel Spangler <[email protected]>",
"Denning <[email protected]>",
"Elad Efrat <[email protected]>",
"Mats Bryntse <[email protected]>",
"Nicholas Calugar <[email protected]>",
"Paul Pflugradt <[email protected]>",
"Serkan Serttop <[email protected]>",
"Simen Bekkhus <[email protected]>",
"Tom Ashworth <[email protected]>",
"Tom MacWright <[email protected]>",
"Paul Pflugradt <[email protected]>",
"wooorm <[email protected]>",
"Nicholas Calugar <[email protected]>",
"Yandell <[email protected]>",
"Thiago Santos <[email protected]>",
"Steve Mao <[email protected]>",
"Mats Bryntse <[email protected]>",
"Phillip Clark <[email protected]>",
"ZauberNerd <[email protected]>",
"caasi Huang <[email protected]>",
"ravishivt <[email protected]>",
"Daniel Spangler <[email protected]>",
"Thomas de Barochez <[email protected]>",
"Morton Fox <[email protected]>",
"Amila Welihinda <[email protected]>",
"Will Biddy <[email protected]>",
"icesoar <[email protected]>",
"Serkan Serttop <[email protected]>",
"orlando <[email protected]>",
"ravishivt <[email protected]>",
"wooorm <[email protected]>"
"Tom MacWright <[email protected]>",
"Denning <[email protected]>",
"Dan Drinkard <[email protected]>",
"Elad Efrat <[email protected]>",
"caasi Huang <[email protected]>",
"Tom Ashworth <[email protected]>"
],
"files": [
"index.js",
Expand Down
1 change: 1 addition & 0 deletions releases/deep-diff-0.3.5.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
};
DeepDiffConflict = DeepDiff;
</script>
<script src="../releases/deep-diff-0.3.4.min.js"></script>
<script src="../releases/deep-diff-0.3.5.min.js"></script>
<!--script src="../index.js"></script-->
<script>
mocha.setup('bdd');
Expand Down

0 comments on commit 5945c6a

Please sign in to comment.