Skip to content

v2.0.0

Compare
Choose a tag to compare
@jakeboone02 jakeboone02 released this 16 Jun 22:00
· 63 commits to main since this release

CHANGELOG entry for v2.0.0

  • Merge pull request #26 from jakeboone02/drop-umd 8faac7a
  • Enable new options in CI example d50355d
  • Fix Node version in Codecov CI command 0350515
  • Install deps with Yarn on CI f0958d6
  • Add round option and support for E notation 803e28b
  • Only parse Roman numerals when romanNumerals option is true d43dd0c
  • Add numericRegexWithTrailingInvalid to README.md 87d65d8
  • Revert default behavior to disallow trailing invalid characters; add option to switch to new behavior 8848be9
  • Switch from Babel to ts-jest c9fb757
  • Misc. updates 81eaf08
  • Add JSDoc comment to parseRomanNumerals 8ae0701
  • Remove unnecessary Vite build config and convert to .ts e19051c
  • Allow separators in all numeric sequences 323ae19
  • Return numbers as-is from numericQuantity d9ed4b2
  • Add missing releases to changelog 62c9e99
  • Update changelog with UMD info 273ffe2
  • Revert UMD build filename to original 466b785
  • Minor type/tsconfig update 97b6a72
  • Update changelog 38bfe7e
  • Better type tooltips 3510c3b
  • Minor performance improvement d1c189c
  • Organize imports and restore UMD version b1fad1e
  • Add back pkg.engines.node ee9a9a4
  • Bring logic more in line with parseFloat 82faef6
  • Add support for comma and underscore separators fc91966
  • Refactor tests bc6032c
  • Enhance dev page; move test to common file; improve main regex 07cfdad
  • Build with tsup 0b26625
  • Update Yarn e4e1681
  • Fix CI code 93c195a
  • Add support for Roman numerals 4e333b9
  • Move CI sandbox code to this repo 16d4193
  • Add support for U+215F Fraction Numerator One baf31b5
  • Require 100% coverage bba1a20
  • Add node: 18 to CSB ci.json 806a761
  • Convert to named exports and update dependencies 24052de
  • Upgrade dependencies 5cd76e6
  • Add yarn plugins 049fa72
  • Convert to modern Yarn 344c4e7
  • Upgrade Yarn 1a20987

v1.0.4...v2.0.0