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.
- Update laravel-mix to ^6.0
- Update axios to ^0.26
- Add support for PHP ^8.0
- Add composer check command to run phpunit, phpstan and php-cs-fixer
- Update npm dependencies
- Remove brainmaestro/composer-git-hooks
- Update composer dependencies
- Update friendsofphp/php-cs-fixer to v3.0.2
- Update zbateson/mail-mime-parser to v1.3
- Remove double dots from email content rows start (fix #13)
- Parse null subject, textBody and htmlBody to empty strings on Mailamie\Emails\Message creation (fix #12)
- Added github/licensed to check license on dependencies
- Added codecov badge to readme file (Fix #6)
- Bump axios from 0.19.2 to 0.21.1 (#8)
- Changed composer.json to require only needed React dependencies
- Removed todo file and created issues for missing items
- Fixed issue with assets path
- Fixed issue with bin paths
- First commit