0.5.2
✨ 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!