Skip to content

Latest commit

 

History

History
151 lines (100 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

151 lines (100 loc) · 4.21 KB

Changelog

Added

  • Added support for PHP 8.4

Added

  • Added support for Laravel 11

Removed

  • Removed support for PHP 8.0
  • Removed support for Laravel 7
  • Removed support for Laravel 8
  • Removed support for Laravel 9

Changed

  • Upgraded to PHPUnit 10.

Added

  • Added support for PHP 8.3.
  • Added Dependabot integration.

Fixed

  • Fixed Windows support for ExecDriver.
  • Reduced amount of checks when creating pull requests.

Added

  • Added support for Laravel 10.
  • Added support for PHP 8.2.

Removed

  • Removed support for PHP 7.4.
  • Removed support for Laravel 6.

Fixed

  • Moved path assertion out of constructor for the git drivers.

Added

  • Added Laravel 9 support.

Fixed

  • Removed typo in readme.

Added

  • Added PHP 8.1 support. (#18)
  • Improved code coverage.

Changed

  • Used webmozart/assert instead of custom logic to reduce complexity.
  • Simplified exception code style.

Added

  • Added PHP 8.0 support
  • Added PHP 7.4 support in combination with Laravel 6.

Removed

  • Removed PHP 7.3 support

Added

  • Added a latestCommitHash() method to the GitDriver interface.
  • Added Laravel 8 support.

Removed

  • Removed Laravel integration in GitStateManager tests. (#12)

Added

  • Added Github Actions integration.
  • Added PHP 7.4 support.
  • Added a .gitattributes file to shrink down releases.

Removed

  • Removed support for Laravel 5.
  • Removed support for PHP 7.1
  • Removed Travis integration.

Added

  • Add support for Laravel 7. (#9)

Added

  • Added Codecov integration.
  • Added support for Laravel 6. (#8)

Removed

  • Removed Coveralls integration.

Fixed

  • Fixed merge key for configuration file.

Fixed

  • Fixed Composer auto-loading of service provider.

Changed

  • Renamed Git to GitState.

Added

  • Added DocBlock for git manager.
  • Added a facade.

Fixed

  • Fix failing tests.
  • Improved code coverage.

Removed

  • Removed redundant clover call in CI.

Added

  • Added a readme

Fixed

  • Fixed integration tests in CI.
  • Fixed configuration loading.