money 0.1.5
money: ^0.1.5 copied to clipboard
Dart implementation of Fowler's Money pattern
CHANGELOG #
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.1.5 - 2016-07-06 #
0.1.4 - 2016-06-03 #
0.1.1 - 2015-05-04 #
Added #
- Added
Money.fromString()constructor. - Added relational operators (
<,<=,>,>=).
0.1.0 - 2015-05-01 #
Initial version.