All Versions
17
Latest Version
Avg Release Cycle
40 days
Latest Release
2685 days ago

Changelog History
Page 1

  • v2.0.1 Changes

    December 12, 2016

    Quick fix to use the correct version of ValueCoding.

  • v2.0.0 Changes

    October 19, 2016

    2.0.0

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

  • v1.8.0 Changes

    October 16, 2016

    1.8.0

    🚀 This is a Swift 2.3 release.

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

  • v1.7.0 Changes

    March 23, 2016

    1.7.0

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

  • v1.6.2 Changes

    March 12, 2016

    1.6.2

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

  • v1.6.1 Changes

    March 10, 2016

    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.

    1. [MNY-43]: Switch the code coverage reporting tool to Coveralls, and got the coverage back to 100%.
  • v1.6.0 Changes

    February 28, 2016

    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.

  • v1.5.1 Changes

    February 06, 2016

    1.5.1

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

  • v1.5.0 Changes

    February 06, 2016

    1.5.0

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

  • v1.4.2 Changes

    December 16, 2015

    1.4.2

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