Skip to content

Releases: HonoluluHenk/fluent-bigdecimals

2.1.2

01 May 23:56
Compare
Choose a tag to compare

Full Changelog: 2.1.1...2.1.2

2.1.0

15 Mar 23:54
Compare
Choose a tag to compare
  • Implement nice CashRounding::toString
  • #8: Need factory method that throws if input was rounded
  • Bump dependencies

2.0.0

09 Feb 11:19
Compare
Choose a tag to compare
  • Configurations can now only be created via Factory methods
  • allow passing subtypes of AbstractFluentBigDecimal other than FluentBigDecimal for all math operations

1.0.13

01 Feb 17:39
Compare
Choose a tag to compare
  • Allow roundInto() into another configuration.
  • Build-internal: bump lombok

1.0.12

10 Aug 22:59
Compare
Choose a tag to compare
  • Implement Number interface
  • add missing Tests
  • #5 Include convenience method: comparesTo, isZero(), *valueExact() from BigDecimal
  • #4 Include constants for ZERO, ONE, TEN

1.0.11

17 Feb 00:34
Compare
Choose a tag to compare
  • Major bugfix: subtract(String) adds instead of subtracts
  • add implementations for add/subtract/multiply/divide for double and long params
  • minor code cleanup

1.0.10

18 Jan 00:43
Compare
Choose a tag to compare
  • Backport to JDK 9
  • add missing serialVersionUID in ScalingConfiguration
  • add missing @nonnull in Configuration

1.0.9

18 Jan 00:12
Compare
Choose a tag to compare

Ad missing @nonnull in one Configuration::of factory method

1.0.8

14 Jan 23:39
Compare
Choose a tag to compare

Add missing "implements Serializable"
Remove unnecessary/dead code

1.0.7

14 Jan 23:13
Compare
Choose a tag to compare

No code changes, just an improved build process