validates_timeliness/CHANGELOG
2008-11-13 10:31:14 +11:00

29 lines
1.1 KiB
Plaintext

[2008-11-13]
- allow uppercase meridian to be valid [reported by Alex (http://alex.digns.com/)]
[2008-10-28]
- fixed bug when dirty attributes not reflecting change when attribute changed from time value to nil [reported by Brad (pvjq)]
- fixes for Rails 2.2 compatibility. Will refactor in to Rails version specific branches in the future.
[2008-09-24]
- refactored attribute write method definitions
[2008-08-25]
- fixed bug for non-timezone write method not updating changed attributes hash [reported by Sylvestre Mergulhão]
[2008-08-22]
- fixed bug with attribute cache not clearing on write for date and time columns [reported by Sylvestre Mergulhão]
- parse method returns Date object for date column assigned string as per normal Rails behaviour
- parse method returns same object type when assigned Date or Time object as per normal Rails behaviour
[2008-08-07]
- modified matcher option value parsing to allow same value types as validation method
- fixed matcher message
[2008-08-02]
- refactored validation
- refactored matcher
[2008-07-30]
- removed setting values to nil when validation fails to preserve before_type_cast value