Releases: lcobucci/clock
Releases · lcobucci/clock
1.4.0
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
- 51: Add named constructors to system clock thanks to @lcobucci
- 35: named constructor FrozenClock::fromUTC() thanks to @slepic
- 32: Fix test of system clock using default timezone thanks to @slepic
Dependencies
- 50: Bump phpstan/phpstan from 0.12.38 to 0.12.40 thanks to @dependabot-preview[bot] and @slepic
- 49: Bump ondram/ci-detector from 3.4.0 to 3.5.0 thanks to @dependabot-preview[bot]
- 48: Bump slevomat/coding-standard from 6.3.10 to 6.3.11 thanks to @dependabot-preview[bot]
- 47: Bump infection/infection from 0.17.0 to 0.17.3 thanks to @dependabot-preview[bot]
- 46: Bump seld/jsonlint from 1.8.1 to 1.8.2 thanks to @dependabot-preview[bot]
- 45: Bump phpstan/phpstan from 0.12.38 to 0.12.39 thanks to @dependabot-preview[bot]
- 44: Bump infection/infection from 0.17.0 to 0.17.2 thanks to @dependabot-preview[bot]
- 43: Bump composer/xdebug-handler from 1.4.2 to 1.4.3 thanks to @dependabot-preview[bot]
- 42: Bump phpstan/phpstan from 0.12.37 to 0.12.38 thanks to @dependabot-preview[bot]
- 40: Update lcobucci/coding-standard requirement from ^4.0 to ^6.0 thanks to @dependabot-preview[bot]
- 39: Update infection/infection requirement from ^0.16 to ^0.17 thanks to @dependabot-preview[bot]
- 38: Update phpunit/phpunit requirement from ^9.1 to ^9.3 thanks to @dependabot-preview[bot]
- 37: Update lcobucci/coding-standard requirement from ^4.0 to ^5.0 thanks to @dependabot-preview[bot]
- 36: Update phpunit/phpunit requirement from ^9.1 to ^9.2 thanks to @dependabot-preview[bot]
- 30: Update phpunit/phpunit requirement from ^9.0 to ^9.1 thanks to @dependabot-preview[bot]
- 29: Update infection/infection requirement from ^0.15 to ^0.16 thanks to @dependabot-preview[bot]
1.3.0
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 2
Improvement
- 27: Upgrade dependencies thanks to @lcobucci
- 13: Remove usage of deprecated methods on tests thanks to @lcobucci
Dependencies
- 26: Update phpunit/phpunit requirement from ^8.5.0 to ^8.5.2 thanks to @dependabot-preview[bot]
- 25: Update phpunit/phpunit requirement from ^8.5.0 to ^8.5.1 thanks to @dependabot-preview[bot]
- 24: Update phpunit/phpunit requirement from ^8.4.3 to ^8.5.0 thanks to @dependabot-preview[bot]
- 23: Update phpunit/phpunit requirement from ^8.4.2 to ^8.4.3 thanks to @dependabot-preview[bot]
- 22: Update phpunit/phpunit requirement from ^8.4.1 to ^8.4.2 thanks to @dependabot-preview[bot]
- 20: Update phpunit/phpunit requirement from ^8.3.5 to ^8.4.0 thanks to @dependabot-preview[bot]
- 17: Update phpunit/phpunit requirement from ^7.5 to ^7.5 || ^8.0 thanks to @dependabot-preview[bot]
- 15: Update infection/infection requirement from ^0.10 to ^0.10 || ^0.13 thanks to @dependabot-preview[bot]
v1.2.0
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 thanks to @lcobucci
- 5: Add .gitattributes thanks to @1ma
Documentation
v1.1.0
Total issues resolved: 1