Skip to content

Rewrite in ESM

Pre-release
Pre-release
Compare
Choose a tag to compare
@thetutlage thetutlage released this 01 Nov 07:27
· 9 commits to develop since this release

Breaking changes

Following are the breaking changes

  • The package is now ESM only
  • The main path uses default export. Earlier it was a named export

New features

  • Add method for Intl.ListFormat
  • Add method for Intl.DisplayNames

Commits

  • docs(README): update link to workflow badge 191d596
  • chore: update benchmarks to add displayNames and list formatters dca1db5
  • feat: add formatter for DisplayNames 7b9897a
  • feat: add list method to format list items 38be319
  • refactor: rewrite in ESM a947d83

Full Changelog: v2.0.3...v3.0.0-0