Skip to content

Currency 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mordil Mordil released this 15 Jan 22:06

Major

  • Money was renamed to AnyCurrency
    • The currency property was renamed to metadata

Minor

  • AnyCurrency now has a static property named metadata as well
    • Any type that conforms to both AnyCurrency and CurrencyMetadata will have this requirement met by default
  • Sequence types with AnyCurrency elements now have a sum() and sum(where:) method for aggregating values

Misc

  • Carthage is now supported as a dependency manager