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
* Some micro-ops index.js
* Update modification notes
* Get rid of strict
* Update numbers
* Update changelog
* ignore VS Code config
Co-authored-by: Chris Bolin, Phil Plückthun
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
## 3.0.0 (2020-01-31)
4
4
5
5
**Features:**
6
-
7
6
-[#36](https://github.com/FormidableLabs/react-fast-compare/pull/36). Update to `fast-deep-equal@3.1.1` with modified support for ES.next data types: `Map`, `Set`, `ArrayBuffer`.
7
+
-[#57](https://github.com/FormidableLabs/react-fast-compare/pull/57). Minor refactoring to reduce min+gz size.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,6 @@ $ yarn -s compress
104
104
105
105
# Display minified + gzip'ed size in bytes.
106
106
$ yarn size-min-gz
107
-
687
108
107
```
109
108
110
109
**Note**: If the min+gz size increases, please note it in the README. If it is a significant increase, please flag to your reviewers and have a discussion about whether or not the size addition is justified.
- handles React-specific circular references, like elements
34
34
- checks equality Date and RegExp objects
35
35
- should as fast as [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) via a single unified library, and with added guardrails for circular references.
0 commit comments