- breaking change: drop support for test-unit and older versions of minitest
- remove conflicts with test/unit (see issue 10 for details, thanks to @thomasjachmann, for fixing this)
- add support for
size
(to test the size of arrays and hashes) (thanks to @thomasjachmann, see pull request 9)
- add support for
has_only
(to test that objects have the declared set of properties and nothing more) (thanks to @derek-watson, see issue 8)
- bugfix for itemised nested arrays (see issue 7)
- allow Ruby symbols as keys and values (thanks to @pgaertig, see issue 4)
- allowing to validate real numbers (thanks to @plu, see issue 6)
- support selecting (and skipping) single items of an array (see issue 2)
- bugfix for a block problem
- introduced new (cleaner and nicer) DSL
- supporting regular expressions for hash values and strings
- supporting pure JSON arrays
- added support for Ruby 1.9
- initial version