Releases: mcmath/chai-iterator
Releases · mcmath/chai-iterator
v1.1.4
v1.1.2
v1.1.1
v1.1.0
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
v1.0.4
v1.0.3
Fixes
- In TypeScript declarations,
over()
,from()
, anduntil()
methods are now only properties ofiterate
, since they must followiterate
for the assertion to pass
Development
- New tests for TypeScript declarations, using strings as iterables
- Node 5 removed from Travis build
v1.0.2
v1.0.1
v1.0.0
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.