Currency 0.2.0
Pre-release
Pre-release
Major
Money
was renamed toAnyCurrency
- The
currency
property was renamed tometadata
- The
Minor
AnyCurrency
now has a static property namedmetadata
as well- Any type that conforms to both
AnyCurrency
andCurrencyMetadata
will have this requirement met by default
- Any type that conforms to both
Sequence
types withAnyCurrency
elements now have asum()
andsum(where:)
method for aggregating values
Misc
- Carthage is now supported as a dependency manager