Releases: adonisjs/mail
Releases · adonisjs/mail
Update instructions markdown file
- docs(README): update instructions.md file 7e1d484
Use build path inside imports
Because TypeScript 4.6 does not work properly with export maps
- fix: use build path inside imports d005326
Introduce mailConfig method to define the mail config
The method will allow us to infer the types from the config vs defining it manually.
Commits
- feat: add mailConfig method to infer types from user defined config 7cd6313
Full Changelog: v8.0.1...v8.1.0
Remove traps in favor of fakes
Post this release, the Mail.trap method has been removed in favor of Mail.fake.
Commits
- test: fix breaking tests b2e0643
- test: remove "trap" calls 6f2e501
- feat: add support for faking emails 28a8d8f
- refactor: rename bin to .bin 4429e9a
- refactor: migrate to new japa fd59260
PRs
- refactor: migrate to new japa by @Julien-R44 in #77
New Contributors
- @Julien-R44 made their first contribution in #77
Full Changelog: v7.2.5...v8.0.0
Update dependencies
- chore: do not run tests when publishing to npm c5bf1a3
- test: assert mailgun tags in any order 2d03a55
- refactor: reorganize meta config 0e33992
- chore: update dependencies 17b0bb8
Full Changelog: v7.2.4...v7.2.5
update dependencies
Update dependencies
Fix mailgun missing cc and bcc recipients error
update dependencies
- chore: update dependencies 0e506ab