Skip to content

2.2.0

Compare
Choose a tag to compare
@Firehed Firehed released this 19 Jul 23:11
· 1 commit to master since this release
28f7999

[2.2.0] - 2021-07-19

Summary

This release focuses on supporting newer versions of PHP and minimizing external dependencies.

This will probably be the last version in the 2.x line.
The next major version will only support PHP 8, and should further improve type information that's available in modern tooling.

Added

  • Test suite: PHP 7.4, 8.0
  • Type information has been added in numerous places.

Changed (Internal)

  • Migrated from Travis to Github Actions
  • Migrated from Coveralls to Codecov
  • Tests are no longer exported. Test traits for client code have been moved to src so they will still be available in releases.
  • Code style updated to PSR-12

Removed

  • Test suite: PHP 7.1