This commit is contained in:
Adam Meehan 2011-09-21 21:41:01 +10:00
parent 86b7bc4829
commit e44e9d2f11
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
= 3.0.7 [2011-09-21]
* Fix ActiveRecord before_type_cast extension for non-dirty attributes.
* Don't override AR before_type_cast for >= 3.1.0 which now has it's own implementation for date/time attributes.
* Fix DateTimeSelect extension to convert params to integers (#45)
* Add #change method to DateTimeSelect extension (@trusche, #45)
* Cleanup Mongoid shim.
= 3.0.6 [2011-05-09]
* Fix for AR type conversion for date columns when using plugin parser.
* Add timeliness_type_cast_code for ORM specific type casting after parsing.

View File

@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '3.0.6'
VERSION = '3.0.7'
end