Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 16, 2016
1 parent 692f0a5 commit 9d9d0e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.5.0 / 2016-02-15
=================
* [New] add “whyNotEqual” at `require(‘is-equal/why’)` to provide an inequality reason
* [Refactor] use `whyNotEqual` internally in `isEqual`
* [Deps] update `is-callable`
* [Dev Deps] update `es6-shim`, `tape`, `nsp`, `core-js`, `jscs`, `eslint`, `@ljharb/eslint-config`
* [Tests] add some more tests
* [Tests] use `getSymbolIterator` internal module
* [Tests] up to `node` `v5.6`, `v4.3`

1.4.2 / 2015-12-16
=================
* [Fix] avoid false positives when the first items in two arrays are not equal (#5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-equal",
"version": "1.4.2",
"version": "1.5.0",
"description": "Are these two values conceptually equal?",
"author": "Jordan Harband",
"license": "MIT",
Expand Down

0 comments on commit 9d9d0e8

Please sign in to comment.