All Versions
44
Latest Version
Avg Release Cycle
197 days
Latest Release
727 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.0 Changes
April 03, 2021- ๐ Fix DateTimeSelect extension support (AquisTech)
Relaxed Timeliness dependency version which allows for >= 0.4.0 with threadsafety fix for use_us_formats and use_euro_formats for hot switching
in a request.
Add initializer to ensure Timeliness v0.4+ ambiguous date config is set correctly when using
use_euro_formats
or `remove_use_formats'.๐ Add Ruby 3 compatibility
๐ Add Rails 6.1 compatibility
๐ฅ Breaking Changes
- โก๏ธ Update Multiparameter extension to use ActiveRecord type classes with multiparameter handling which stores a hash of multiparamter values as the value before type cast, no longer a mushed datetime string
- ๐ Removed all custom plugin attribute methods and method overrides in favour using ActiveModel type system
-
v5.0.0.beta1
January 06, 2020 -
v5.0.0.alpha5
August 08, 2019 -
v5.0.0.alpha4
February 09, 2019 -
v5.0.0.alpha3
July 30, 2018 -
v5.0.0.alpha2
July 02, 2018 -
v4.1.1
August 06, 2019 -
v4.1.0 Changes
June 11, 2019- Relaxed Timeliness dependency version to >= 0.3.10 and < 1, which allows version 0.4 with threadsafety fix for use_us_formats and use_euro_formats hot switching in a request.
-
v4.0.2 Changes
January 07, 2016- Fix undefine_generated_methods ivar guard setting to false
-
v4.0.1 Changes
January 06, 2016- Fix undefine_generated_methods thread locking bug
- Created an ActiveModel ORM, for manual require if using without any full blown ORM