Skip to content

Latest commit

 

History

History
117 lines (53 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

117 lines (53 loc) · 4.78 KB

Changelog

2.2.6 (2024-07-09)

Bug Fixes

  • types: Updated type for attachment.content to ArrayBuffer (191524f)

2.2.5 (2024-04-11)

Bug Fixes

  • types: Fixed Address type (57908e4)

2.2.4 (2024-04-11)

Bug Fixes

  • exports: Export addressParser and decodeWords functions (43d3187)

2.2.3 (2024-04-11)

Bug Fixes

  • 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)

Bug Fixes

  • parse: Do not throw on empty input when initializing an array buffer object (ddae5b4)

2.2.1 (2024-03-31)

Bug Fixes

  • parser: Reply-To value must be an array, not a single address object (280bd8d)

2.2.0 (2024-03-26)

Features

  • interface: Added statis parse() method to simplify usage (await PostalMime.parse(email)) (c2faa27)

2.1.2 (2024-02-29)

Bug Fixes

  • git: re-renamed git repo (29d235e)
  • git: Renamed git repository (829e537)

2.1.1 (2024-02-26)

Bug Fixes

  • types: Updated types for PostalMime (bc90f6d)

2.1.0 (2024-02-22)

Features

  • workers: Support Cloudflare Email Workers out of the box (4904708)

Bug Fixes

  • module: add types to module exports (#23) (1ee4a42)

2.0.2 (2023-12-08)

Bug Fixes

  • test: Added a tests runner and some tests (8c6f7fb)
  • test: Added test action (c43c086)

2.0.1 (2023-11-05)

Bug Fixes

  • npm: DO not ignore src folder when publishing to npm (ef8a2df)

2.0.0 (2023-11-03)

⚠ BREAKING CHANGES

  • module: Use as an ES module, do not build with webpack

Features

  • module: Use as an ES module, do not build with webpack (70df152)

1.1.0 (2023-11-02)

Features

  • deploy: automatic publishing (64f9a81)
  • license: changed license from AGPL to MIT-0 (d0ca0dc)

Bug Fixes