Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.41 KB

changelog.md

File metadata and controls

66 lines (44 loc) · 1.41 KB

Changelog

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.

[Unreleased]

Changed

  • Update laravel-mix to ^6.0
  • Update axios to ^0.26

[1.1.0] - 2022-03-08

Added

  • Add support for PHP ^8.0
  • Add composer check command to run phpunit, phpstan and php-cs-fixer

Changed

  • Update npm dependencies

Removed

  • Remove brainmaestro/composer-git-hooks

[1.0.5] - 2021-08-10

Changed

  • Update composer dependencies
  • Update friendsofphp/php-cs-fixer to v3.0.2
  • Update zbateson/mail-mime-parser to v1.3

Fixed

  • 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)

[1.0.4] - 2021-04-02

Added

  • Added github/licensed to check license on dependencies
  • Added codecov badge to readme file (Fix #6)

Changed

  • Bump axios from 0.19.2 to 0.21.1 (#8)

[1.0.3] - 2020-09-29

Changed

  • Changed composer.json to require only needed React dependencies

Removed

  • Removed todo file and created issues for missing items

[1.0.2] - 2020-09-28

Fixed

  • Fixed issue with assets path

[1.0.1] - 2020-09-28

Fixed

  • Fixed issue with bin paths

[1.0.0] - 2020-09-28

Added

  • First commit