Skip to content

Commit 01ac231

Browse files
committed
add new CHANGELOG version
1 parent f2a8f7e commit 01ac231

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

CHANGELOG.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,42 @@
1+
## 4.0.0
2+
3+
- The flutter version of the SDK packages has been adjusted to global version 4. The SDK has been completely refactored. New data validation has been added to avoid wasting quota. A set of new tests has been added. Improved test code coverage.
4+
5+
- Added [blockList option](https://www.emailjs.com/docs/sdk/options/#blocklist) to block requests for unwanted variable values
6+
- Added [limitrate option](https://www.emailjs.com/docs/sdk/options/#limitrate) to install the throttle. For persistence, the shared_preferences package is used.
7+
18
## 1.3.0
2-
* Fix closed client [issue #1](https://github.com/emailjs-com/emailjs-flutter/issues/1)
9+
10+
- Fix closed client [issue #1](https://github.com/emailjs-com/emailjs-flutter/issues/1)
311

412
## 1.2.1
5-
* Fix the environment SDK version
13+
14+
- Fix the environment SDK version
615

716
## 1.2.0
8-
* Update packages
17+
18+
- Update packages
919

1020
## 1.1.0
11-
* Improve README.md
21+
22+
- Improve README.md
1223

1324
## 1.0.0
14-
* Add support for the private key
15-
* Instead of the public key argument, the settings object is passed, where the public and private keys can be set.
16-
Check out the documentation and examples.
25+
26+
- Add support for the private key
27+
- Instead of the public key argument, the settings object is passed, where the public and private keys can be set.
28+
Check out the documentation and examples.
1729

1830
## 0.0.3
19-
* re-format examples code
31+
32+
- re-format examples code
2033

2134
## 0.0.2
2235

23-
* Score fixes
24-
* Added examples
25-
* Dart formatter
36+
- Score fixes
37+
- Added examples
38+
- Dart formatter
2639

2740
## 0.0.1
2841

29-
* Official EmailJS SDK for Flutter
42+
- Official EmailJS SDK for Flutter

0 commit comments

Comments
 (0)