Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 1.15 KB

[Unreleased]

[1.3.2] - 2023-05-21

  • Fix relationship matchers with conditional procs

[1.3.1] - 2023-05-20

  • Backport v1.2.1
  • Add default description for relationship object_method_name submatcher

[1.3.0] - 2023-05-19

  • Add .object_method_name submatcher for relationship matchers (belong_to, have_one and have_many)

[1.2.1] - 2023-05-20

  • Backport v1.1.2
  • Add default description for relationship id_method_name submatcher

[1.2.0] - 2021-05-26

  • Add .id_method_name submatcher for relationship matchers (belong_to, have_one and have_many)

[1.1.2] - 2023-05-20

  • Add failure message when negated for relationship matchers

[1.1.1] - 2023-05-20

  • Backport v1.0.1
  • Add default description for relationship serializer submatcher

[1.1.0] - 2021-04-15

  • Add .serializer submatcher for relationship matchers (belong_to, have_one and have_many)

[1.0.1] - 2023-05-20

  • Add default description for have_attribute matcher and submatchers
  • Add default description for have_link matcher and submatchers
  • Add default description for have_meta matcher and submatchers

[1.0.0] - 2021-04-10

  • Initial release