Skip to content

v2.1.3

Latest
Compare
Choose a tag to compare
@csandman csandman released this 08 Nov 22:13
· 9 commits to main since this release

This is an initial release of a new fork of words-to-numbers. It includes the following changes from the original project:

  • Switch to tsup for building the project in both ESM and CJS formats
    • Also fix the exports to ensure all projects can import this package properly
  • Convert the whole project to TypeScript
  • Remove obsolete and old dependencies
  • Use vitest to replace older testing
    tools
  • Replace deprecated clj-fuzzy
    with a TypeScript supported alternative,
    @skyra/jaro-winkler
  • Add prettier formatting

Full Changelog: v2.1.2...v2.1.3