Skip to content

SwiftCurrency 0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mordil Mordil released this 08 Mar 00:58
· 18 commits to master since this release
9a7a30d

API Docs are always available at peek-travel.github.io/swift-currency

Major

  • Currency localization is now easier to use with localizedString methods on AnyCurrency that reflect the String interpolation API (#34)
    • The String interpolation methods (localize:forLocale:nilDescription:) and (localize:withFormatter:nilDescription:) have had their 2nd parameters renamed to for: and with: respectively.

Misc

  • A usage doc is now available that gives an overview of many aspects of the library (#35)