fluent-bigdecimals

Wrap Java-BigDecimals into a nice fluent API and help sticking to user-defined precision/scale

LGPL-3.0 License

Stars
3

Bot releases are hidden (Show)

fluent-bigdecimals - Latest Release

Published by HonoluluHenk over 2 years ago

  • Implement nice CashRounding::toString
  • #8: Need factory method that throws if input was rounded
  • Bump dependencies
fluent-bigdecimals -

Published by HonoluluHenk over 2 years ago

  • Configurations can now only be created via Factory methods
  • allow passing subtypes of AbstractFluentBigDecimal other than FluentBigDecimal for all math operations
fluent-bigdecimals -

Published by HonoluluHenk over 2 years ago

  • Allow roundInto() into another configuration.
  • Build-internal: bump lombok
fluent-bigdecimals -

Published by HonoluluHenk about 3 years ago

  • Implement Number interface
  • add missing Tests
  • #5 Include convenience method: comparesTo, isZero(), *valueExact() from BigDecimal
  • #4 Include constants for ZERO, ONE, TEN
fluent-bigdecimals -

Published by HonoluluHenk over 3 years ago

  • Major bugfix: subtract(String) adds instead of subtracts
  • add implementations for add/subtract/multiply/divide for double and long params
  • minor code cleanup
fluent-bigdecimals -

Published by HonoluluHenk almost 4 years ago

  • Backport to JDK 9
  • add missing serialVersionUID in ScalingConfiguration
  • add missing @NonNull in Configuration
fluent-bigdecimals -

Published by HonoluluHenk almost 4 years ago

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

fluent-bigdecimals -

Published by HonoluluHenk almost 4 years ago

Add missing "implements Serializable"
Remove unnecessary/dead code

fluent-bigdecimals -

Published by HonoluluHenk almost 4 years ago

No code changes, just an improved build process

fluent-bigdecimals -

Published by HonoluluHenk almost 4 years ago

Fixes #1 : Add missing factory methods to Configuration from BigDecimal

fluent-bigdecimals -

Published by HonoluluHenk almost 4 years ago

No changes, just automate release/deployment on Gitlab