All Versions
44
Latest Version
Avg Release Cycle
197 days
Latest Release
786 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.0.0 Changes
December 29, 2015- ๐ Extracted mongoid support into https://github.com/adzap/validates_timeliness-mongoid which is broken (not supported anymore).
- ๐ Fixed Rails 4.0, 4.1 and 4.2 compatability issues
- โฌ๏ธ Upgrade specs to RSpec 3
- Added travis config
- Huge thanks to @johncarney for keeping it alive with his fork (https://github.com/johncarney/validates_timeliness)
-
v3.0.15 Changes
December 29, 2015- ๐ Fixes mongoid 3 support and removes mongoid 2 support(johnnyshields)
- ๐ Some documentation/comments tidying
- Some general tidying up
-
v3.0.14 Changes
August 23, 2012- Fix for using validates :timeliness => {} form to correctly add attributes to timeliness validated attributes.
-
v3.0.13 Changes
August 21, 2012- ๐ Fix ActiveRecord issues with using plugin parser by using old way of caching values.
- Allow any ActiveRecord non-column attribute to be validated
-
v3.0.12 Changes
June 23, 2012- Fix load order issue when relying on Railtie to load ActiveRecord extension
-
v3.0.11 Changes
April 01, 2012- ๐ Change dependency on Timeliness version due to a broken release
-
v3.0.10 Changes
March 26, 2012- Fix for ActiveRecord shim and validation with :allow_blank => true in AR 3.1+. Fixes issue#52.
-
v3.0.9 Changes
March 26, 2012- ActiveRecord 3.1+ suport
- ๐ Fixes for multiparameter extension with empty date values (thanks @mogox, @Sharagoz)
-
v3.0.8 Changes
December 24, 2011- ๐ Remove deprecated InstanceMethods module when using AS::Concern (carlosantoniodasilva)
- โก๏ธ Update Mongoid shim for v2.3 compatability.
-
v3.0.7 Changes
September 21, 2011- 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.