Releases: insomnia-dev/words-to-numbers
Releases · insomnia-dev/words-to-numbers
v2.1.3
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