Skip to content

Releases: astorije/chai-immutable

v1.0.0 (unpublished)

02 Jun 00:44
Compare
Choose a tag to compare

This release was unpublished because of a bug with npm.

See the full changelog

Adds support for the .keys(key1[, key2, ...[, keyN]]) assertion for Chai's BDD API (issue #12).

v0.3.0

02 Jun 00:13
Compare
Choose a tag to compare

See the full changelog

Add support of Chai's TDD API with the following assertions (issue #6):

  • .equal(actual, expected)
  • .sizeOf(collection, length)

v0.2.1

01 Jun 23:43
Compare
Choose a tag to compare

See the full changelog

Enable automatic deployment on npm

v0.2.0

01 Jun 23:49
Compare
Choose a tag to compare

See the full changelog

Initial release with support of the following assertions for Chai's BDD API:

  • .empty
  • .equal(collection)
  • size(value)