Skip to content

Releases: jakeboone02/format-quantity

Negative number handling

26 Aug 20:05
Compare
Choose a tag to compare

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

26 Aug 20:03
Compare
Choose a tag to compare