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

1.4.0

Compare
Choose a tag to compare
@danthorpe danthorpe released this 24 Nov 19:35
· 89 commits to development since this release

1.4.0

  1. [MNY-25]: Adds convenience initializers to DecimalNumberType for Int (including all the variants) and Double parameters. Although not technically needed, (as it’s integer and float convertible) this makes it a lot easier to construct Money types.
  2. [MNY-24]: Refactors the localized string formatting APIs. Fixed a few bugs which may have rendered string incorrectly formatted in some locales. Also added the ability to format MoneyType values using specific language and country locales. See the README for more info.
  3. [MNY-27]: Finally got Jazzy to generate the documentation, and have created a config for the project. Hopefully now CocoaDocs will correctly parse the framework and generate docs. Documentation coverage is 96%.