Skip to content

Commit 4ad2fc4

Browse files
author
Phillip Clark
committed
warning, broken in typescript
1 parent f7df1a4 commit 4ad2fc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
`0.3.6` - 2017-04-25 — Fixed, closed lingering issues:
1616
* fixed #74 — comparing objects with longer cycles
1717
* 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).
1819

1920
`0.3.5` - 2017-04-23 — Rolled up recent fixes; patches:
2021
* @stevemao — #79, #80: now testing latest version of node4
2122
* @mortonfox — #85: referencing mocha's new home
2223
* @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)
2425

2526
`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.
2627

0 commit comments

Comments
 (0)