Skip to content

0.5.2

Compare
Choose a tag to compare
@BenMorel BenMorel released this 03 Apr 20:58
· 81 commits to master since this release

New methods

  • Money::splitWithRemainder()
  • Money::allocateWithRemainder()

These methods perform like their split() and allocate() counterparts, but append the remainder at the end of the returned array instead of spreading it over the first monies.

Thanks @NCatalani!