Skip to content

Releases: jakeboone02/numeric-quantity

v0.5.1

26 Aug 19:57
Compare
Choose a tag to compare

Documentation update

Negative number handling

26 Aug 19:56
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

  • Returns NaN for invalid inputs instead of -1

Bug fixes

  • Handles negative numbers properly (fixes #3)

TypeScript rewrite

26 Aug 19:51
Compare
Choose a tag to compare