Skip to content

Commit c3fa6f2

Browse files
author
Phillip Clark
committed
vsn 0.3.8
1 parent a95aad1 commit c3fa6f2

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
## ChangeLog
1414

15+
`0.3.8` - 2017-05-03
16+
* reconciled recently introduced difference between `index.es.js` and `index.js`
17+
* improved npm commands for more reliable contributions
18+
* added a few notes to README regarding contributing.
19+
1520
`0.3.7` - 2017-05-01
1621
* fixed issue #98 by merging @sberan's pull request #99 — better handling of property with `undefined` value existing on either operand. Unit tests supplied.
1722

bower.json

+1-1
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.7",
4+
"version": "0.3.8",
55
"homepage": "https://github.com/flitbit/diff",
66
"authors": [
77
"Phillip Clark <[email protected]>",

component.json

+1-1
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.7",
4+
"version": "0.3.8",
55
"license": "MIT",
66
"keywords": [
77
"diff",

package.json

+1-1
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.7",
4+
"version": "0.3.8",
55
"license": "MIT",
66
"keywords": [
77
"diff",

0 commit comments

Comments
 (0)