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.mdwith length methods.