This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
Releases: danthorpe/Money
Releases · danthorpe/Money
2.0.1 (#68)
2.0.0 (#64)
2.0.0
- [MNY-63]: Updates to Swift 3.0.
1.8.0 (#62)
1.7.0
1.6.2
1.6.1
1.6.1
- [MNY-42]: Removes all the example projects to danthorpe/Examples. This is done mostly to avoid an issue where Carthage attempts to build all Xcode projects it can find in a repository.
- [MNY-43]: Switch the code coverage reporting tool to Coveralls, and got the coverage back to 100%.
1.6.0
1.6.0
- [MNY-39]: Updates the spelling of CocoaPods, thanks https://github.com/ReadmeCritic!
- [MNY-34]: Refactors
CurrencyType
to remove the formatter property, and include a defaultCurrencyStyle
. This update makes it a lot easier to make custom currency types, and overall improves or fixes bugs with the ISO currency types. If you have custom currencies you may need to perform some slight refactoring, but it shouldn’t be too complex.