Skip to content

Releases: ultraq/icu-message-formatter

0.14.2

25 Dec 22:47
Compare
Choose a tag to compare
  • Fix types on the main exports too (tsc was being run over transpiled-for-browser code 🤦‍♂️)

0.14.1

25 Dec 21:11
Compare
Choose a tag to compare
  • Update generated types for some of the utility exports

0.14.0

24 Dec 03:47
Compare
Choose a tag to compare
  • On the road to making this pure ESM, the following internal changes have been made:
    • Added "type": "module" so ESM is now the default
    • Package outputs defined using an exports map w/ import pointing to the main source and require to a transpiled version of the source

0.13.0

09 Sep 03:19
Compare
Choose a tag to compare
  • Minimum supported version of Node is now 18
  • Browser target in .browserslistrc file is now defaults, so the explicit ie11 target has been removed and thus IE11 support has been dropped
  • Type definitions are now included in this project

0.12.0

27 Oct 04:45
Compare
Choose a tag to compare