This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
1.4.0
1.4.0
- [MNY-25]: Adds convenience initializers to
DecimalNumberType
forInt
(including all the variants) andDouble
parameters. Although not technically needed, (as it’s integer and float convertible) this makes it a lot easier to constructMoney
types. - [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. - [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%.