Skip to content

Releases: sunkan/dictus

2.8.0

29 Jan 12:07

Choose a tag to compare

What's Changed

  • Make localized DateTime formatter comparable with IntlDateFormatter by @bix0r in #5

Full Changelog: 2.7.0...2.8.0

2.7.0

17 Dec 16:15
912b3f6

Choose a tag to compare

Full Changelog: 2.6.0...2.7.0

2.6.0

03 Jun 12:54
8eadd87

Choose a tag to compare

What's Changed

  • Fix strftime global call by @bix0r in #4

New Contributors

  • @bix0r made their first contribution in #4

Full Changelog: 2.5.0...2.6.0

2.5.0

23 Jan 10:34
caf49c4

Choose a tag to compare

Add support to parse timestamp in MS Epoch

2.4.1

28 May 08:30
e7cf004

Choose a tag to compare

Remove days from date interval merge method

This is because it doesn't make sense to to merge that value
First it's conditionally added when the interval is created by
DateTimeInterface:diff so if you create a DateInterval manually that
property doesn't exits so causes a deprecation message about dynamic
properties.

Also it doesn't make sense to merge that value since it's suppose to
represent the number of days between 2 dates and when merging that's
no longer the case

2.4.0

06 May 08:34
8157ea4

Choose a tag to compare

Full Changelog: 2.3.0...2.4.0

2.3.0

25 Apr 14:54
6ce2022

Choose a tag to compare

What's Changed

  • Refactor LocalizedDateTimeFormatter to not use IntlDateFormatter by @sunkan in #1
  • Add helper class to convert strftime formats to date-time formats by @sunkan in #2
  • Add method setTimeFromDateTime to the Date object
  • Add method setDateFromDateTime to the Time object
  • Add method fromUnknown to DateParser to convert most inputs to DateTimeImmutable

Full Changelog: 2.2.0...2.3.0

2.2.0

09 May 09:47
e7b07c6

Choose a tag to compare

Add tryString method to make it easier to parse nullable strings

2.1.0

10 Feb 08:57
b70e42e

Choose a tag to compare

Add a clock to help when testing applications

2.0.0

03 Jan 12:52
23d19f2

Choose a tag to compare

Update to use psr/clock as root interface