Releases: jakeboone02/format-quantity
Releases · jakeboone02/format-quantity
Negative number handling
This release adds the capability to handle negative numbers. This necessitated a change in behavior for error conditions as noted below.
Breaking changes
- Invalid inputs now return
null
instead of"-1"
Bug fixes
- Handles negative numbers properly
TypeScript rewrite
v0.4.2