Releases: astorije/chai-immutable
v1.5.2
v1.5.1
Fixes a bug preventing .keys()
to fail when used with not
(issue #29).
A lot of work has been done on the test suite, making sure all failing cases were properly detected. Two bugs were brought to light thanks to that, and fixed along with the last few releases.
v1.5.0
v1.4.0
Considering there is no notion of deep equality in Immutable, .eql()
is now an alias of .equal()
in the BDD API.
Caveat: Nested immutable and mutable data structures should not be mixed. See issue #24 for more information.
Additionally, Node.js 4.x support is now official and backed with continuous integration (via Travis CI).
v1.3.0
v1.2.0
Fixes a bug that breaks all usage of assert.equal
outside of immutable collections (PR #18 by @matthewwithanm) and changes regarding npm deployments.
v1.1.1
v1.1.0 (unpublished)
This release was unpublished because of a failure during the deployment.
Adds support for the .include(value)
assertion for Chai's BDD API (issue #11).
v1.0.2
Well, no changes at all. Just re-publishing after mistakenly unpublishing.
v1.0.1 (unpublished)
This release was unpublished because I didn't RTFM with both eyes open...
Nothing more than a version bump to re-build the missing tarball. See issue #15 for more information.