2.3.2 (2024-09-23)
- Modified README to trigger a new release (previous npm publish failed) (f975ef4)
2.3.1 (2024-09-23)
- message/rfc822: Added option 'forceRfc822Attachments' to handle all message/rfc822 nodes as attachments instead of inline content (bf47621)
2.3.0 (2024-09-23)
- Treat message/rfc822 as an attachment for delivery-status and feedback-report (21e6224)
2.2.9 (2024-09-16)
- exports: Define 'default' exports as last for legacy compatibility (a9518c8)
2.2.8 (2024-09-14)
2.2.7 (2024-07-31)
- rfc822: Only inline message/rfc822 messages if Content-Disposition is (53024de)
2.2.6 (2024-07-09)
- types: Updated type for attachment.content to ArrayBuffer (191524f)
2.2.5 (2024-04-11)
- types: Fixed Address type (57908e4)
2.2.4 (2024-04-11)
- exports: Export addressParser and decodeWords functions (43d3187)
2.2.3 (2024-04-11)
- attachments: Added description key from Content-Description attachment header (6e29de9)
- calendar-attachments: treat text/calendar as an attachment (2196b49)
2.2.2 (2024-04-10)
- parse: Do not throw on empty input when initializing an array buffer object (ddae5b4)
2.2.1 (2024-03-31)
- parser: Reply-To value must be an array, not a single address object (280bd8d)
2.2.0 (2024-03-26)
- interface: Added statis parse() method to simplify usage (
await PostalMime.parse(email)
) (c2faa27)
2.1.2 (2024-02-29)
2.1.1 (2024-02-26)
- types: Updated types for PostalMime (bc90f6d)
2.1.0 (2024-02-22)
- workers: Support Cloudflare Email Workers out of the box (4904708)
2.0.2 (2023-12-08)
2.0.1 (2023-11-05)
- npm: DO not ignore src folder when publishing to npm (ef8a2df)
2.0.0 (2023-11-03)
- module: Use as an ES module, do not build with webpack
- module: Use as an ES module, do not build with webpack (70df152)