Skip to content

Releases: jakeboone02/numeric-quantity

v2.0.1

15 Jan 17:25
Compare
Choose a tag to compare

v2.0.0...v2.0.1

v2.0.0

16 Jun 22:00
Compare
Choose a tag to compare

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

v2.0.0-beta.1

13 Jun 22:55
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
  • 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

v2.0.0-beta.0...v2.0.0-beta.1

v2.0.0-beta.0

05 Jun 06:49
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release
  • 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-beta.0

v1.0.4

16 Apr 16:15
Compare
Choose a tag to compare
  • Fix main/module/unpkg filenames in package.json db07b0b

v1.0.3...v1.0.4

v1.0.3

16 Apr 16:06
Compare
Choose a tag to compare
  • Trigger GitHub Pages republish after branch renaming 6931ee7
  • Rename index.html to main.html 638dcb6
  • Add FUNDING.yml 4126017
  • Migrate from tsdx to vite 3a86918
  • Update dependencies 1d76f17
  • Merge pull request #25 from jakeboone02/add-codesandbox-ci 13841ab
  • Update to new sandbox dd38bce
  • Add CodeSandbox CI 5240138

v1.0.2...v1.0.3

v1.0.2

23 Aug 17:23
Compare
Choose a tag to compare
  • Merge pull request #21 from jakeboone02/issue-20 e2d98ca
  • Add support for unicode fraction slash 2b1e648
  • Updated CHANGELOG.md for v1.0.1 d83c72f

v1.0.1...v1.0.2

v1.0.1

15 Feb 20:08
Compare
Choose a tag to compare
  • Added description to package.json be50936
  • Added link to parse-ingredient 290ef24
  • Restored CHANGELOG.md and added v1.0.0 2fc1570

v1.0.0...v1.0.1

v1.0.0

11 Feb 17:35
Compare
Choose a tag to compare

Breaking changes

  • None! This release is to update the exported files in the dist folder and to indicate stability of the package.

Commits

v0.5.2...v1.0.0

v0.5.2

08 Feb 16:31
Compare
Choose a tag to compare

This release was simply to update the README.md on npm.

v0.5.1...v0.5.2