Skip to content

Releases: pauci/datetime

v0.7.0

18 Jan 12:28
0e360b8
Compare
Choose a tag to compare

What's Changed

  • feat: Allow and test for php 8.2 by @pauci in #18
  • feat: Introduce DateIntervalInterface by @pauci in #19

Full Changelog: v0.6.0...v0.7.0

v0.6.0

29 Nov 09:20
b1d44c4
Compare
Choose a tag to compare

What's Changed

  • feat: Extend the just released PSR-20 interface by @pauci in #17

Full Changelog: v0.5.0...v0.6.0

v0.5.0

21 Jun 13:41
Compare
Choose a tag to compare

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

17 Jan 10:46
594c552
Compare
Choose a tag to compare
  • Throw an exception instead of returning false in modify()

v0.4.0

20 Dec 17:08
ab74790
Compare
Choose a tag to compare
  • 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

05 Dec 11:46
Compare
Choose a tag to compare
  • 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

18 Sep 15:37
Compare
Choose a tag to compare
Update badges and license

v0.3.4: Merge pull request #6 from pauci/feature/cast-to-string-interface

14 Sep 13:44
fb06173
Compare
Choose a tag to compare

v0.3.3

06 Mar 11:53
Compare
Choose a tag to compare
  • require php_codesniffer in dev mode only
  • fix line separator

v0.3.2

15 Feb 11:51
Compare
Choose a tag to compare

Add equals() method