File rubygem-timeliness.changes of Package rubygem-timeliness
-------------------------------------------------------------------
Tue Nov 14 18:41:37 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 0.4.5, see bundled CHANGELOG.rdoc
-------------------------------------------------------------------
Mon Feb 10 15:55:58 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 0.4.4
see installed CHANGELOG.rdoc
= 0.4.4 - 2019-08-06
* Raise compilation error if token with capturing arg is used more than once in a format
* Some small internal refactorings in format compilation
-------------------------------------------------------------------
Fri Jul 19 09:42:05 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 0.4.3
see installed CHANGELOG.rdoc
= 0.4.3 - 2019-06-16
* Fixed `Timeliness.ambiguous_date_format` being used in new threads if custom value set
* Moved all config from Timeliness to new Configuration class. Delegated all
old config methods to Timeliness.configuration instance.
= 0.4.2 - 2019-06-15
* Fixed thread safe issue that forced you to use one of the date format methods e.g. `use_euro_formats`
to initialize the format sets in each new thread. Now a new thread will default to the global default (main thread).
* Add `Timeliness.ambiguous_date_format` config setting (:us or :euro) to control global default for date format sets.
= 0.4.1 - 2019-06-11
* Add format for ISO 8601 with usec and 'Z' UTC zone offset (jartek)
* Fix ISO 8601 parsing bug where Z was not recognised as UTC
* Add 'zt' format token to support 'Z' (Zulu time) zone offset i.e. +00:00 or UTC
-------------------------------------------------------------------
Sat Mar 2 15:41:16 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 0.4.0
see installed CHANGELOG.rdoc
= 0.4.0 - 2019-02-09
* Add threadsafety for use_euro_formats & use_us_formats to allow runtime
switching (andruby, timdiggins)
= 0.3.10 - 2019-02-06
* Fixed file permissions in gem build
= 0.3.9 - 2019-02-03 [YANKED]
* Fix for parsing invalid datetime string with valid timezone raising exception (lni_T)
* Add license name in gemspec (Robert Reiz)
* Fix typo in README format example
= 0.3.8 - 2016-01-06
* Add formats for standard Ruby string representations of Time
* Updated specs to RSpec v3
* Added some gem specific exception classes
-------------------------------------------------------------------
Thu Jan 21 05:50:19 UTC 2016 - coolo@suse.com
- updated to version 0.3.8
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Wed Oct 3 05:00:05 UTC 2012 - coolo@suse.com
- updated to version 0.3.7
* Change to a hot switch between US and Euro formats without a compile.
* Fix date parsing with bad month name defaulting to 1 if year and day present.
* Fix date parsing with nil month.
-------------------------------------------------------------------
Tue Feb 22 16:42:03 UTC 2011 - lslezak@suse.cz
- initial package (0.3.3)