Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 607 Bytes

CHANGELOG.markdown

File metadata and controls

24 lines (18 loc) · 607 Bytes

version 0.2.1 / 2012-02-16

  • Fix bug: have_many for model instances.

version 0.2.0 / 2012-02-05

  • Matchers for model instances work as well.

version 0.1.2 / 2011-12-29

  • New matcher: have_one

version 0.1.1 / 2011-09-12

  • New matcher: validate_presence_of
  • New matcher: validate_uniqueness_of
  • New matcher: validate_format_of

version 0.1.0 / 2011-09-04

  • New matcher: have many through
  • have_errors_on is removed

version 0.0.2 / 2011-09-04

  • New matcher have(n).errors_on(:property)
  • have_errors_on is deprecated

version 0.0.1 / 2011-09-03

  • Initial release