Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 538 Bytes

CHANGELOG.rdoc

File metadata and controls

25 lines (17 loc) · 538 Bytes

1.4.0

  • enhancements

    • Add Compatibility#email_changed? for email validations

1.3.1

  • enhancements

    • expired validation error message

1.3.0

  • enhancements

    • Add before_validation hook

    • Add DataMapper::Validation::ValidationErrors#to_xml

1.2.0

  • enhancements

    • Verify compatibility with DM 1.1.0

    • Ensure apply_schema won’t try to re add an existing property

  • bug fix

    • Change DateTime#gmtime to use #new_offset instead of delegating to #to_time

    • Correctly handle DataMapper required property option