Skip to content

Releases: BrandEmbassy/datetime

2.1.2

14 May 13:30
b00dfe3
Compare
Choose a tag to compare
  • fix create from timestamp with miliseconds

2.1.1

14 Apr 11:22
408a6cc
Compare
Choose a tag to compare
  • formatter accept datetime interface instead of immutable object only
  • throw annotations added

2.1

09 Apr 13:40
43795f0
Compare
Choose a tag to compare
2.1
  • More atom format proxy methods
  • beberlei/assert dependency removed

2.0

09 Apr 11:23
e071a26
Compare
Choose a tag to compare
2.0
  • DateTimeFormatter is now static
  • Atom formatted proxy methods added

1.2.4

13 Aug 07:35
c0c3348
Compare
Choose a tag to compare

Added toString method to AmountOfTime; added test

1.2.3

10 May 10:51
3686523
Compare
Choose a tag to compare
Merge pull request #7 from BrandEmbassy/fix-datetime-for-doctrine

fix nullable datetime type for doctrine

1.2.2

10 May 09:53
ed2f991
Compare
Choose a tag to compare
Merge pull request #6 from BrandEmbassy/fix-empty-value-for-datetime

fix nullable datetime_immutable_as_timestamp for doctrine

1.2.1

15 Apr 17:51
d3f6e3e
Compare
Choose a tag to compare
  • DateTimeFactory is separated into solo repository and used as dependency

1.2.0

06 Mar 13:37
c2207a4
Compare
Choose a tag to compare

AmountOfTime is able to work with days.

1.1.0

10 Jan 16:31
6f971e8
Compare
Choose a tag to compare

Added AmountOfTime value object.
Added DateTimeImmutableAsTimestampDoctrineType doctrine type.