### version 0.3.0 / 2014-08-16 * Move to RSpec 3 (chip, duduribeiro) ### version 0.2.4 / 2013-02-07 * New matcher: validate\_length\_of (GavinJoyce) ### version 0.2.3 / 2012-07-24 * Fix bug: display property name for have\_property matcher. ### 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