Skip to content

2.8.1

Compare
Choose a tag to compare
@bpierre bpierre released this 14 Sep 13:20
· 27 commits to main since this release
9059fc0

API changes:

Bug fixes:

  • Fixes an issue with the format() function where the sign was missing from negative numbers with a whole part equal to 0.

Internal changes:

  • formatSign(): (internal) returns a number sign.
  • toParts(): (internal) the whole part is now always positive. This is to make its behavior consistent: before this change, the sign was only removed when the value of the whole part was 0.