- Enh: Use DI container for creating factories (sammousa)
- Enh #45: Include logger proxy as a dependency (sammousa)
- Enh #45: Drop support for end-of-life php versions 7.4 and 8.0 (sammousa)
- Enh #52: Forward events to the Yii event system (sammousa)
- Enh #45: Added option to create transport from Dsn object (Swanty)
- Enh #50: Forward transport logs to the Yii Logger (sammousa)
- Enh #49: Removed dependency on SymfonyMailer class (sammousa)
- Enh #22: Added an exception if there is no transport configuration (Krakozaber)
- Enh #27: Extensive rewrite to make it more statically typed and better testable (sammousa)
- Enh #22: Added an exception if there is no transport configuration (Krakozaber)
- Bug #20: Remove final from Mailer and Message class (Krakozaber)
- Bug #15: Fix return value of Message::embed() and Message::embedContent() (Hyncica)
- Bug #17: Fix missing import for
\RuntimeException
inMailer
(samdark) - Bug #18: Fix
Message
incompatibility withMessageInterface
(samdark) - Bug #18: Fix not calling
Message
constructor (samdark)
- Bug #12: Fix namespace import in Mailer.php (Krakozaber)
- Initial release.