Skip to content

Commit 2f12d07

Browse files
chore(master): release 3.8.0 [skip-ci]
1 parent e2fd1fa commit 2f12d07

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [3.8.0](https://github.com/redsift/mailparser/compare/v3.7.1...v3.8.0) (2024-05-14)
4+
5+
6+
### Features
7+
8+
* **events:** Emit a new headerLines event to gain access the raw headers ([#364](https://github.com/redsift/mailparser/issues/364)) ([d33d7ec](https://github.com/redsift/mailparser/commit/d33d7ec4b8e32a4eb7a9a664cec5fdb545c274af))
9+
10+
11+
### Bug Fixes
12+
13+
* :arrow_up: update nodemailer dependency to resolve security issue GHSA-9h6g-pr28-7cqp ([#357](https://github.com/redsift/mailparser/issues/357)) ([8bc4225](https://github.com/redsift/mailparser/commit/8bc42251fca6f538ece599f0a5bebe09b0aeff4f))
14+
* 150 ([919f69a](https://github.com/redsift/mailparser/commit/919f69a49eb1326431c27c7034050498ca504822))
15+
* 272: Throw TypeError for invalid input. ([abd7e43](https://github.com/redsift/mailparser/commit/abd7e43d90e533921c13ed8044a892761ef0535d))
16+
* 34, bump version ([09aa0bd](https://github.com/redsift/mailparser/commit/09aa0bd59c1a70229567ff830adfd44c01605c2f))
17+
* capture decoder end event to use on cleanup ([4e367f7](https://github.com/redsift/mailparser/commit/4e367f7fda2505b9edb8e195eb5b1a8e1d1531fc))
18+
* **deploy:** added auto-deployment ([d6eb56f](https://github.com/redsift/mailparser/commit/d6eb56fe09fe8b415e5bbf2e53704f6788ca0fee))
19+
* **deps:** Bumped deps ([db842ad](https://github.com/redsift/mailparser/commit/db842addd36e2fe94d0c4b466da80719a36f47ac))
20+
* **deps:** Replaced 'punycode' with 'punycode.js' module ([4a15157](https://github.com/redsift/mailparser/commit/4a15157dc9a815aa0e756d9e6ae0e8631842c447))
21+
* error on ks_c_5601-1987 ([89572e0](https://github.com/redsift/mailparser/commit/89572e000d815704378261c753f59442397b8564))
22+
* Fix produced text address list string according to rfc 2822 ([#340](https://github.com/redsift/mailparser/issues/340)) ([6bae600](https://github.com/redsift/mailparser/commit/6bae600a3f4a0452ee7ca43634a11939de7bcc6d))
23+
* handle simpleParser input stream error ([faf9fc5](https://github.com/redsift/mailparser/commit/faf9fc5d8a27c1f88b7a126782d84ce2fef4d4bd))
24+
* **punycode:** Fixes [#355](https://github.com/redsift/mailparser/issues/355) Deprecation warning of the punycode module ([#356](https://github.com/redsift/mailparser/issues/356)) ([0f35330](https://github.com/redsift/mailparser/commit/0f35330c87d715d38e8c853ae6c2f64d098b971d))
25+
* **simple-parser:** Buffer.from(string) default encode is utf-8,when input string‘s encode is gbk,result has some garbled ([633e436](https://github.com/redsift/mailparser/commit/633e4369c93dc5122c8c8bee0fd2b057761e1223))
26+
* **test:** updated test matrix (18, 20, 21) ([a2ba9c2](https://github.com/redsift/mailparser/commit/a2ba9c236dcd7f990c9d53a386ffaa5b564181b3))
27+
328
## [3.7.1](https://github.com/nodemailer/mailparser/compare/v3.7.0...v3.7.1) (2024-04-25)
429

530

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redsift/mailparser",
3-
"version": "3.7.9",
3+
"version": "3.8.0",
44
"description": "Parse e-mails",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)