You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dapp/CHANGELOG.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,17 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## Next
6
+
7
+
### Changed
8
+
9
+
- Check email address syntax before trying to send the email.
10
+
5
11
## [0.7.0]
6
12
7
13
### Changed
8
14
9
-
- use `@iexec/dataprotector-deserializer` for handling dataprotector v2 protected data
15
+
- use `@iexec/dataprotector-deserializer` for handling dataprotector v2 protected data.
10
16
11
17
## [0.6.0]
12
18
@@ -25,19 +31,19 @@ All notable changes to this project will be documented in this file.
25
31
### Changed
26
32
27
33
- Allow developer to specify the sender Name associated to the sender:
28
-
-**senderName**_(optional)_: the email sender name, it must be between 3 and 20 characters long. It will be displayed as `"<senderName> via Web3mail"` in the `"From"` email header.
34
+
-**senderName**_(optional)_: the email sender name, it must be between 3 and 20 characters long. It will be displayed as `"<senderName> via Web3mail"` in the `"From"` email header.
29
35
30
36
## [0.3.0]
31
37
32
38
### Changed
33
39
34
-
- Migrate from sconify 5.7.5-v9 to sconify 5.7.5-v12
40
+
- Migrate from sconify 5.7.5-v9 to sconify 5.7.5-v12.
35
41
36
42
## [0.2.0]
37
43
38
44
### Changed
39
45
40
-
- add support for `options` in `IEXEC_REQUESTER_SECRET_3` (optional)
41
-
- add support for html content via `"contentType": "text/html"` in `options`
46
+
- add support for `options` in `IEXEC_REQUESTER_SECRET_3` (optional).
47
+
- add support for html content via `"contentType": "text/html"` in `options`.
0 commit comments