Skip to content

v0.3.0

Compare
Choose a tag to compare
@aozisik aozisik released this 26 Aug 16:56
· 9 commits to master since this release

How to upgrade?

Simply run:

composer require appkeep/laravel-appkeep ^0.3.0

Breaking Changes

These breaking changes will not affect you if you are using the default checks.

  • EnvironmentCheck is renamed to ProductionModeCheck
  • expectEnvironment() is renamed to environment() in ProductionModeCheck
  • connectionName() method is renamed to connection() in DatabaseCheck

Fixes & improvements

  • Improved error messages
  • Simplified some checks & added test coverage
  • Fix Laravel 7 compatibility issues (remove use of Str::headline)

Full Changelog: v0.2.3...v0.3.0