All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.0.0 - 2020-01-15
- Support for automatic package discovery in Laravel 5.5+.
- New changelog.
- Support Laravel 6.x by converting string helpers to use support classes.
- Sort packages in composer.json file.
- Update tests to work with all supported Laravel and PHP versions.
- Update CI configs for increased test coverage.
- Update readme with new version information.
1.0.1 - 2017-02-23
- Feature detection to help support multiple Laravel versions.
- PHP code sniffer for code formatting.
- Update database connection registration to support Laravel 5.4+.
- Update travis and scrutinizer to use vendor phpunit.
- Update phpunit to whitelist php files in src.
- Update readme with supported versions.
- Fix code style violations found by new code sniffer.
- Fix phpunit testcase parent to support PHP <= 5.6.
- Initial release!