Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.02 KB

File metadata and controls

50 lines (36 loc) · 1.02 KB

CHANGELOG

0.7.0

  • Fix static analysis issues
  • Add support for Dart 3
  • Remove internal members that were exposed to the API

0.6.0

  • Add support for handling infinity values

0.5.1

  • Fix toDouble() allowing it to take negative exponents

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.