Releases: mcmath/chai-iterator
Releases · mcmath/chai-iterator
v1.1.4
28 Mar 00:29
Compare
Sorry, something went wrong.
No results found
v1.1.2
22 Mar 00:20
Compare
Sorry, something went wrong.
No results found
v1.1.1
24 Jun 08:43
Compare
Sorry, something went wrong.
No results found
This release contains a minor fix to an error message.
Fixes
Correct error message for lengthOf() assertion.
Documentation
v1.1.0
24 Jun 08:29
Compare
Sorry, something went wrong.
No results found
This release adds new assertions for testing the length of iterable
objects.
Features
Add length assertions (e.g. lengthOf(), length.above())
Development
Add tests for length assertions
Put code in one file
Use plain ES5 for code
Documentation
Update README.md with length methods.
v1.0.5
17 Jun 15:26
Compare
Sorry, something went wrong.
No results found
This release fixes the TypeScript declaration imports, ensuring that
they correctly augment the Chai declarations.
Fix
TypeScript declaration imports
Docs
Remind users to install Chai declarations
v1.0.4
17 Jun 14:15
Compare
Sorry, something went wrong.
No results found
This release makes it possible to install the declarations for Chai
Iterator as follows:
typings install --save-dev npm:chai-iterator
Fix
Make it possible to install declarations as above
Docs
Update README so with instructions as above
v1.0.3
12 Jun 02:31
Compare
Sorry, something went wrong.
No results found
Fixes
In TypeScript declarations, over(), from(), and until() methods are now only properties of iterate, since they must follow iterate for the assertion to pass
Development
New tests for TypeScript declarations, using strings as iterables
Node 5 removed from Travis build
v1.0.2
07 Jun 22:34
Compare
Sorry, something went wrong.
No results found
Maintenance
Fixed errors in README.md
Added name of package to typings.json
v1.0.1
07 Jun 06:36
Compare
Sorry, something went wrong.
No results found
Fix
Added ESLint to development dependencies
v1.0.0
07 Jun 06:39
Compare
Sorry, something went wrong.
No results found
Initial Release
Added source files under the src/ directory, to be compiled with Babel.
Added test files in CoffeeScript under the test/ directory.
Added TypeScript declarations, which depend on npm~chai.
Added a README file, including documentation.
Added an MIT License.
Added configuration files for Babel, TypeScript, ESLint, Travis, etc.