Skip to content

Releases: postalsys/postal-mime

v2.7.3

09 Jan 09:44
0c0645d

Choose a tag to compare

2.7.3 (2026-01-09)

Bug Fixes

  • correct TypeScript type definitions to match implementation (b225d7c)

v2.7.2

08 Jan 19:07
f79999c

Choose a tag to compare

2.7.2 (2026-01-08)

Bug Fixes

  • add null checks for contentType.parsed access (ad8f4c6)
  • improve RFC compliance for MIME parsing (e004c3a)

v2.7.1

22 Dec 20:53
b97f22c

Choose a tag to compare

2.7.1 (2025-12-22)

Bug Fixes

  • Add null checks for contentDisposition.parsed access (fd54c37)

v2.7.0

22 Dec 13:57
0fce12d

Choose a tag to compare

2.7.0 (2025-12-22)

Features

  • add headerLines property exposing raw header lines (c79a02a)

v2.6.1

26 Nov 07:33
e5a1422

Choose a tag to compare

2.6.1 (2025-11-26)

Bug Fixes

  • prevent DoS from deeply nested address groups (f509eaf)
  • update TypeScript typings to match source code (df5640a)

v2.6.0

24 Oct 11:50
eeb605b

Choose a tag to compare

2.6.0 (2025-10-24)

Features

  • add CommonJS build support for dual package compatibility (0ea3de3)

v2.5.0

07 Oct 09:04
25f4d84

Choose a tag to compare

2.5.0 (2025-10-07)

Features

  • add comprehensive type validation and TypeScript support (81a6467)

v2.4.7

07 Oct 08:01
c8993f2

Choose a tag to compare

2.4.7 (2025-10-07)

Bug Fixes

  • prevent email extraction from quoted strings in addressParser (837d679)

v2.4.6

01 Oct 07:07
c98197f

Choose a tag to compare

2.4.6 (2025-10-01)

Bug Fixes

  • add security limits for MIME parsing (defbf11)

v2.4.5

29 Sep 16:52
0074ac5

Choose a tag to compare

2.4.5 (2025-09-29)

Bug Fixes

  • handle broken quoted-printable sequences and add prettier formatter (ec3bc64)