Releases: pauci/datetime
Releases · pauci/datetime
v0.5.0
What's Changed
- feat!: Replace Factory with Clock; Remove redundant factory methods by @pauci in #15
- feat: Allow to globally enforce format for toString, __toString & js… by @pauci in #16
Full Changelog: v0.4.1...v0.5.0
v0.4.1
- Throw an exception instead of returning false in modify()
v0.4.0
- add support for PHP 8.1
- drop support for PHP 7.3 and 7.4
- add methods from \DateTimeImmutable into \Pauci\DateTime\DateTimeInterface
v0.3.6
- Add support for PHP 8
- Drop support for PHP 7.1 and 7.2
- Use github actions for continuous integration instead of travis
v0.3.5
Update badges and license
v0.3.4: Merge pull request #6 from pauci/feature/cast-to-string-interface
- Allow casting to string in DateTimeInterface
v0.3.3
- require php_codesniffer in dev mode only
- fix line separator