Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Releases: danthorpe/Money

2.0.1 (#68)

12 Dec 15:36
Compare
Choose a tag to compare

Quick fix to use the correct version of ValueCoding.

2.0.0 (#64)

19 Oct 21:01
Compare
Choose a tag to compare

2.0.0

  1. [MNY-63]: Updates to Swift 3.0.

1.8.0 (#62)

16 Oct 18:53
Compare
Choose a tag to compare

1.8.0

This is a Swift 2.3 release.

  1. [MNY-61]: Updates to Swift 2.3.

1.7.0

23 Mar 10:09
Compare
Choose a tag to compare

1.7.0

  1. [MNY-47]: Updates to Swift 2.2.

1.6.2

12 Mar 15:32
Compare
Choose a tag to compare

1.6.2

  1. [MNY-45]: Fixes a serious bug where Money did not have the correct currency scale.

1.6.1

10 Mar 21:35
Compare
Choose a tag to compare

1.6.1

  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.
  2. [MNY-43]: Switch the code coverage reporting tool to Coveralls, and got the coverage back to 100%.

1.6.0

28 Feb 11:29
Compare
Choose a tag to compare

1.6.0

  1. [MNY-39]: Updates the spelling of CocoaPods, thanks https://github.com/ReadmeCritic!
  2. [MNY-34]: Refactors CurrencyType to remove the formatter property, and include a default CurrencyStyle. 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.

1.5.1

06 Feb 17:42
Compare
Choose a tag to compare

1.5.1

Cleans up a few issues related to updating to the latest Carthage, and the example project.

1.5.0

06 Feb 16:05
Compare
Choose a tag to compare

1.5.0

  1. [MNY-38]: Removes the FX functionality from this framework.

1.4.2

16 Dec 14:37
Compare
Choose a tag to compare

1.4.2

  1. [MNY-39]: Updates to the latest version of Result dependency. Thanks to @mrdavey and @hsoi for spotting this!