All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- [BC]
Money.==() now receives Object instead of Money and checks runtime
type of the argument, closes #4.
- Fixed invalid rounding of amount in
Money.toString(), closes
#3.
- Added
Money.fromDouble() constructor.
- Added getter
Money.amountAsString.
- Added
Money.fromString() constructor.
- Added relational operators (
<, <=, >, >=).