You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed #74— comparing objects with longer cycles
17
17
* fixed #70— was not properly detecting a deletion when a property on the operand (lhs) had a value of `undefined` and was _undefined_ on the comparand (rhs). :o).
18
+
* WARNING! [Still broken when importing in Typescript](https://github.com/flitbit/diff/issues/97).
18
19
19
20
`0.3.5` - 2017-04-23 — Rolled up recent fixes; patches:
20
21
*@stevemao—#79, #80: now testing latest version of node4
21
22
*@mortonfox—#85: referencing mocha's new home
22
23
*@tdebarochez—#90: fixed error when .toString not a function
23
-
*@thiamsantos—#92, #93: changed module system for improved es2015 modules
24
+
*@thiamsantos—#92, #93: changed module system for improved es2015 modules. WARNING! [This PR broke importing `deep-diff` in Typescript as reported by @kgentes in #97](https://github.com/flitbit/diff/issues/97)
24
25
25
26
`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 commit comments