Skip to content

Latest commit

 

History

History
144 lines (85 loc) · 3.94 KB

CHANGELOG.md

File metadata and controls

144 lines (85 loc) · 3.94 KB

Changelog

0.3.11 (2024-03-07)

  • Fix allow_values_for matcher when negated (Tyler Hunt)

0.3.10 (2024-02-08)

  • Support symbol values for :reject_if option on accept_nested_attributes_for (Tyler Hunt)

0.3.9 (2022-05-04)

  • Allow :required/:optional aliases with belongs_to (Tyler Hunt)

0.3.8 (2021-07-23)

0.3.7 (2021-01-12)

0.3.6 (2018-05-07)

0.3.5 (2017-06-27)

0.3.4 (2017-04-20)

  • Fix allow_values_for matcher (Tyler Hunt)
  • Update allow_values_for to use the setter on the object if defined (Tyler Hunt)

0.3.3 (2017-01-16)

  • Add :required/:optional to belong_to (Tyler Hunt)

0.3.2 (2017-01-16)

0.3.1 (2015-10-09)

0.3.0 (2014-07-21)

0.2.1 (2013-10-18)

0.2.0 (2013-10-18)

0.1.2 (2013-06-17)

0.1.1 (2012-04-25)

  • Do not rely on a :with option having #to_a (Tyler Hunt)
  • Update :if/:unless support to use instance (Tyler Hunt)

0.1.0 (2012-02-26)

0.0.12 (2012-01-18)

  • Use the subject instead of making a new instance (Tyler Hunt)
  • Make rspec-mocks a runtime dependency (Tyler Hunt)

0.0.11 (2012-01-18)

  • Support role-based mass-assignment security (Tyler Hunt)
  • Fix issue with instance variables in matchers (Tyler Hunt)

0.0.10 (2011-10-29)

  • Add accept_nested_attributes_for matcher (Tyler Hunt)
  • Add allow_values_for matcher (Tyler Hunt)
  • Remove unsupported default scope query methods (Tyler Hunt)
  • Update mass-assignment matcher for Rails 3.1 (Tyler Hunt)

0.0.9 (2011-07-12)

  • Ensure that the association types are matched (Tyler Hunt)
  • Fix an issue in the matching logic (Tyler Hunt)

0.0.8 (2011-07-06)

0.0.7 (2011-07-05)

0.0.6 (2011-05-09)

  • Add Active Record validation matchers (Tyler Hunt)

0.0.5 (2011-05-07)

0.0.4 (2011-05-07)

0.0.3 (2011-03-11)

  • Update matchers to assume subject is an instance (Tyler Hunt)

0.0.2 (2011-03-11)

0.0.1 (2011-02-21)