Releases: RemyDuijkeren/NodaMoney
Releases · RemyDuijkeren/NodaMoney
v0.2
The focus of this release was to explain how to use this library, refactoring unit test to use FluentAssertions and get higher code coverage.
As part of this release we had 41 commits.
Improvements and bug-fixes
- Extended README with examples how to use this library
- Added more operators to be used with
Money
- Add override methods for explicit rounding,
var m = new Money(125.564m, MidpointRounding.AwayFromZero)
Potentially breaking change
- None, that we know of
If you have any feedback, please let us know by creating a GitHub issue!
v0.1
The initial release of NodaMoney. NodaMoney is already used for over two years, but somehow I forgot to share it with the public ;o).
It can be used in production. We keep the version below v1 for now, because its the first time into the public. If breaking changes are needed, based on input from the community, we still have the option to change the API.
If you have any feedback, please let us know by creating a GitHub issue!