Releases: ash-jc-allen/laravel-mailboxlayer
Releases · ash-jc-allen/laravel-mailboxlayer
Release list
v1.0.1
Changes Made
Updated documentation
The documentation has now been updated to include the package logo. The Publish Config & Migrations section has also been renamed to Publish Config due to the fact that the package doesn't contain any migrations (as was originally planned).
v1.0.0
🎉🎉 The official production-ready release of the Laravel Mailbox Layer package! 🎉🎉
Changes Made
- Improved code quality
- Added documentation
- Added unit tests
- Configured tests and phpstan to run on Travis CI
Improved code quality
The code quality has been improved since v1.0.0 to improve the overall performance of the package.
Added documentation
Documentation has now been added to the README.md to show how the package can be used.
Improved code quality
Unit tests have been added to ensure that the code runs as expected.
Configured tests and phpstan to run on Travis CI
Travis CI has been set up so that the tests and phpstan run in a CI environment on each pull request to ensure quality.
v0.1.0
Initial work and pre-release development.