Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 804 Bytes

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 804 Bytes

CHANGELOG

0.5.0

  • Add toPlainString()

0.4.4

  • (Really) fix CI

0.4.1

  • Fix CI and update package to use lints

0.4.0

  • Add zero, one and two static values: e.g. BigDecimal.zero

0.3.1

  • Add missing hashCode implementation aka remove feature where all BigDecimals were different

0.2.1

  • Remove undue logs

0.2.0

  • Implement and test toDouble, toBigInt and toInt

0.1.0

  • Better parser and toString implementations
  • Fix problems with rounding
  • More unit tests

0.0.1

  • Adds some basic operators: +, -, *, divide, abs, </<=/>/>=/==
  • CompareTo has a basic implementation that lacks optimization
  • Lots of TODOs still
  • Parse and toString are on a very draft impl just to test

0.0.1-ci.2

  • Add README and test CI.

0.0.1-ci.1

  • Only to test CI.