Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Releases: tighten/mailthief

v0.3.14

10 Feb 04:20
Compare
Choose a tag to compare
  • Allow for testing against mailables ( #91 )
  • Detect Lumen versions more accurately ( #93 )
  • Show more specific error when subject not found ( 9a8c244 )

v0.3.13

09 Nov 16:11
a6b3354
Compare
Choose a tag to compare
  • Fix for Laravel 5.2 by using MailThief's custom collections to fix contains() parameter order (#89)
  • Fix typos in exceptions (#88)

V0.3.12

18 Oct 09:40
Compare
Choose a tag to compare

Remove use of tap for older apps.

v0.3.11

13 Oct 19:29
Compare
Choose a tag to compare

Fixes error with new versions of PHPUnit where Mailer wasn't properly memoized. Fix by @ejunker in #81.

v0.3.10

12 Sep 17:08
Compare
Choose a tag to compare

Full compatibility with Laravel 5.5 while maintaining compatibility with earlier versions.

v0.3.8

01 Sep 14:03
Compare
Choose a tag to compare

Explicitly doesn't support laravel 5.5 because of broken queue contract.

v0.3.7

01 Aug 21:28
Compare
Choose a tag to compare
  • Fix: a $message object wasn't being passed into email blade templates

v0.3.6

16 May 15:07
Compare
Choose a tag to compare
  • Fix issue when passing names as second parameter to ->from() (#70)

v0.3.5

22 Apr 17:51
Compare
Choose a tag to compare
  • Support for HtmlStringviews (#66)

v0.3.4

30 Jan 17:29
Compare
Choose a tag to compare
  • Update contains and first to match Laravel 5.4 (#59, #61)