Releases: wmde/Time
Releases · wmde/Time
1.2.0
1.1.2
- Allow installation together with data-values/common 1.1.0 and data-values/interfaces 1.x
1.1.1
(Actually released 2022-10-21.)
- Allow installation together with DataValues 3.1
1.1.0
- Improved compatibility with PHP 8.1; in particular, the new
__serialize
/__unserialize
methods are implemented now (in addition to the still supportedSerializable
interface). Make sure to also usedata-values/data-values
version 3.1.0 (or later) to keep hashes stable. - Added support for the YYYY-DDD format (DDDth day of the year) added in PHP 8.1.7. (Not supported in earlier PHP versions.)
1.0.4
(Actually released 2021-07-15 – this GitHub release is delayed.)
- Support month+year dates with era
1.0.3
Update major data-values/*
versions
1.0.2
1.0.1
1.0.0
0.8.6
- Added whitespace trimming to
YearTimeParser
. - Fixed
IsoTimestampParser
andTimeValue
accepting a time of day with no day. - Fixed
MonthNameUnlocalizer
accidentally replacing already unlocalized numeric months. - Fixed
PhpDateTimeParser
misinterpreting inputs with only one or two numbers. - Deprecated
TimeValue::newFromArray
. - Raised required PHP version from 5.3 to 5.5.