1.2.0
This release simplifies the internal code by leveraging PHP 7.1+
functionality, adds static analysis and coding standards to CI
integration, and brings in minimal performance improvements.
Total issues resolved: 11
- 36: replace athletic with phpbench thanks to @bendavies
- 37: Add Phpstan to CI thanks to @bendavies
- 41: Apply Doctrine CS 2.1, PHP 7.2 on CI thanks to @Majkl578
- 43: CS 4.0, PHPStan 0.9, PHPUnit 7, static asserts, composer.lock, merged stages thanks to @Majkl578
- 47: Update homepage thanks to @Majkl578
- 50: Extend
Throwable
in Exception marker interface thanks to @BackEndTea - 53:
restore_error_handler
, typehint thanks to @seferov - 55: CI: Test against PHP 7.4snapshot instead of nightly (8.0) thanks to @Majkl578
- 56: Drop HHVM relics thanks to @Majkl578
- 57: Updated phpstan to 0.11 + added phpstan's rules for phpunit thanks to @CzechBoy
- 58: Updated doctrine/coding-standard to 6.0 thanks to @patrickjahns