Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fast deep equal@2.0.1 #21

Merged
merged 2 commits into from Jun 4, 2018
Merged

Conversation

samwhale
Copy link
Contributor

@samwhale samwhale commented Jun 4, 2018

Get up to date with fast-deep-equal@2.0.1

samwhale added 2 commits June 4, 2018 13:31
* null and object comparison
* new behavior: different functions that are not equal
* new behavior: handle NaN
* Move tests from fast-deep-equal@2.0.1 to separate file
* Add comments to identify fast-deep-equal code
* Add comments to identify custom handling for React
@samwhale samwhale requested a review from chrisbolin June 4, 2018 20:13
@ryan-roemer
Copy link
Member

Easier diff (w/o whitespace changes): https://github.com/FormidableLabs/react-fast-compare/pull/21/files?w=1

@samwhale samwhale requested a review from ryan-roemer June 4, 2018 20:27
Copy link
Contributor

@chrisbolin chrisbolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks perfect!

@@ -0,0 +1,389 @@
// this is from fast-deep-equal spec/test.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for context, I had Samuel move all of the fast-deep-equal tests to a separate file so it was easier to keep up-to-date

@samwhale samwhale merged commit 8122fed into master Jun 4, 2018
samwhale added a commit that referenced this pull request Jun 4, 2018
@samwhale samwhale deleted the feature/fast-deep-equal@2.0.1 branch June 4, 2018 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants