@nestjs-modules/mailer 2.0.2 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +156 -185
- package/dist/adapters/ejs.adapter.js +4 -3
- package/dist/adapters/handlebars.adapter.js +5 -4
- package/dist/adapters/liquid.adapter.d.ts +1 -1
- package/dist/adapters/liquid.adapter.js +12 -5
- package/dist/adapters/mjml.adapter.d.ts +2 -2
- package/dist/adapters/mjml.adapter.js +6 -4
- package/dist/adapters/pug.adapter.js +3 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/interfaces/mailer-async-options.interface.d.ts +1 -1
- package/dist/interfaces/mailer-options.interface.d.ts +4 -4
- package/dist/interfaces/send-mail-options.interface.d.ts +0 -1
- package/dist/mailer-core.module.d.ts +1 -1
- package/dist/mailer-core.module.js +4 -2
- package/dist/mailer-transport.factory.js +1 -1
- package/dist/mailer.module.d.ts +1 -1
- package/dist/mailer.service.d.ts +1 -1
- package/dist/mailer.service.js +12 -10
- package/package.json +79 -59
- package/.env +0 -2
- package/.nvmrc +0 -1
- package/LICENSE +0 -21
- package/README.md +0 -72
- package/SECURITY.md +0 -21
- package/index.d.ts +0 -1
- package/index.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4950285`](https://github.com/nest-modules/mailer/commit/4950285da0fd017d5dce506f766594a91f6c69ef) Thanks [@juandav](https://github.com/juandav)! - Update README with features, quick start guide, and documentation website link.
|
|
8
|
+
|
|
9
|
+
## 2.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`a768b41`](https://github.com/nest-modules/mailer/commit/a768b419b37a1ad0c0d239047abfa89b0e735c94) Thanks [@juandav](https://github.com/juandav)! - Migrate to monorepo structure with Turborepo, Biome.js, and Changesets. Update all dependencies to latest versions. Add subpath exports for adapters. Add comprehensive unit tests.
|
|
14
|
+
|
|
3
15
|
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.
|
|
4
16
|
|
|
5
17
|
### [2.0.2](https://github.com/nest-modules/mailer/compare/v2.0.1...v2.0.2) (2024-04-30)
|
|
6
18
|
|
|
7
|
-
|
|
8
19
|
### Bug Fixes
|
|
9
20
|
|
|
10
|
-
|
|
21
|
+
- preview-email ([4280d29](https://github.com/nest-modules/mailer/commit/4280d29abfe78c37957d3751c1249b9807642e79))
|
|
11
22
|
|
|
12
23
|
### [2.0.1](https://github.com/nest-modules/mailer/compare/v2.0.0...v2.0.1) (2024-04-30)
|
|
13
24
|
|
|
14
25
|
## [2.0.0](https://github.com/nest-modules/mailer/compare/v1.11.2...v2.0.0) (2024-04-27)
|
|
15
26
|
|
|
16
|
-
|
|
17
27
|
### ⚠ BREAKING CHANGES
|
|
18
28
|
|
|
19
|
-
|
|
29
|
+
- **mailer.service:** The usage of in has been refactored. This could potentially alter the way configurations are merged in the application. Update your configurations if necessary to accommodate this change.
|
|
20
30
|
|
|
21
31
|
### Features
|
|
22
32
|
|
|
23
|
-
|
|
33
|
+
- **mailer.service:** refactor usage of defaultsDeep ([3506885](https://github.com/nest-modules/mailer/commit/350688518e72d1fa347a11c2b1ed84988dbcc55a))
|
|
24
34
|
|
|
25
35
|
### [1.11.2](https://github.com/nest-modules/mailer/compare/v1.11.0...v1.11.2) (2024-02-27)
|
|
26
36
|
|
|
@@ -30,396 +40,357 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
30
40
|
|
|
31
41
|
### [1.10.3](https://github.com/nest-modules/mailer/compare/v1.10.2...v1.10.3) (2023-12-20)
|
|
32
42
|
|
|
33
|
-
|
|
34
43
|
### Bug Fixes
|
|
35
44
|
|
|
36
|
-
|
|
45
|
+
- add tslib ([36f3aca](https://github.com/nest-modules/mailer/commit/36f3aca0ffac5943fa1dcd927cce7200dbcdb8df))
|
|
37
46
|
|
|
38
47
|
### [1.10.2](https://github.com/nest-modules/mailer/compare/v1.10.0...v1.10.2) (2023-12-20)
|
|
39
48
|
|
|
40
|
-
|
|
41
49
|
### Bug Fixes
|
|
42
50
|
|
|
43
|
-
|
|
51
|
+
- allows you to handle peer dependencies greater than or equal to ([9885780](https://github.com/nest-modules/mailer/commit/988578099fe9975ca96c3e245bfc1b709d9be28a))
|
|
44
52
|
|
|
45
53
|
### [1.10.1](https://github.com/nest-modules/mailer/compare/v1.10.0...v1.10.1) (2023-12-20)
|
|
46
54
|
|
|
47
|
-
|
|
48
55
|
### Bug Fixes
|
|
49
56
|
|
|
50
|
-
|
|
57
|
+
- allows you to handle peer dependencies greater than or equal to ([9885780](https://github.com/nest-modules/mailer/commit/988578099fe9975ca96c3e245bfc1b709d9be28a))
|
|
51
58
|
|
|
52
59
|
## [1.10.0](https://github.com/nest-modules/mailer/compare/v1.9.1...v1.10.0) (2023-12-20)
|
|
53
60
|
|
|
54
61
|
### [1.9.1](https://github.com/nest-modules/mailer/compare/v1.9.0...v1.9.1) (2023-07-20)
|
|
55
62
|
|
|
56
|
-
|
|
57
63
|
### Bug Fixes
|
|
58
64
|
|
|
59
|
-
|
|
65
|
+
- patch vm2 Sandbox Escape vulnerability ([0f89a36](https://github.com/nest-modules/mailer/commit/0f89a36bd8c18cb349cb826ac840fdf3d6aad252))
|
|
60
66
|
|
|
61
67
|
## [1.9.0](https://github.com/nest-modules/mailer/compare/v1.8.1...v1.9.0) (2023-07-20)
|
|
62
68
|
|
|
63
|
-
|
|
64
69
|
### Bug Fixes
|
|
65
70
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
71
|
+
- fix partial not found error on Windows ([fb1fcda](https://github.com/nest-modules/mailer/commit/fb1fcdaba04c4b4f6ccbf2492dc0f34565b198e1))
|
|
72
|
+
- mjml import statement ([00abe2b](https://github.com/nest-modules/mailer/commit/00abe2b3215a41407fafbc134a56d97cb0b2ded8))
|
|
73
|
+
- update dependencies by newer version ([f1d4fba](https://github.com/nest-modules/mailer/commit/f1d4fba6b9d8a0cc50ffe2ae1e3439552e327d0b))
|
|
69
74
|
|
|
70
75
|
### [1.8.2](https://github.com/nest-modules/mailer/compare/v1.8.1...v1.8.2) (2022-12-22)
|
|
71
76
|
|
|
72
|
-
|
|
73
77
|
### Bug Fixes
|
|
74
78
|
|
|
75
|
-
|
|
79
|
+
- update dependencies by newer version ([f1d4fba](https://github.com/nest-modules/mailer/commit/f1d4fba6b9d8a0cc50ffe2ae1e3439552e327d0b))
|
|
76
80
|
|
|
77
81
|
### [1.8.1](https://github.com/nest-modules/mailer/compare/v1.8.0...v1.8.1) (2022-07-21)
|
|
78
82
|
|
|
79
|
-
|
|
80
83
|
### Bug Fixes
|
|
81
84
|
|
|
82
|
-
|
|
85
|
+
- fixes a bad call to smtp options and broken unit tests ([1ef2d80](https://github.com/nest-modules/mailer/commit/1ef2d8090480b7500baf704c127723e796a34697))
|
|
83
86
|
|
|
84
87
|
## [1.8.0](https://github.com/nest-modules/mailer/compare/v1.7.1...v1.8.0) (2022-07-19)
|
|
85
88
|
|
|
86
89
|
### [1.7.1](https://github.com/nest-modules/mailer/compare/v1.7.0...v1.7.1) (2022-06-20)
|
|
87
90
|
|
|
88
|
-
|
|
89
91
|
### Bug Fixes
|
|
90
92
|
|
|
91
|
-
|
|
93
|
+
- corrects dependency with security problems ([6076fca](https://github.com/nest-modules/mailer/commit/6076fca3b9992e7d2bbf373717de4332070b7900))
|
|
92
94
|
|
|
93
95
|
## [1.7.0](https://github.com/nest-modules/mailer/compare/v1.6.0...v1.7.0) (2022-06-19)
|
|
94
96
|
|
|
95
|
-
|
|
96
97
|
### Features
|
|
97
98
|
|
|
98
|
-
|
|
99
|
-
|
|
99
|
+
- Add possibility to specify extra providers ([#762](https://github.com/nest-modules/mailer/issues/762)) ([680c67f](https://github.com/nest-modules/mailer/commit/680c67fd5618909b6705eb1c73bd55d6b94ac76c))
|
|
100
100
|
|
|
101
101
|
### Bug Fixes
|
|
102
102
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
103
|
+
- **adapters:** resolving correct templateDir ([9bee48b](https://github.com/nest-modules/mailer/commit/9bee48b0e630c71c3702b83747dc41152670947e))
|
|
104
|
+
- **deps:** update dependency dotenv to v10 ([8dcb4e0](https://github.com/nest-modules/mailer/commit/8dcb4e0b563461d0d1b8ab90419992e434197bd9))
|
|
105
|
+
- **deps:** update dependency dotenv to v8.6.0 ([8cd1094](https://github.com/nest-modules/mailer/commit/8cd10947722a4c74ec841814118dcc535024e042))
|
|
106
|
+
- **deps:** update dependency glob to v7.1.7 ([cba34c6](https://github.com/nest-modules/mailer/commit/cba34c682992331895c43224fdc3686daa29c05e))
|
|
107
|
+
- **deps:** update dependency glob to v7.2.0 ([222e701](https://github.com/nest-modules/mailer/commit/222e701642b93d5d90d023307a4c0bdf0a533944))
|
|
108
|
+
- **deps:** update dependency nodemailer to v6.6.1 ([ec1eec9](https://github.com/nest-modules/mailer/commit/ec1eec95696c958eff8f02ad6a210f771ffdf624))
|
|
109
|
+
- **deps:** update dependency nodemailer to v6.6.2 ([fc92ddd](https://github.com/nest-modules/mailer/commit/fc92ddd9852876306a3a5c87649f3d27806b7853))
|
|
110
|
+
- **deps:** update dependency nodemailer to v6.6.5 ([d68d341](https://github.com/nest-modules/mailer/commit/d68d34120fd7028f260e8b914d455859e0469f88))
|
|
111
|
+
- **deps:** update dependency nodemailer to v6.7.2 ([7638b01](https://github.com/nest-modules/mailer/commit/7638b01f9ec8bcded5b320766be65477adab024d))
|
|
112
|
+
- **deps:** update dependency rxjs to v7 ([efcc64e](https://github.com/nest-modules/mailer/commit/efcc64e3eb8d8b110a2aa0fa4b352c34d9e6154f))
|
|
113
|
+
- **deps:** update dependency rxjs to v7.3.1 ([a5aa0ae](https://github.com/nest-modules/mailer/commit/a5aa0ae646395db2d87c74130bf25c9214624c43))
|
|
114
|
+
- **deps:** update dependency rxjs to v7.4.0 ([8fb17f1](https://github.com/nest-modules/mailer/commit/8fb17f17f7ab0253f3c0620fe91c6dbbd578d9f2))
|
|
115
|
+
- **deps:** update dependency twing to v5.1.0 ([7d45c53](https://github.com/nest-modules/mailer/commit/7d45c53132c5d81e5042887db782fe0878973d1b))
|
|
116
|
+
- **deps:** update nest monorepo to v7.6.18 ([6f7bdf8](https://github.com/nest-modules/mailer/commit/6f7bdf8ce793821888e22ee12c73cd204619cbd8))
|
|
117
|
+
- no error handling for inlineCss ([c232e75](https://github.com/nest-modules/mailer/commit/c232e752d77c521076583a489a7ccc214df13803))
|
|
118
|
+
- register partials in handlebars ([#715](https://github.com/nest-modules/mailer/issues/715)) ([7f2cbae](https://github.com/nest-modules/mailer/commit/7f2cbae49858f88e686534e43dd45ec63d2256ca))
|
|
119
119
|
|
|
120
120
|
### [1.6.1](https://github.com/nest-modules/mailer/compare/v1.6.0...v1.6.1) (2021-12-30)
|
|
121
121
|
|
|
122
|
-
|
|
123
122
|
### Bug Fixes
|
|
124
123
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
124
|
+
- register partials in handlebars ([#715](https://github.com/nest-modules/mailer/issues/715)) ([7f2cbae](https://github.com/nest-modules/mailer/commit/7f2cbae49858f88e686534e43dd45ec63d2256ca))
|
|
125
|
+
- **adapters:** resolving correct templateDir ([9bee48b](https://github.com/nest-modules/mailer/commit/9bee48b0e630c71c3702b83747dc41152670947e))
|
|
126
|
+
- **deps:** update dependency dotenv to v10 ([8dcb4e0](https://github.com/nest-modules/mailer/commit/8dcb4e0b563461d0d1b8ab90419992e434197bd9))
|
|
127
|
+
- **deps:** update dependency dotenv to v8.6.0 ([8cd1094](https://github.com/nest-modules/mailer/commit/8cd10947722a4c74ec841814118dcc535024e042))
|
|
128
|
+
- **deps:** update dependency glob to v7.1.7 ([cba34c6](https://github.com/nest-modules/mailer/commit/cba34c682992331895c43224fdc3686daa29c05e))
|
|
129
|
+
- **deps:** update dependency nodemailer to v6.6.1 ([ec1eec9](https://github.com/nest-modules/mailer/commit/ec1eec95696c958eff8f02ad6a210f771ffdf624))
|
|
130
|
+
- **deps:** update dependency nodemailer to v6.6.2 ([fc92ddd](https://github.com/nest-modules/mailer/commit/fc92ddd9852876306a3a5c87649f3d27806b7853))
|
|
131
|
+
- **deps:** update dependency nodemailer to v6.6.5 ([d68d341](https://github.com/nest-modules/mailer/commit/d68d34120fd7028f260e8b914d455859e0469f88))
|
|
132
|
+
- **deps:** update dependency rxjs to v7 ([efcc64e](https://github.com/nest-modules/mailer/commit/efcc64e3eb8d8b110a2aa0fa4b352c34d9e6154f))
|
|
133
|
+
- **deps:** update dependency rxjs to v7.3.1 ([a5aa0ae](https://github.com/nest-modules/mailer/commit/a5aa0ae646395db2d87c74130bf25c9214624c43))
|
|
134
|
+
- **deps:** update dependency twing to v5.1.0 ([7d45c53](https://github.com/nest-modules/mailer/commit/7d45c53132c5d81e5042887db782fe0878973d1b))
|
|
135
|
+
- **deps:** update nest monorepo to v7.6.18 ([6f7bdf8](https://github.com/nest-modules/mailer/commit/6f7bdf8ce793821888e22ee12c73cd204619cbd8))
|
|
137
136
|
|
|
138
137
|
## [1.6.0](https://github.com/nest-modules/mailer/compare/v1.5.1...v1.6.0) (2021-04-14)
|
|
139
138
|
|
|
140
|
-
|
|
141
139
|
### Features
|
|
142
140
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
* **deps:** update nest monorepo to v7.6.5 ([370b2b0](https://github.com/nest-modules/mailer/commit/370b2b0ce0a6100b5e6681217dfdd4777e88ff40))
|
|
141
|
+
- **adapters:** expose inline-css options in adapter config ([6467336](https://github.com/nest-modules/mailer/commit/6467336709b9dfeb8248eb48904a513ab8aecc2f))
|
|
142
|
+
- Allow integration with nodemailer-mock ([9a6ecc5](https://github.com/nest-modules/mailer/commit/9a6ecc5e20566353f2326c24d21af715f7bd12e3)), closes [#341](https://github.com/nest-modules/mailer/issues/341)
|
|
143
|
+
- **dkim:** add dkim optional parameter to send mail options ([aab5810](https://github.com/nest-modules/mailer/commit/aab58107adcbdb3582813915373e6c90354adab6))
|
|
144
|
+
|
|
145
|
+
### Bug Fixes
|
|
146
|
+
|
|
147
|
+
- **deps:** update dependency inline-css to v3 ([de5e08e](https://github.com/nest-modules/mailer/commit/de5e08eee8fb027a3f0fc1ed7cfc839cda62ea34))
|
|
148
|
+
- **deps:** update dependency nodemailer to v6.4.10 ([284ce78](https://github.com/nest-modules/mailer/commit/284ce78dc70e78a2a3f398af6eb8c589b9cc1bf9))
|
|
149
|
+
- **deps:** update dependency nodemailer to v6.4.11 ([f9e8fe9](https://github.com/nest-modules/mailer/commit/f9e8fe9b37f236b8a50e19ecadabd6a2ea5a3076))
|
|
150
|
+
- **deps:** update dependency nodemailer to v6.4.12 ([68ec318](https://github.com/nest-modules/mailer/commit/68ec318589127728e62c9d148e964c045b041822))
|
|
151
|
+
- **deps:** update dependency nodemailer to v6.4.13 ([b047714](https://github.com/nest-modules/mailer/commit/b04771486bd4a2df099507cacf8fdeb473e04a8f))
|
|
152
|
+
- **deps:** update dependency nodemailer to v6.4.14 ([54a8a03](https://github.com/nest-modules/mailer/commit/54a8a03738e210bb4bb97b8e3b01cc59e27162d1))
|
|
153
|
+
- **deps:** update dependency nodemailer to v6.4.15 ([5bd97b2](https://github.com/nest-modules/mailer/commit/5bd97b2bb09f58acdc91603d4e4f84f5b4f146e7))
|
|
154
|
+
- **deps:** update dependency nodemailer to v6.4.16 ([4d45852](https://github.com/nest-modules/mailer/commit/4d45852ce965c4e678a1efd3ce7b854d10619080))
|
|
155
|
+
- **deps:** update dependency nodemailer to v6.4.17 ([3e4fc35](https://github.com/nest-modules/mailer/commit/3e4fc3513924912109d8d8c0a09193df4b987a05))
|
|
156
|
+
- **deps:** update dependency nodemailer to v6.4.18 ([36d1968](https://github.com/nest-modules/mailer/commit/36d1968b6d9eb530a3092ae6e505457e7a915d86))
|
|
157
|
+
- **deps:** update dependency nodemailer to v6.5.0 ([99fd1c0](https://github.com/nest-modules/mailer/commit/99fd1c0e385d97066f107bb0fb98f2b3ce0b3c25))
|
|
158
|
+
- **deps:** update dependency preview-email to v3 ([15edc5e](https://github.com/nest-modules/mailer/commit/15edc5e57cbe7729979384f6e1583da95916df45))
|
|
159
|
+
- **deps:** update dependency preview-email to v3.0.3 ([46cf350](https://github.com/nest-modules/mailer/commit/46cf350f13711a33ac3f8c15501d9c2918e5e846))
|
|
160
|
+
- **deps:** update dependency preview-email to v3.0.4 ([9d6ab3e](https://github.com/nest-modules/mailer/commit/9d6ab3ed34a30af1aba6232b9de00857a98a6ab4))
|
|
161
|
+
- **deps:** update dependency rxjs to v6.6.0 ([6a1a27a](https://github.com/nest-modules/mailer/commit/6a1a27ab2d55de8f647977d7043615c8cf94d7ea))
|
|
162
|
+
- **deps:** update dependency rxjs to v6.6.2 ([93aadc9](https://github.com/nest-modules/mailer/commit/93aadc93d2c70e7594e1090263b7bdb43a5d148f))
|
|
163
|
+
- **deps:** update dependency rxjs to v6.6.3 ([3e4f19a](https://github.com/nest-modules/mailer/commit/3e4f19afb353ea84af8f7e8de8195e88185153fb))
|
|
164
|
+
- **deps:** update dependency rxjs to v6.6.6 ([196e4d7](https://github.com/nest-modules/mailer/commit/196e4d7f435be1799a11b301376126545ba3f188))
|
|
165
|
+
- **deps:** update dependency rxjs to v6.6.7 ([cbffd3e](https://github.com/nest-modules/mailer/commit/cbffd3e04ddaef8c76331eff8147240b00c6054f))
|
|
166
|
+
- **deps:** update dependency twing to v5.0.2 ([7b5ece1](https://github.com/nest-modules/mailer/commit/7b5ece1581f197f7264b8532c7ec4c764c34610f))
|
|
167
|
+
- **deps:** update nest monorepo to v7.1.2 ([ec73bba](https://github.com/nest-modules/mailer/commit/ec73bbaedc7a2589cff10e4f1401a2dac1e6420a))
|
|
168
|
+
- **deps:** update nest monorepo to v7.1.3 ([242ea94](https://github.com/nest-modules/mailer/commit/242ea94c25d9da5b00b43ab6e4f518ff61b5559b))
|
|
169
|
+
- **deps:** update nest monorepo to v7.3.1 ([2b0d27c](https://github.com/nest-modules/mailer/commit/2b0d27c9e4d0e7de1036c367d0b969a2e2e9c9b2))
|
|
170
|
+
- **deps:** update nest monorepo to v7.3.2 ([fc21757](https://github.com/nest-modules/mailer/commit/fc21757fe446b955d10fe106d2d7a430cd4896ec))
|
|
171
|
+
- **deps:** update nest monorepo to v7.4.2 ([040420c](https://github.com/nest-modules/mailer/commit/040420cfd6b72b275aca7a714113896e74f34f98))
|
|
172
|
+
- **deps:** update nest monorepo to v7.4.4 ([8a957ff](https://github.com/nest-modules/mailer/commit/8a957ffdd8e248d28a34205153e7e0295fae4708))
|
|
173
|
+
- **deps:** update nest monorepo to v7.5.5 ([18b95f3](https://github.com/nest-modules/mailer/commit/18b95f37dded7f755f077bed103495c8ca27676b))
|
|
174
|
+
- **deps:** update nest monorepo to v7.6.11 ([d9e0d56](https://github.com/nest-modules/mailer/commit/d9e0d566c6199984c6df9a04c17765f4d0878a24))
|
|
175
|
+
- **deps:** update nest monorepo to v7.6.12 ([549a9a3](https://github.com/nest-modules/mailer/commit/549a9a3fce41859672790e59602702baf0c79b5c))
|
|
176
|
+
- **deps:** update nest monorepo to v7.6.5 ([370b2b0](https://github.com/nest-modules/mailer/commit/370b2b0ce0a6100b5e6681217dfdd4777e88ff40))
|
|
180
177
|
|
|
181
178
|
### [1.5.1](https://github.com/nest-modules/mailer/compare/v1.5.0...v1.5.1) (2020-06-02)
|
|
182
179
|
|
|
183
|
-
|
|
184
180
|
### Bug Fixes
|
|
185
181
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
182
|
+
- **deps:** update dependency nodemailer to v6.4.8 ([255056f](https://github.com/nest-modules/mailer/commit/255056f9b7730e82a8a94f3441e8651dee08ecab))
|
|
183
|
+
- **deps:** update dependency preview-email to v2.0.2 ([1f9ca0a](https://github.com/nest-modules/mailer/commit/1f9ca0a558e5cf35a8b80255dab703e8441d744f))
|
|
184
|
+
- **deps:** update dependency twing to v5 ([469b4c9](https://github.com/nest-modules/mailer/commit/469b4c954811ebacf4be66a7413ddd0923293d3c))
|
|
185
|
+
- **deps:** update nest monorepo to v7.0.11 ([5a6f911](https://github.com/nest-modules/mailer/commit/5a6f9117959f9ecdf857b3bc6afaada11bca98e7))
|
|
186
|
+
- **deps:** update nest monorepo to v7.0.13 ([4e5295b](https://github.com/nest-modules/mailer/commit/4e5295bda6ffe8e9b31c2d5de946cfc6deda01f3))
|
|
187
|
+
- **deps:** update nest monorepo to v7.1.0 ([f761b95](https://github.com/nest-modules/mailer/commit/f761b95a15fe54db6c72b4f50d78d6813633c24f))
|
|
188
|
+
- **deps:** update nest monorepo to v7.1.1 ([4331cce](https://github.com/nest-modules/mailer/commit/4331cce8eea0a8f233d4725361c5773eb2ce9018))
|
|
189
|
+
- **send-mail-options:** change contents to content ([ecfbd5b](https://github.com/nest-modules/mailer/commit/ecfbd5b71208f17ff5fe2d5ea4f624614c72a9cf))
|
|
194
190
|
|
|
195
191
|
## [1.5.0](https://github.com/nest-modules/mailer/compare/v1.4.2...v1.5.0) (2020-05-09)
|
|
196
192
|
|
|
197
193
|
### Features
|
|
198
194
|
|
|
199
|
-
|
|
200
|
-
|
|
195
|
+
- added bcc to mailer service ([887b216](https://github.com/nest-modules/mailer/commit/f2b1bfd560bfda36a6b75127abff2424248b6e02))
|
|
201
196
|
|
|
202
197
|
### Bug Fixes
|
|
203
198
|
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
199
|
+
- **adapters:** Make pug, handlebars and ejs truly optional dependencies ([981c6cf](https://github.com/nest-modules/mailer/commit/981c6cff9105b636bf60b4139681df557d2cf21c))
|
|
200
|
+
- **deps:** update dependency twing to v4.0.6 ([090ee3f](https://github.com/nest-modules/mailer/commit/090ee3fc916a1d846fe72c0834ec121dd7041cb7))
|
|
201
|
+
- **deps:** update nest monorepo to v7.0.8 ([04268b1](https://github.com/nest-modules/mailer/commit/04268b119ce03aa5587c948135fbcd14bd5f336d))
|
|
202
|
+
- **deps:** update nest monorepo to v7.0.9 ([3daf8d2](https://github.com/nest-modules/mailer/commit/3daf8d2565a0669ba8cf0243fb01e0e5a34af7aa))
|
|
208
203
|
|
|
209
204
|
### [1.4.3](https://github.com/nest-modules/mailer/compare/v1.4.2...v1.4.3) (2020-05-08)
|
|
210
205
|
|
|
211
|
-
|
|
212
206
|
### Bug Fixes
|
|
213
207
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
208
|
+
- **adapters:** Make pug, handlebars and ejs truly optional dependencies ([981c6cf](https://github.com/nest-modules/mailer/commit/981c6cff9105b636bf60b4139681df557d2cf21c))
|
|
209
|
+
- **deps:** update dependency twing to v4.0.6 ([090ee3f](https://github.com/nest-modules/mailer/commit/090ee3fc916a1d846fe72c0834ec121dd7041cb7))
|
|
210
|
+
- **deps:** update nest monorepo to v7.0.8 ([04268b1](https://github.com/nest-modules/mailer/commit/04268b119ce03aa5587c948135fbcd14bd5f336d))
|
|
211
|
+
- **deps:** update nest monorepo to v7.0.9 ([3daf8d2](https://github.com/nest-modules/mailer/commit/3daf8d2565a0669ba8cf0243fb01e0e5a34af7aa))
|
|
218
212
|
|
|
219
213
|
### [1.4.2](https://github.com/nest-modules/mailer/compare/v1.4.1...v1.4.2) (2020-04-07)
|
|
220
214
|
|
|
221
|
-
|
|
215
|
+
- fix handlebars adapter type
|
|
222
216
|
|
|
223
217
|
### [1.4.1](https://github.com/nest-modules/mailer/compare/v1.4.0...v1.4.1) (2020-04-07)
|
|
224
218
|
|
|
225
|
-
|
|
226
219
|
### Bug Fixes
|
|
227
220
|
|
|
228
|
-
|
|
221
|
+
- fixed handlebars helpers ([bba3be6](https://github.com/nest-modules/mailer/commit/bba3be6f9712753557662024a6215bdf1139a3f5))
|
|
229
222
|
|
|
230
223
|
## [1.4.0](https://github.com/nest-modules/mailer/compare/v1.3.22...v1.4.0) (2020-04-07)
|
|
231
224
|
|
|
232
|
-
|
|
233
225
|
### Features
|
|
234
226
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
227
|
+
- **preview:** Pass options to preview-email ([d0009ce](https://github.com/nest-modules/mailer/commit/d0009ce1f57af0a48f74145ee63ba0761fb45b91))
|
|
228
|
+
- **preview:** Show preview of emails in browser ([4a2c0d5](https://github.com/nest-modules/mailer/commit/4a2c0d5d6797bcf64a380f09ee836641fca8fe88))
|
|
229
|
+
- add ejs adapter
|
|
239
230
|
|
|
240
231
|
### Bug Fixes
|
|
241
232
|
|
|
242
|
-
|
|
233
|
+
- **deps:** pin dependency preview-email to 2.0.1 ([e1206d6](https://github.com/nest-modules/mailer/commit/e1206d6fe0af42ac4edeb18186d2dfe4e46c5d49))
|
|
243
234
|
|
|
244
235
|
### [1.3.22](https://github.com/nest-modules/mailer/compare/v1.3.21...v1.3.22) (2020-04-07)
|
|
245
236
|
|
|
246
|
-
|
|
247
237
|
### Bug Fixes
|
|
248
238
|
|
|
249
|
-
|
|
239
|
+
- optional dependencies ([8bd3fb8](https://github.com/nest-modules/mailer/commit/8bd3fb87e8d17121d0cdc1f8d947900f282eda3e))
|
|
250
240
|
|
|
251
241
|
### [1.3.21](https://github.com/nest-modules/mailer/compare/v1.3.20...v1.3.21) (2020-04-04)
|
|
252
242
|
|
|
253
|
-
|
|
254
243
|
### Bug Fixes
|
|
255
244
|
|
|
256
|
-
|
|
245
|
+
- fixed inconsistencies in build ([6d041f0](https://github.com/nest-modules/mailer/commit/6d041f071494d282d35722c360fdc111544f1abc))
|
|
257
246
|
|
|
258
247
|
### [1.3.20](https://github.com/nest-modules/mailer/compare/v1.3.19...v1.3.20) (2020-04-04)
|
|
259
|
-
|
|
248
|
+
|
|
249
|
+
- Clean build
|
|
260
250
|
|
|
261
251
|
### Bug Fixes
|
|
262
252
|
|
|
263
|
-
|
|
253
|
+
- **deps:** pin dependencies ([a91e6f3](https://github.com/nest-modules/mailer/commit/a91e6f398d214a76316b1b24e75cd9670a6604ea))
|
|
264
254
|
|
|
265
255
|
### [1.3.19](https://github.com/nest-modules/mailer/compare/v1.3.18...v1.3.19) (2020-04-04)
|
|
266
256
|
|
|
267
|
-
|
|
268
257
|
### Bug Fixes
|
|
269
258
|
|
|
270
|
-
|
|
259
|
+
- build ([24d0598](https://github.com/nest-modules/mailer/commit/24d0598c2447887caad9573d78bad58d65b0f8da))
|
|
271
260
|
|
|
272
261
|
### [1.3.18](https://github.com/nest-modules/mailer/compare/v1.3.17...v1.3.18) (2020-04-04)
|
|
273
262
|
|
|
274
|
-
|
|
275
263
|
### Bug Fixes
|
|
276
264
|
|
|
277
|
-
|
|
278
|
-
|
|
265
|
+
- now pug and handlebars are optional dependencies and nodemailer a peer dependency ([49b60a3](https://github.com/nest-modules/mailer/commit/49b60a3dee86f964746e2ede5da56007301f23b6))
|
|
266
|
+
- **deps:** update dependency rxjs to v6.5.5 ([2ffd823](https://github.com/nest-modules/mailer/commit/2ffd82360817063552ec98edc6b104e7b102456c))
|
|
279
267
|
|
|
280
268
|
### [1.3.17](https://github.com/nest-modules/mailer/compare/v1.3.16...v1.3.17) (2020-04-01)
|
|
281
269
|
|
|
282
|
-
|
|
283
270
|
### Bug Fixes
|
|
284
271
|
|
|
285
|
-
|
|
272
|
+
- optional key in atachments interface [#110](https://github.com/nest-modules/mailer/issues/110) ([0d951ae](https://github.com/nest-modules/mailer/commit/0d951aeb25c8fb25dec78789638f77ddeecd6a67))
|
|
286
273
|
|
|
287
274
|
### [1.3.16](https://github.com/nest-modules/mailer/compare/v1.3.15...v1.3.16) (2020-03-31)
|
|
288
275
|
|
|
289
|
-
|
|
290
276
|
### Bug Fixes
|
|
291
277
|
|
|
292
|
-
|
|
278
|
+
- [#108](https://github.com/nest-modules/mailer/issues/108) ([69072b6](https://github.com/nest-modules/mailer/commit/69072b68c801472ef1fb482366966b60c1f307b5))
|
|
293
279
|
|
|
294
280
|
### [1.3.15](https://github.com/nest-modules/mailer/compare/v1.3.14...v1.3.15) (2020-03-31)
|
|
295
281
|
|
|
296
282
|
### Bug Fixes
|
|
297
283
|
|
|
298
|
-
|
|
299
|
-
|
|
284
|
+
- fix dist not found
|
|
300
285
|
|
|
301
286
|
### [1.3.14](https://github.com/nest-modules/mailer/compare/v1.3.13...v1.3.14) (2020-03-31)
|
|
302
287
|
|
|
303
|
-
|
|
304
288
|
### Bug Fixes
|
|
305
289
|
|
|
306
|
-
|
|
290
|
+
- types not recognized ([8584ea8](https://github.com/nest-modules/mailer/commit/8584ea81914d481cdc7b2a77544f4f93ae3e886a)), closes [#99](https://github.com/nest-modules/mailer/issues/99)
|
|
307
291
|
|
|
308
292
|
### [1.3.13](https://github.com/nest-modules/mailer/compare/v1.3.12...v1.3.13) (2020-03-30)
|
|
309
293
|
|
|
310
|
-
|
|
311
294
|
### Bug Fixes
|
|
312
295
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
296
|
+
- add interface 'attachment like object' [#104](https://github.com/nest-modules/mailer/issues/104) ([30de1f6](https://github.com/nest-modules/mailer/commit/30de1f64b1635237cd374237376497a5b0089253))
|
|
297
|
+
- **deps:** update dependency nodemailer to v6.4.6 ([2230ca2](https://github.com/nest-modules/mailer/commit/2230ca24ad337a72c1d77babb7cc28e0d81d47e5))
|
|
298
|
+
- **deps:** update nest monorepo to v7.0.5 ([b3b3ec9](https://github.com/nest-modules/mailer/commit/b3b3ec9a653766bdc12e6cd93dfd0263a2d32ea5))
|
|
299
|
+
- **deps:** update nest monorepo to v7.0.6 ([3e8c04f](https://github.com/nest-modules/mailer/commit/3e8c04ff617afb94a5ce11c54f0b55b108408714))
|
|
300
|
+
- **deps:** update nest monorepo to v7.0.7 ([3b9bc9a](https://github.com/nest-modules/mailer/commit/3b9bc9af1ab8866ba66de3d8f6b81f1412e828ef))
|
|
318
301
|
|
|
319
302
|
### [1.3.12](https://github.com/nest-modules/mailer/compare/v1.3.11...v1.3.12) (2020-03-19)
|
|
320
303
|
|
|
321
|
-
|
|
322
304
|
### Bug Fixes
|
|
323
305
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
306
|
+
- sendMail options errors [#85](https://github.com/nest-modules/mailer/issues/85) ([02e5950](https://github.com/nest-modules/mailer/commit/02e5950e01ac11ff6ee00a7fec0b9dd2b41b3da3))
|
|
307
|
+
- **deps:** update nest monorepo to v7.0.2 ([6cb96b8](https://github.com/nest-modules/mailer/commit/6cb96b8000e67284f3158b80ffcd5e4625843667))
|
|
308
|
+
- **deps:** update nest monorepo to v7.0.3 ([ae6eee9](https://github.com/nest-modules/mailer/commit/ae6eee9e9348e2f0b6ea670532b205a9d40e4ab8))
|
|
327
309
|
|
|
328
310
|
### [1.3.11](https://github.com/nest-modules/mailer/compare/v1.3.10...v1.3.11) (2020-03-15)
|
|
329
311
|
|
|
330
312
|
### Bug Fixes
|
|
331
|
-
* fixes build fail with no implicit any [#79](https://github.com/nest-modules/mailer/issues/79)
|
|
332
313
|
|
|
333
|
-
|
|
314
|
+
- fixes build fail with no implicit any [#79](https://github.com/nest-modules/mailer/issues/79)
|
|
334
315
|
|
|
316
|
+
### [1.3.10](https://github.com/nest-modules/mailer/compare/v1.3.9...v1.3.10) (2020-03-14)
|
|
335
317
|
|
|
336
318
|
### Bug Fixes
|
|
337
319
|
|
|
338
|
-
|
|
339
|
-
|
|
320
|
+
- fixes template in the email interface ([eb1f4b6](https://github.com/nest-modules/mailer/commit/eb1f4b673251bd8ef8f97a012b23cd928f7c3727))
|
|
321
|
+
- **deps:** update nest monorepo to v7 ([7deaa3e](https://github.com/nest-modules/mailer/commit/7deaa3e0956e2ed2a04d4ab6f88960bc01c57f6b))
|
|
340
322
|
|
|
341
323
|
### [1.3.9](https://github.com/nest-modules/mailer/compare/v1.3.8...v1.3.9) (2020-03-12)
|
|
342
324
|
|
|
343
|
-
|
|
344
325
|
### Bug Fixes
|
|
345
326
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
327
|
+
- inherits from nodemailer interface [#34](https://github.com/nest-modules/mailer/issues/34) ([923ba0f](https://github.com/nest-modules/mailer/commit/923ba0f270bc8c0dffe4256b98b91f403a0acd45))
|
|
328
|
+
- **deps:** pin dependencies ([5545762](https://github.com/nest-modules/mailer/commit/5545762c113b80e22b45edfa76a7252dfdbde239))
|
|
329
|
+
- **deps:** update dependency nodemailer to v6.4.5 ([b5ace5d](https://github.com/nest-modules/mailer/commit/b5ace5d774df18017e8d4923d733b5b1e17e0061))
|
|
349
330
|
|
|
350
331
|
### [1.3.8](https://github.com/nest-modules/mailer/compare/v1.3.7...v1.3.8) (2020-03-06)
|
|
351
332
|
|
|
352
|
-
|
|
353
333
|
### Bug Fixes
|
|
354
334
|
|
|
355
|
-
|
|
335
|
+
- remove unused key ([cadc62a](https://github.com/nest-modules/mailer/commit/cadc62a26fa9013da9e734248514e17cf0615e9d))
|
|
356
336
|
|
|
357
337
|
### [1.3.7](https://github.com/nest-modules/mailer/compare/v1.3.6...v1.3.7) (2020-03-06)
|
|
358
338
|
|
|
359
|
-
|
|
360
339
|
### Bug Fixes
|
|
361
340
|
|
|
362
|
-
|
|
363
|
-
|
|
341
|
+
- fixed build script ([1b5c186](https://github.com/nest-modules/mailer/commit/1b5c186f6277de309529bb10e15bc0a15312771a))
|
|
342
|
+
- update lock file ([fd0e603](https://github.com/nest-modules/mailer/commit/fd0e603fc1e48aba7fc085f112c040bec7163281))
|
|
364
343
|
|
|
365
344
|
### [1.3.6](https://github.com/nest-modules/mailer/compare/v1.3.5...v1.3.6) (2020-02-26)
|
|
366
345
|
|
|
367
|
-
|
|
368
346
|
### Bug Fixes
|
|
369
347
|
|
|
370
|
-
|
|
348
|
+
- fixed deploy script ([87cc825](https://github.com/nest-modules/mailer/commit/87cc82577bd26ef24cdb698aac915c9e723034a0))
|
|
371
349
|
|
|
372
350
|
### [1.3.5](https://github.com/nest-modules/mailer/compare/v1.3.4...v1.3.5) (2020-02-26)
|
|
373
351
|
|
|
374
|
-
|
|
375
352
|
### Bug Fixes
|
|
376
353
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
354
|
+
- dependencies ([eaf1979](https://github.com/nest-modules/mailer/commit/eaf197976039257cefcf358bf6d588cf22761968))
|
|
355
|
+
- fixed incorrect module call in documentation ([5d37026](https://github.com/nest-modules/mailer/commit/5d370266217c211de5dfd5eaeed00833b39506d1))
|
|
356
|
+
- fixes deploy script ([2daf360](https://github.com/nest-modules/mailer/commit/2daf3603aa7ba1b1773fcb071e180ceda474e776))
|
|
380
357
|
|
|
381
358
|
### [1.3.4](https://github.com/nest-modules/mailer/compare/v1.2.0...v1.3.4) (2020-02-25)
|
|
382
359
|
|
|
383
|
-
|
|
384
360
|
### Features
|
|
385
361
|
|
|
386
|
-
|
|
387
|
-
|
|
362
|
+
- enable handlebars partials ([da4eb86](https://github.com/nest-modules/mailer/commit/da4eb86e7fc2546fd2ef2aff5b7824f97380a928))
|
|
388
363
|
|
|
389
364
|
### Bug Fixes
|
|
390
365
|
|
|
391
|
-
|
|
392
|
-
|
|
366
|
+
- badges now have a correct url ([a3d336a](https://github.com/nest-modules/mailer/commit/a3d336a54f3d0a447713fc7525de156e38635158))
|
|
367
|
+
- load partials and set global variables ([ee62f27](https://github.com/nest-modules/mailer/commit/ee62f27aaf2323e29fe56c7701c4878c21dc5719))
|
|
393
368
|
|
|
394
369
|
### 1.3.3
|
|
395
370
|
|
|
396
|
-
|
|
371
|
+
- The module is in a new organization at npm.
|
|
397
372
|
|
|
398
373
|
### [1.3.2](https://github.com/nest-modules/mailer/compare/v1.3.0...v1.3.2) (2020-02-05)
|
|
399
374
|
|
|
400
|
-
|
|
401
375
|
### Bug Fixes
|
|
402
376
|
|
|
403
|
-
|
|
377
|
+
- load partials and set global variables ([ee62f27](https://github.com/nest-modules/mailer/commit/ee62f27aaf2323e29fe56c7701c4878c21dc5719))
|
|
404
378
|
|
|
405
379
|
## [1.3.0](https://github.com/nest-modules/mailer/compare/v1.2.0...v1.3.0) (2020-02-05)
|
|
406
380
|
|
|
407
|
-
|
|
408
381
|
### Features
|
|
409
382
|
|
|
410
|
-
|
|
383
|
+
- enable handlebars partials ([da4eb86](https://github.com/nest-modules/mailer/commit/da4eb86e7fc2546fd2ef2aff5b7824f97380a928))
|
|
411
384
|
|
|
412
385
|
## [1.2.0](https://github.com/nest-modules/mailer/compare/v1.1.4...v1.2.0) (2019-12-12)
|
|
413
386
|
|
|
414
|
-
|
|
415
387
|
### Features
|
|
416
388
|
|
|
417
|
-
|
|
418
|
-
|
|
389
|
+
- inline css ([4dfdc31](https://github.com/nest-modules/mailer/commit/4dfdc31bbebc37533ade65d39cef8e49396f6c5a))
|
|
419
390
|
|
|
420
391
|
### Bug Fixes
|
|
421
392
|
|
|
422
|
-
|
|
423
|
-
|
|
393
|
+
- **dependencies:** fixed dependencies and scripts ([c34b1eb](https://github.com/nest-modules/mailer/commit/c34b1ebbacc35f0a8f559716e7c63eca91b158e0))
|
|
394
|
+
- **unit test:** fix unit tests ([c3bc61e](https://github.com/nest-modules/mailer/commit/c3bc61e6b5df1abbf0bd4fc86fe6b4575de1ba8c))
|
|
424
395
|
|
|
425
396
|
### [1.1.4](https://github.com/nest-modules/mailer/compare/v1.0.4...v1.1.4) (2019-12-12)
|