Skip to content

Commit 42c974d

Browse files
authored
Create CHANGELOG.md
create a changelog and backfill with all historical changes
1 parent cdb86be commit 42c974d

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
## 2.0.4 (2018-11-09)
4+
5+
- [#39](https://github.com/FormidableLabs/react-fast-compare/pull/39). Fix `react-native` bug introduced by DOM element checking.
6+
7+
## 2.0.3 (2018-11-08)
8+
9+
- [#33](https://github.com/FormidableLabs/react-fast-compare/pull/33). Add handling for DOM elements. Thanks @viper1104!
10+
11+
## 2.0.2 (2018-08-21)
12+
13+
- [#28](https://github.com/FormidableLabs/react-fast-compare/pull/28). Fix for localized versions of IE11. Thanks @excentrik!
14+
- [#34](https://github.com/FormidableLabs/react-fast-compare/pull/34). Fix typo. Thanks @Marviel!
15+
16+
## 2.0.1 (2018-06-25)
17+
18+
- [#26](https://github.com/FormidableLabs/react-fast-compare/pull/26). Remove `_store` check. Thanks @chen-ye!
19+
20+
**Major bugfix:** Fixes `RangeError` in production, [#25](https://github.com/FormidableLabs/react-fast-compare/issues/25)
21+
22+
## 2.0.0 (2018-06-04)
23+
24+
- [#21](https://github.com/FormidableLabs/react-fast-compare/pull/21). Upgrade to `fast-deep-equal@2.0.1`. Thanks @samwhale!
25+
26+
**Breaking changes:**
27+
- `null` and `Object` comparison
28+
- new behavior: functions are no longer treated as equal
29+
- new behavior: handle `NaN`
30+
31+
## 1.0.0 (2018-04-12)
32+
33+
- Initial release. forked from `fast-deep-equal@1.1.0`

0 commit comments

Comments
 (0)