Tags: axxapy/clock
Tags
2.0.0 [](http://travis-ci.com/lcobucci/clock) - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** Improvement (BC-Break) ---------------------- - [52: Always require a timezone to create the SystemClock](lcobucci#52) thanks to @lcobucci
1.4.0 This release prepares for a BC-break: we're going to remove the ability of creating 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 ----------- - [51: Add named constructors to system clock](lcobucci#51) thanks to @lcobucci - [35: named constructor FrozenClock::fromUTC()](lcobucci#35) thanks to @slepic - [32: Fix test of system clock using default timezone](lcobucci#32) thanks to @slepic Dependencies ------------ - [50: Bump phpstan/phpstan from 0.12.38 to 0.12.40](lcobucci#50) thanks to @dependabot-preview[bot] and @slepic - [49: Bump ondram/ci-detector from 3.4.0 to 3.5.0](lcobucci#49) thanks to @dependabot-preview[bot] - [48: Bump slevomat/coding-standard from 6.3.10 to 6.3.11](lcobucci#48) thanks to @dependabot-preview[bot] - [47: Bump infection/infection from 0.17.0 to 0.17.3](lcobucci#47) thanks to @dependabot-preview[bot] - [46: Bump seld/jsonlint from 1.8.1 to 1.8.2](lcobucci#46) thanks to @dependabot-preview[bot] - [45: Bump phpstan/phpstan from 0.12.38 to 0.12.39](lcobucci#45) thanks to @dependabot-preview[bot] - [44: Bump infection/infection from 0.17.0 to 0.17.2](lcobucci#44) thanks to @dependabot-preview[bot] - [43: Bump composer/xdebug-handler from 1.4.2 to 1.4.3](lcobucci#43) thanks to @dependabot-preview[bot] - [42: Bump phpstan/phpstan from 0.12.37 to 0.12.38](lcobucci#42) thanks to @dependabot-preview[bot] - [40: Update lcobucci/coding-standard requirement from ^4.0 to ^6.0](lcobucci#40) thanks to @dependabot-preview[bot] - [39: Update infection/infection requirement from ^0.16 to ^0.17](lcobucci#39) thanks to @dependabot-preview[bot] - [38: Update phpunit/phpunit requirement from ^9.1 to ^9.3](lcobucci#38) thanks to @dependabot-preview[bot] - [37: Update lcobucci/coding-standard requirement from ^4.0 to ^5.0](lcobucci#37) thanks to @dependabot-preview[bot] - [36: Update phpunit/phpunit requirement from ^9.1 to ^9.2](lcobucci#36) thanks to @dependabot-preview[bot] - [30: Update phpunit/phpunit requirement from ^9.0 to ^9.1](lcobucci#30) thanks to @dependabot-preview[bot] - [29: Update infection/infection requirement from ^0.15 to ^0.16](lcobucci#29) thanks to @dependabot-preview[bot]
1.3.0 [](http://travis-ci.org/#!/lcobucci/clock) - Total issues resolved: **0** - Total pull requests resolved: **10** - Total contributors: **2** Improvement ----------- - [27: Upgrade dependencies](lcobucci#27) thanks to @lcobucci - [13: Remove usage of deprecated methods on tests](lcobucci#13) thanks to @lcobucci Dependencies ------------ - [26: Update phpunit/phpunit requirement from ^8.5.0 to ^8.5.2](lcobucci#26) thanks to @dependabot-preview[bot] - [25: Update phpunit/phpunit requirement from ^8.5.0 to ^8.5.1](lcobucci#25) thanks to @dependabot-preview[bot] - [24: Update phpunit/phpunit requirement from ^8.4.3 to ^8.5.0](lcobucci#24) thanks to @dependabot-preview[bot] - [23: Update phpunit/phpunit requirement from ^8.4.2 to ^8.4.3](lcobucci#23) thanks to @dependabot-preview[bot] - [22: Update phpunit/phpunit requirement from ^8.4.1 to ^8.4.2](lcobucci#22) thanks to @dependabot-preview[bot] - [20: Update phpunit/phpunit requirement from ^8.3.5 to ^8.4.0](lcobucci#20) thanks to @dependabot-preview[bot] - [17: Update phpunit/phpunit requirement from ^7.5 to ^7.5 || ^8.0](lcobucci#17) thanks to @dependabot-preview[bot] - [15: Update infection/infection requirement from ^0.10 to ^0.10 || ^0.13](lcobucci#15) thanks to @dependabot-preview[bot]
v1.2.0 [](http://travis-ci.org/#!/lcobucci/clock) 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 --- - [10: Improve QA checks](lcobucci#10) thanks to @lcobucci - [5: Add .gitattributes](lcobucci#5) thanks to @1ma Documentation --- - [3: Provide better explanation about lib's usage](lcobucci#3) thanks to @sebastianbergmann
v1.1.0 Total issues resolved: **1** Improvement - [1: Make FrozenClock mutable through setter](lcobucci#1) thanks to @frankkoornstra