Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.74 KB

CHANGELOG

1.0.0

  • breaking change: drop support for test-unit and older versions of minitest

0.4.1

0.4.0

0.3.0

  • 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)

0.2.3

  • bugfix for itemised nested arrays (see issue 7)

0.2.2

  • allow Ruby symbols as keys and values (thanks to @pgaertig, see issue 4)
  • allowing to validate real numbers (thanks to @plu, see issue 6)

0.2.1

0.2.0

  • support selecting (and skipping) single items of an array (see issue 2)

0.1.1

  • bugfix for a block problem

0.1.0

  • introduced new (cleaner and nicer) DSL
  • supporting regular expressions for hash values and strings

0.0.3

  • supporting pure JSON arrays

0.0.2

  • added support for Ruby 1.9

0.0.1

  • initial version