SwiftCurrency 0.6.0
Pre-release
Pre-release
API Docs are always available at peek-travel.github.io/swift-currency
Major
- Currency localization is now easier to use with
localizedString
methods onAnyCurrency
that reflect the String interpolation API (#34)- The String interpolation methods
(localize:forLocale:nilDescription:)
and(localize:withFormatter:nilDescription:)
have had their 2nd parameters renamed tofor:
andwith:
respectively.
- The String interpolation methods