Releases: sunkan/dictus
Releases · sunkan/dictus
2.8.0
2.7.0
Full Changelog: 2.6.0...2.7.0
2.6.0
2.5.0
2.4.1
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
Full Changelog: 2.3.0...2.4.0
2.3.0
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
setTimeFromDateTimeto theDateobject - Add method
setDateFromDateTimeto theTimeobject - Add method
fromUnknowntoDateParserto convert most inputs toDateTimeImmutable
Full Changelog: 2.2.0...2.3.0