File rubygem-validates_timeliness.changes of Package rubygem-validates_timeliness
-------------------------------------------------------------------
Tue Nov 14 18:43:13 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 6.0.1, see bundled CHANGELOG.md
-------------------------------------------------------------------
Fri Oct 28 05:11:20 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 6.0.0
CHANGELOG.rdoc removed upstream
-------------------------------------------------------------------
Thu Jun 24 18:07:46 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 5.0.0
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Mon Feb 10 16:03:12 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 4.1.1
see installed CHANGELOG.rdoc
= 4.1.1 [2019-08-06]
* Add initializer to ensure Timeliness default ambigiuous date handling config
in Timeliness v0.4.1+ is set correctly when using `use_us_formats` or
`use_euro_formats` switcher to set default.
* Removed build support for Ruby 2.3 and Rails 4.0 and 4.1 to EOL official
support for those.
-------------------------------------------------------------------
Fri Jul 19 09:44:33 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 4.1.0
see installed CHANGELOG.rdoc
= 4.1.0 [2019-06-11]
* 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.
= 4.0.2 [2016-01-07]
* Fix undefine_generated_methods ivar guard setting to false
= 4.0.1 [2016-01-06]
* Fix undefine_generated_methods thread locking bug
* Created an ActiveModel ORM, for manual require if using without any full blown ORM
-------------------------------------------------------------------
Thu Jan 21 05:51:16 UTC 2016 - coolo@suse.com
- updated to version 4.0.2
see installed CHANGELOG.rdoc
= 4.0.0 [2015-12-29]
* 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)
= 3.0.15 [2015-12-29]
* Fixes mongoid 3 support and removes mongoid 2 support(johnnyshields)
* Some documentation/comments tidying
* Some general tidying up
-------------------------------------------------------------------
Mon Aug 27 19:50:06 UTC 2012 - coolo@suse.com
- updated to version 3.0.14
-------------------------------------------------------------------
Sun Jul 29 20:13:48 UTC 2012 - coolo@suse.com
- initial package