Skip to content

Releases: JoggApp/laravel-mail-viewer

v3.0.0

12 Nov 21:30
Compare
Choose a tag to compare
  • If the constructor dependency is not type hinted it will trust the user input in the config file as a replacement. PR for this feature
  • Big thanks & credits to Junhai for making this possible :)

v2.2.0

11 Oct 16:28
Compare
Choose a tag to compare

v2.1.1

04 Oct 21:27
Compare
Choose a tag to compare

v2.1.0

04 Oct 20:27
Compare
Choose a tag to compare

v2.0.2

28 Sep 20:20
Compare
Choose a tag to compare
  • Fix class check and cover all data types.

v2.0.1

27 Sep 19:21
6ef2f1c
Compare
Choose a tag to compare
  • The package now attempts to instantiate non eloquent objects using the container if no factory exists.
  • Improved the docs & tests.

v2.0.0

27 Sep 02:53
528c4f9
Compare
Choose a tag to compare
  • Major changes in how the mailables are registered in the config file.
  • Now no need to have objects & factories in the config file.
  • Please read the comments in the config file for the 'mailable' key and update yours accordingly.
  • The config file is now cacheable as well as serializable.
  • Directory structure changed.

v1.0.1

19 Sep 21:01
Compare
Choose a tag to compare
  • Readme updated

v1.0.0

18 Sep 21:33
Compare
Choose a tag to compare

First stable release with tests and CI

  • Added Tests
  • First major stable release

v0.2.0

07 Sep 00:22
Compare
Choose a tag to compare
  • Minor improvements