Releases: liamnichols/ListItemFormatter
Xcode 12 (and XCFrameworks)
Bugfixes and CLDR v36
-
Update Tests to account for differences based on updated CLDR data and import v36 (#35) by Liam Nichols
-
Rewrite Builder logic to improve speed and stop using String.init(format:locale:arguments:) style API (#34) by Liam Nichols
-
Add simple performance tests (#33) by Liam Nichols
-
Switch to GitHub Actions (#32) by Liam Nichols
-
Fix crash caused by combining unicode characters (#31) by Liam Nichols
Swift 5.0 Support
First Release
-
Add ability to create GitHub Release and push to Pods Trunk via Fastlane (#26) by Liam Nichols
-
Upgrade to CLDR data version 35 (#22) by Liam Nichols
-
API Interface Changes (#23) by Liam Nichols
-
Stop using plists and instead use JSON (#21) by Liam Nichols
-
Run carthage build on CI (#20) by Cheng-Yao Lin
-
Add complete documentation to the public interface (#16) by Liam Nichols
-
Simplify data import using Fastlane (#19) by Liam Nichols
-
Add test to ensure that all valid pattern sequences exist within each format object provided (#18) by Liam Nichols
-
Switch to using XML based plist (#15) by Liam Nichols
-
Run tests inside Fastlane (#14) by Liam Nichols
-
Add fastlane, add lane to update version number in project and podspec (#13) by Liam Nichols
-
Consistent build configurations (#12) by Liam Nichols
-
Add tvOS support (#10) by Liam Nichols
-
Set MACOSX_DEPLOYMENT_TARGET at the project level instead of target level (#9) by Liam Nichols
-
Add build status to readme and add tests for macOS also in .travis.yml (#8) by Liam Nichols