Skip to content

Releases: polyadic/funcky-money

Funcky 3 Release

27 Sep 12:23
fd79709
Compare
Choose a tag to compare

We updated Funcky.Money with the most recent incarnation from Funcky.

Bugfix Release

07 Jan 14:06
1bf9576
Compare
Choose a tag to compare

Improved testing revealed a bug.

New in this release

  • Improved Testing
  • This release fixes #13 - Distribution of negative Money objects does not work correctly
  • Improved source generator (activated nullablity)

First major release of funcky money

06 Jan 09:56
5b69a7f
Compare
Choose a tag to compare

The Funcky Money class is driven by the desire to delay decisions in a functional way, it is losley based on Kent Becks book Test-Driven Development by Example.

  • Supports sum, product and distribution of money in a syntax tree
  • supports difference and division
  • operators are overloaded
  • Allows delayed calculation
  • Multiple evaluations of the same calculation with different rules possible
  • Multiple currencies