Releases: jakeboone02/format-quantity
Releases · jakeboone02/format-quantity
v3.0.0
- Update changelog for v3.0.0 9aa0664
- Update devDependencies 6bfe6d2
- Fix distributed types a4d85ca
- Remove default export 686e611
- Export types
Digit
andNonZeroDigit
87b4fb1 - Remove docs from git 29503da
- Build docs site with GHA 0729655
- Add GA tracking 3be6563
- Remove target from tsconfig.json 9f082e4
- Regenerate docs 61b47b0
- Stricter types for constants 654f89b
- Regenerate docs d64bdb1
- Update dependencies; misc tweaks 1b6604b
- Upgrade dependencies 07d8e65
- Add diff=lockb to .gitattributes acb2635
- Remove OS matrix from CI 0cafeef
- Remove Node from CI 2c952ab
- Remove Jest types 2853395
- Drop Jest for bun:test 595d0b1
- Add version to docs 8d2fbd7
- Merge pull request #13 from jakeboone02/typedoc-docs 4e8645d
- Migrate docs to typedoc a42413a
- Update dependencies f1ceda6
- Update bun.lockb 463d72a
- Fix Unreleased link in changelog 5bc2613
- Add open package 00d4476
v2.1.0
v2.0.1
v2.0.0
v1.1.0
- 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
- 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.0
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
This release was simply to update the README.md on npm.
v0.6.0
- Added ability to produce Unicode vulgar fractions (pass
true
as the second argument)