Skip to content

Releases: astorije/chai-immutable

v1.5.2

06 Nov 06:16
Compare
Choose a tag to compare

See the full changelog

Adds support for the eqls alias for Chai's BDD API (issue #31).

v1.5.1

02 Nov 04:55
Compare
Choose a tag to compare

See the full changelog

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

31 Oct 17:13
Compare
Choose a tag to compare

See the full changelog

Adds support for the assert.notEqual(actual, expected) assertion for Chai's BDD API (fixing issue #30 along the way).

Continuous integration is now also made on AppVeyor, more or less ensuring support on Windows.

v1.4.0

29 Oct 04:47
Compare
Choose a tag to compare

See the full changelog

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

16 Aug 20:25
Compare
Choose a tag to compare

See the full changelog

This release adds browser support (issue #8). 🎉

In addition, Chai 2 or greater is listed as a peer dependency, otherwise tests that use this plugin will not run properly.

v1.2.0

09 Jul 23:51
Compare
Choose a tag to compare

See the full changelog

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

07 Jul 23:01
Compare
Choose a tag to compare

See the full changelog

Here again, nothing more than a version bump to re-build the failed tarball. See issue #17 for more information.

v1.1.0 (unpublished)

07 Jul 22:30
Compare
Choose a tag to compare

This release was unpublished because of a failure during the deployment.

See the full changelog

Adds support for the .include(value) assertion for Chai's BDD API (issue #11).

v1.0.2

09 Jun 04:14
Compare
Choose a tag to compare

See the full changelog

Well, no changes at all. Just re-publishing after mistakenly unpublishing.

v1.0.1 (unpublished)

04 Jun 15:10
Compare
Choose a tag to compare

This release was unpublished because I didn't RTFM with both eyes open...

See the full changelog

Nothing more than a version bump to re-build the missing tarball. See issue #15 for more information.