dry-validation v1.0.0.alpha2 Release Notes

Release Date: 2019-03-05 // about 5 years ago
  • โœ… First round of bug fixes. Thanks for testing <3!

    ๐Ÿ›  Fixed

    • Errors with nested messages are correctly built (flash-gordon)
    • Messages for nested keys are correctly resolved (solnic)
    • A message for a nested key is resolved when it's defined under errors.rule.%{key} too, but a message under nested key will override it (solnic)

    ๐Ÿ”„ Changed

    • When a message template is not found a more meaningful error is raised that includes both rule identifier and key path (solnic)

    Compare v1.0.0.alpha1...v1.0.0.alpha2