money 0.1.5 copy "money: ^0.1.5" to clipboard
money: ^0.1.5 copied to clipboard

outdatedDart 1 only

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 #

Changed #

  • Class Currency is not abstract from now on.

Fixed #

  • Money.hashCode now relates on amount and currency (Issue #1).

[0.1.4] - 2016-06-03 #

Changed #

  • [BC] Money.==() now receives Object instead of Money and checks runtime type of the argument, closes #4.

[0.1.3+2] - 2016-05-10 #

Fixed #

  • Fixed invalid rounding of amount in Money.toString(), closes #3.

[0.1.3] - 2015-05-05 #

Added #

  • Added Money.fromDouble() constructor.

[0.1.2] - 2015-05-05 #

Added #

  • Added getter Money.amountAsString.

[0.1.1] - 2015-05-04 #

Added #

  • Added Money.fromString() constructor.
  • Added relational operators (<, <=, >, >=).

[0.1.0+1] - 2015-05-01 #

Fixed #

  • Fixes README.md.

[0.1.0] - 2015-05-01 #

Initial version.

13
likes
0
pub points
67%
popularity

Publisher

verified publisherlitgroup.ru

Dart implementation of Fowler's Money pattern

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on money