Skip to content

Releases: jakeboone02/format-quantity

v3.0.0

15 Jan 17:52
Compare
Choose a tag to compare

v2.1.0...v3.0.0

v2.1.0

17 Jun 21:58
Compare
Choose a tag to compare

v2.0.1

26 Sep 15:45
Compare
Choose a tag to compare

Fixed

  • Fixed documentation for default tolerance d67a361

Full Changelog: v2.0.0...v2.0.1

v2.0.0

15 Sep 21:49
Compare
Choose a tag to compare

Changed

  • defaultTolerance is now 0.0075 (hence the major version bump) 2489f1f

Added

v1.1.0...v2.0.0

v1.1.0

29 Apr 03:08
Compare
Choose a tag to compare
  • Fix handling of values greater than -1 and less than zero 7d5e284
  • Add tests to dev page; simplify main code/tests; fix browsertest.html f65d514
  • Use globalThis instead of (window as any) in dev test page 09922b2
  • Reorganize code and fix build process 5e28bc5
  • Minor documentation updates 13c7762
  • Add tolerance and fractionSlash options d15f799
  • Accept options object and handle more fractions b2bb567

v1.0.2...v1.1.0

v1.0.2

16 Apr 16:04
Compare
Choose a tag to compare
  • Trigger GitHub Pages republish after branch renaming a748bfe
  • Rename index.html to main.html 58c48ad
  • Add FUNDING.yml 3c4f304
  • Migrate from tsdx to vite 4f481ca
  • Update dependencies 3a24321
  • Merge pull request #9 from jakeboone02/add-codesandbox-ci adafc41
  • Add CodeSandbox CI 41a3af2
  • Updated CHANGELOG.md for v1.0.1 84ee5f3

v1.0.1...v1.0.2

v1.0.1

15 Feb 20:12
Compare
Choose a tag to compare
  • Added description to package.json 7d8dec0
  • Added link to parse-ingredient 516b068
  • Updated CHANGELOG.md for v1.0.0 bec30ef

v1.0.0...v1.0.1

v1.0.0

11 Feb 17:32
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.6.1...v1.0.0

v0.6.1

08 Feb 16:26
Compare
Choose a tag to compare

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

v0.6.0...v0.6.1

v0.6.0

31 Aug 23:08
Compare
Choose a tag to compare
  • Added ability to produce Unicode vulgar fractions (pass true as the second argument)