Skip to content

Releases: CorpusPHP/Router

Mild Cleanup

15 Dec 05:20
36427c8
Compare
Choose a tag to compare

What's Changed

  • Update corpus/coding-standard requirement from ^0.1.0 to ^0.2.0 by @dependabot in #2
  • Update corpus/coding-standard requirement from ^0.2.0 to ^0.3.0 by @dependabot in #3
  • Update corpus/coding-standard requirement from ^0.3.0 to ^0.4.0 by @dependabot in #4
  • Test in PHP 8.1 by @donatj in #6
  • Update corpus/coding-standard requirement from ^0.4.0 to ^0.6.0 by @dependabot in #7
  • Update squizlabs/php_codesniffer requirement from ^3.5 to ^3.7 by @dependabot in #9
  • Test in PHP 8.2 by @donatj in #12
  • Bump actions/checkout from 2 to 3 by @dependabot in #11
  • Update friendsofphp/php-cs-fixer requirement from ^2.17 to ^2.19 by @dependabot in #10

New Contributors

Full Changelog: v1.0.0...v1.0.1

Major Cleanup / Refactor

21 Dec 23:36
8f77e51
Compare
Choose a tag to compare

Major cleanup / refactor. Fixes many old bad behaviours.

Adds PHP 8.0 compatibility.

Breaking Changes:

  • Many functions that previously returned false on failure now return null
  • PHP 7.1 or greater is now required.

Initial Release

17 Sep 20:01
64f5a66
Compare
Choose a tag to compare
v0.0.1

Update .travis.yml