Skip to content

v1.1.0

Choose a tag to compare

@mcmath mcmath released this 24 Jun 08:29
· 14 commits to master since this release

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.