UNPKG

@nest-modules/mailer

Version:

NestJS - a mailer module (@mailer)

187 lines (91 loc) 8.35 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [1.3.22](https://github.com/nest-modules/mailer/compare/v1.3.21...v1.3.22) (2020-04-07) ### Bug Fixes * optional dependencies ([8bd3fb8](https://github.com/nest-modules/mailer/commit/8bd3fb87e8d17121d0cdc1f8d947900f282eda3e)) ### [1.3.21](https://github.com/nest-modules/mailer/compare/v1.3.20...v1.3.21) (2020-04-04) ### Bug Fixes * fixed inconsistencies in build ([6d041f0](https://github.com/nest-modules/mailer/commit/6d041f071494d282d35722c360fdc111544f1abc)) ### [1.3.20](https://github.com/nest-modules/mailer/compare/v1.3.19...v1.3.20) (2020-04-04) * Clean build ### Bug Fixes * **deps:** pin dependencies ([a91e6f3](https://github.com/nest-modules/mailer/commit/a91e6f398d214a76316b1b24e75cd9670a6604ea)) ### [1.3.19](https://github.com/nest-modules/mailer/compare/v1.3.18...v1.3.19) (2020-04-04) ### Bug Fixes * build ([24d0598](https://github.com/nest-modules/mailer/commit/24d0598c2447887caad9573d78bad58d65b0f8da)) ### [1.3.18](https://github.com/nest-modules/mailer/compare/v1.3.17...v1.3.18) (2020-04-04) ### Bug Fixes * now pug and handlebars are optional dependencies and nodemailer a peer dependency ([49b60a3](https://github.com/nest-modules/mailer/commit/49b60a3dee86f964746e2ede5da56007301f23b6)) * **deps:** update dependency rxjs to v6.5.5 ([2ffd823](https://github.com/nest-modules/mailer/commit/2ffd82360817063552ec98edc6b104e7b102456c)) ### [1.3.17](https://github.com/nest-modules/mailer/compare/v1.3.16...v1.3.17) (2020-04-01) ### Bug Fixes * optional key in atachments interface [#110](https://github.com/nest-modules/mailer/issues/110) ([0d951ae](https://github.com/nest-modules/mailer/commit/0d951aeb25c8fb25dec78789638f77ddeecd6a67)) ### [1.3.16](https://github.com/nest-modules/mailer/compare/v1.3.15...v1.3.16) (2020-03-31) ### Bug Fixes * [#108](https://github.com/nest-modules/mailer/issues/108) ([69072b6](https://github.com/nest-modules/mailer/commit/69072b68c801472ef1fb482366966b60c1f307b5)) ### [1.3.15](https://github.com/nest-modules/mailer/compare/v1.3.14...v1.3.15) (2020-03-31) ### Bug Fixes * fix dist not found ### [1.3.14](https://github.com/nest-modules/mailer/compare/v1.3.13...v1.3.14) (2020-03-31) ### Bug Fixes * types not recognized ([8584ea8](https://github.com/nest-modules/mailer/commit/8584ea81914d481cdc7b2a77544f4f93ae3e886a)), closes [#99](https://github.com/nest-modules/mailer/issues/99) ### [1.3.13](https://github.com/nest-modules/mailer/compare/v1.3.12...v1.3.13) (2020-03-30) ### Bug Fixes * add interface 'attachment like object' [#104](https://github.com/nest-modules/mailer/issues/104) ([30de1f6](https://github.com/nest-modules/mailer/commit/30de1f64b1635237cd374237376497a5b0089253)) * **deps:** update dependency nodemailer to v6.4.6 ([2230ca2](https://github.com/nest-modules/mailer/commit/2230ca24ad337a72c1d77babb7cc28e0d81d47e5)) * **deps:** update nest monorepo to v7.0.5 ([b3b3ec9](https://github.com/nest-modules/mailer/commit/b3b3ec9a653766bdc12e6cd93dfd0263a2d32ea5)) * **deps:** update nest monorepo to v7.0.6 ([3e8c04f](https://github.com/nest-modules/mailer/commit/3e8c04ff617afb94a5ce11c54f0b55b108408714)) * **deps:** update nest monorepo to v7.0.7 ([3b9bc9a](https://github.com/nest-modules/mailer/commit/3b9bc9af1ab8866ba66de3d8f6b81f1412e828ef)) ### [1.3.12](https://github.com/nest-modules/mailer/compare/v1.3.11...v1.3.12) (2020-03-19) ### Bug Fixes * sendMail options errors [#85](https://github.com/nest-modules/mailer/issues/85) ([02e5950](https://github.com/nest-modules/mailer/commit/02e5950e01ac11ff6ee00a7fec0b9dd2b41b3da3)) * **deps:** update nest monorepo to v7.0.2 ([6cb96b8](https://github.com/nest-modules/mailer/commit/6cb96b8000e67284f3158b80ffcd5e4625843667)) * **deps:** update nest monorepo to v7.0.3 ([ae6eee9](https://github.com/nest-modules/mailer/commit/ae6eee9e9348e2f0b6ea670532b205a9d40e4ab8)) ### [1.3.11](https://github.com/nest-modules/mailer/compare/v1.3.10...v1.3.11) (2020-03-15) ### Bug Fixes * fixes build fail with no implicit any [#79](https://github.com/nest-modules/mailer/issues/79) ### [1.3.10](https://github.com/nest-modules/mailer/compare/v1.3.9...v1.3.10) (2020-03-14) ### Bug Fixes * fixes template in the email interface ([eb1f4b6](https://github.com/nest-modules/mailer/commit/eb1f4b673251bd8ef8f97a012b23cd928f7c3727)) * **deps:** update nest monorepo to v7 ([7deaa3e](https://github.com/nest-modules/mailer/commit/7deaa3e0956e2ed2a04d4ab6f88960bc01c57f6b)) ### [1.3.9](https://github.com/nest-modules/mailer/compare/v1.3.8...v1.3.9) (2020-03-12) ### Bug Fixes * inherits from nodemailer interface [#34](https://github.com/nest-modules/mailer/issues/34) ([923ba0f](https://github.com/nest-modules/mailer/commit/923ba0f270bc8c0dffe4256b98b91f403a0acd45)) * **deps:** pin dependencies ([5545762](https://github.com/nest-modules/mailer/commit/5545762c113b80e22b45edfa76a7252dfdbde239)) * **deps:** update dependency nodemailer to v6.4.5 ([b5ace5d](https://github.com/nest-modules/mailer/commit/b5ace5d774df18017e8d4923d733b5b1e17e0061)) ### [1.3.8](https://github.com/nest-modules/mailer/compare/v1.3.7...v1.3.8) (2020-03-06) ### Bug Fixes * remove unused key ([cadc62a](https://github.com/nest-modules/mailer/commit/cadc62a26fa9013da9e734248514e17cf0615e9d)) ### [1.3.7](https://github.com/nest-modules/mailer/compare/v1.3.6...v1.3.7) (2020-03-06) ### Bug Fixes * fixed build script ([1b5c186](https://github.com/nest-modules/mailer/commit/1b5c186f6277de309529bb10e15bc0a15312771a)) * update lock file ([fd0e603](https://github.com/nest-modules/mailer/commit/fd0e603fc1e48aba7fc085f112c040bec7163281)) ### [1.3.6](https://github.com/nest-modules/mailer/compare/v1.3.5...v1.3.6) (2020-02-26) ### Bug Fixes * fixed deploy script ([87cc825](https://github.com/nest-modules/mailer/commit/87cc82577bd26ef24cdb698aac915c9e723034a0)) ### [1.3.5](https://github.com/nest-modules/mailer/compare/v1.3.4...v1.3.5) (2020-02-26) ### Bug Fixes * dependencies ([eaf1979](https://github.com/nest-modules/mailer/commit/eaf197976039257cefcf358bf6d588cf22761968)) * fixed incorrect module call in documentation ([5d37026](https://github.com/nest-modules/mailer/commit/5d370266217c211de5dfd5eaeed00833b39506d1)) * fixes deploy script ([2daf360](https://github.com/nest-modules/mailer/commit/2daf3603aa7ba1b1773fcb071e180ceda474e776)) ### [1.3.4](https://github.com/nest-modules/mailer/compare/v1.2.0...v1.3.4) (2020-02-25) ### Features * enable handlebars partials ([da4eb86](https://github.com/nest-modules/mailer/commit/da4eb86e7fc2546fd2ef2aff5b7824f97380a928)) ### Bug Fixes * badges now have a correct url ([a3d336a](https://github.com/nest-modules/mailer/commit/a3d336a54f3d0a447713fc7525de156e38635158)) * load partials and set global variables ([ee62f27](https://github.com/nest-modules/mailer/commit/ee62f27aaf2323e29fe56c7701c4878c21dc5719)) ### 1.3.3 * The module is in a new organization at npm. ### [1.3.2](https://github.com/nest-modules/mailer/compare/v1.3.0...v1.3.2) (2020-02-05) ### Bug Fixes * load partials and set global variables ([ee62f27](https://github.com/nest-modules/mailer/commit/ee62f27aaf2323e29fe56c7701c4878c21dc5719)) ## [1.3.0](https://github.com/nest-modules/mailer/compare/v1.2.0...v1.3.0) (2020-02-05) ### Features * enable handlebars partials ([da4eb86](https://github.com/nest-modules/mailer/commit/da4eb86e7fc2546fd2ef2aff5b7824f97380a928)) ## [1.2.0](https://github.com/nest-modules/mailer/compare/v1.1.4...v1.2.0) (2019-12-12) ### Features * inline css ([4dfdc31](https://github.com/nest-modules/mailer/commit/4dfdc31bbebc37533ade65d39cef8e49396f6c5a)) ### Bug Fixes * **dependencies:** fixed dependencies and scripts ([c34b1eb](https://github.com/nest-modules/mailer/commit/c34b1ebbacc35f0a8f559716e7c63eca91b158e0)) * **unit test:** fix unit tests ([c3bc61e](https://github.com/nest-modules/mailer/commit/c3bc61e6b5df1abbf0bd4fc86fe6b4575de1ba8c)) ### [1.1.4](https://github.com/nest-modules/mailer/compare/v1.0.4...v1.1.4) (2019-12-12)