- Fix bug: have_many for model instances.
- Matchers for model instances work as well.
- New matcher: have_one
- New matcher: validate_presence_of
- New matcher: validate_uniqueness_of
- New matcher: validate_format_of
- New matcher: have many through
- have_errors_on is removed
- New matcher have(n).errors_on(:property)
- have_errors_on is deprecated
- Initial release