Skip to content

dep: bump dry-validation from 1.5.6 to 1.6.0

James Nutt requested to merge dependabot-bundler-dry-validation-1.6.0 into master

Bumps dry-validation from 1.5.6 to 1.6.0.

Release notes

Sourced from dry-validation's releases.

1.6.0

Added

  • You can now pass a key name or path to rule_error? predicate (issue #658 closed via #673) (@moofkit)
  • You can now pass initial context object to Contract#call (issue #674 via #675) (@pyromaniac)

Fixed

  • Checking key? within a rule no longer crashes when value is nil or an empty string (issue #670 fixed via #672) (@alexxty7)

Compare v1.5.6...v1.6.0

Changelog

Sourced from dry-validation's changelog.

1.6.0 2020-12-05

Added

  • You can now pass a key name or path to rule_error? predicate (issue #658 closed via #673) (@moofkit)
  • You can now pass initial context object to Contract#call (issue #674 via #675) (@pyromaniac)

Fixed

  • Checking key? within a rule no longer crashes when value is nil or an empty string (issue #670 fixed via #672) (@alexxty7)

Compare v1.5.6...v1.6.0

Commits

Merge request reports