Skip to content

Releases: lcobucci/clock

1.4.0

27 Aug 17:26
1.4.0
fa02578
Compare
Choose a tag to compare

Build Status

This release prepares for a BC-break: we're going to remove the ability to create a SystemClock without passing the timezone object.
If you rely on the system's default timezone, please use SystemClock::fromSystemTimezone().

  • Total issues resolved: 1
  • Total pull requests resolved: 19
  • Total contributors: 3

Improvement

Dependencies

1.3.0

26 Feb 20:26
1.3.0
70f25bd
Compare
Choose a tag to compare

v1.2.0

12 Aug 22:12
1.2.0
13fda71
Compare
Choose a tag to compare

Build Status

This release adds new QA tools to the build, ensuring the quality of the project. Also makes the project require PHP 7.2.

  • Total issues resolved: 3
  • Total pull requests resolved: 3
  • Total contributors: 3

Improvement

Documentation

v1.1.0

19 Jan 15:40
1.1.0
d11d20b
Compare
Choose a tag to compare

Total issues resolved: 1

Improvement

v1.0.0

07 May 19:13
bc2caa6
Compare
Choose a tag to compare

Build Status

Basic structure and functionality implemented.