Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 933 Bytes

CHANGELOG.rdoc

File metadata and controls

35 lines (25 loc) · 933 Bytes

1.5.0

  • enhancements

    • determine validation library extensions to load based on which validation library is loaded (dm-validations or Active Model)

    • Add data_mapper_validation_messages config option so that default messages can be overriden.

    • Add data_mapper:devise_install generator with dm-devise related options

    • Verify compatibility with DM 1.2.0.rc1 and Rails 1.3.0

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