Skip to content

Bump shoulda-matchers from 4.1.1 to 4.3.0

NipaNipa requested to merge dependabot/bundler/shoulda-matchers-4.3.0 into master

Bumps shoulda-matchers from 4.1.1 to 4.3.0.

Release notes

Sourced from shoulda-matchers's releases.

v4.3.0

Features

  • Add have_rich_text matcher for ActionText (#1263)

Improvements

  • Use range on validate_exclusion_of#in_range documentation (#1273)

Bug fixes

  • Fix missing attribute:: scope 1 intermittent test: (#1274)

#1263: thoughtbot/shoulda-matchers#1263 #1273: thoughtbot/shoulda-matchers#1273 #1274: thoughtbot/shoulda-matchers#1274

v4.2.0

Features

  • Add support for optional: false in belongs_to associations. (#1237)
  • Add support for associations with inverse_of: false and non-standard foreign key (#1106)

Bug fixes

  • Fix typos in documentation of allow_values (#1241)
  • Fix appraisal command in CONTRIBUTING.md file (#1253)

Improvements

  • Remove minitest-reporters dependency (#1251)
  • Development dependency updates

#1106: thoughtbot/shoulda-matchers#1106 #1237: thoughtbot/shoulda-matchers#1237 #1241: thoughtbot/shoulda-matchers#1241 #1253: thoughtbot/shoulda-matchers#1253

Changelog

Sourced from shoulda-matchers's changelog.

4.3.0 - 2020-02-18

Features

  • Add have_rich_text matcher for ActionText. (#1263)

Improvements

  • Use range on validate_exclusion_of#in_range documentation. (#1273)

Bug fixes

  • Fix missing attribute:: scope 1 intermittent test. (#1274)

#1263: thoughtbot/shoulda-matchers#1263 #1273: thoughtbot/shoulda-matchers#1273 #1274: thoughtbot/shoulda-matchers#1274

4.2.0 - 2020-01-29

Features

  • Add support for optional: false in belongs_to associations. (#1237)

  • Add support for associations with inverse_of: false and non-standard foreign key (#1106)

Bug fixes

  • Fix typos in documentation of allow_values. (#1241)

  • Fix appraisal command in CONTRIBUTING.md file. (#1253)

Improvements

  • Remove minitest-reporters dependency. (#1251)

  • Development dependency updates.

#1106: thoughtbot/shoulda-matchers#1106 #1237: thoughtbot/shoulda-matchers#1237 #1241: thoughtbot/shoulda-matchers#1241 #1253: thoughtbot/shoulda-matchers#1253

4.1.2 - 2019-08-01

Bug fixes

  • Fix another regression with validate_presence_of so that it works against an
... (truncated)
Commits

Merge request reports