Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 1.4 KB

Changelog

All notable changes to this library will be documented in this file:

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.1.0 - 2021-06-19

  • Deprecate ComposerUpgrader::install as not defined by its interface
  • Update to nexusphp/cs-config v3.2.0 and force @covers annotations
  • Drop phpstan/phpstan-strict-rules but retain some strict features

v1.0.3 - 2021-06-01

  • Updated code style reversal for native_constant_invocation

v1.0.2 - 2021-06-01

  • Used version alias for codeigniter4/codeigniter4
  • Updated code styles from nexusphp/cs-config v3.1.0
  • Updated Application::VERSION to 1.0.2
  • Marked as draft the contents of automated release script

v1.0.1 - 2021-05-07

  • Updated friendsofphp/php-cs-fixer and nexusphp/cs-config to v3.0
  • Updated Application::VERSION to 1.0.1
  • Enable tachycardia for profiling slow tests

v1.0.0 - 2021-02-01

Added

  • Initial release