Skip to content

Releases: wmde/Time

1.2.0

12 Dec 12:16
d8e8cf7
Compare
Choose a tag to compare

What's Changed

  • Replace travis CI builds with github actions by @manicki in #169
  • Upgrade mediawiki-codesniffer to latest version (45.0.0) by @codders in #168
  • Bump version to 1.2.0 by @codders in #170

New Contributors

Full Changelog: 1.1.2...1.2.0

1.1.2

24 Oct 09:59
a2bc08e
Compare
Choose a tag to compare
  • Allow installation together with data-values/common 1.1.0 and data-values/interfaces 1.x

1.1.1

24 Oct 08:28
1612e77
Compare
Choose a tag to compare

(Actually released 2022-10-21.)

  • Allow installation together with DataValues 3.1

1.1.0

21 Oct 15:02
affa5f2
Compare
Choose a tag to compare
  • Improved compatibility with PHP 8.1; in particular, the new __serialize/__unserialize methods are implemented now (in addition to the still supported Serializable interface). Make sure to also use data-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

21 Oct 14:52
abbb585
Compare
Choose a tag to compare

(Actually released 2021-07-15 – this GitHub release is delayed.)

  • Support month+year dates with era

1.0.3

19 Mar 09:40
2e69a43
Compare
Choose a tag to compare

Update major data-values/* versions

1.0.2

20 Aug 13:19
Compare
Choose a tag to compare
Update release notes

1.0.1

18 Sep 14:16
a71b7a2
Compare
Choose a tag to compare
1.0.1 Release notes

1.0.0

18 Sep 12:22
ac0bc18
Compare
Choose a tag to compare
Merge pull request #143 from DataValues/rel100for-real

"Update" version constant for 1.0.0 release

0.8.6

06 Sep 09:55
Compare
Choose a tag to compare
  • Added whitespace trimming to YearTimeParser.
  • Fixed IsoTimestampParser and TimeValue 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.