Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

v0.3.0

Pre-release
Pre-release

Choose a tag to compare

@floriangaerber floriangaerber released this 25 May 12:25
· 14 commits to master since this release

Changes:

  • Rewritten classes for extensibility
    • Magnesium\Messages\Bulk can now be found at Magensium\Message\BatchMessage
      • Renamed some functions and changed some behavior
    • Added a new base class, Magnesium\Message\Base
    • Errors can now be caught with Magnesium\Error\Base
      • There currently are no more elaborate errors
  • Began adding documentation

This should be the last major external changes, though I may add some more features in the future, such as a class with CC/BCC support, and attachment/inline support on Magnesium\Messages\Base.
I'll at least need to add unit tests before 1.0.0 though.