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

Make eq() value equivalence, is() referential equality #2

Merged
merged 4 commits into from
Jan 23, 2017

Conversation

briancavalier
Copy link
Owner

Make eq() compare value equivalence. Add is() for referential equivalence. See API docs in README for details. Value equivalence (eq) uses lodash isEqual under the hood.

…quivalence

AFFECTS: @briancavalier/assert

BREAKING CHANGE:

eq() now does value equivalence, rather than referential equality
AFFECTS: @briancavalier/assert
AFFECTS: @briancavalier/assert
…es problems with mocha

AFFECTS: @briancavalier/assert
@briancavalier briancavalier merged commit e36f910 into master Jan 23, 2017
@briancavalier briancavalier deleted the add-is-update-eq branch January 23, 2017 01:57
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

1 participant