CHANGELOG.md 1016 B

CHANGELOG

v5.2.2

- Improved documentation and removed unecessary check

v5.2.1:

  • 2bb7b05: Added negative sign check

v5.2:

v5.0.5:

  • 2c9d4c2: Improved roundTo() and param parser

v5.0.4:

  • 39e61e7: Fixed bignum param passing

v5.0.3:

  • 7d9a3ec: Upgraded bundler for code quality

v5.0.2:

v5.0.1:

v5.0.0:

  • ac7cd06: Fixed readme
  • 33cc9e5: Added crude build
  • 1adcc76: Release breaking v5.0. Fraction.js now builds on BigInt. The API stays the same as v4, except that the object attributes n, d, and s, are not Number but BigInt and may break code that directly accesses these attributes.