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

Releases: liamnichols/ListItemFormatter

Xcode 12 (and XCFrameworks)

16 Jul 16:30
942a51c
Compare
Choose a tag to compare
  • Support XCFrameworks (#40) by Liam Nichols

  • Use a resource bundle when distributing via CocoaPods (#39) by Liam Nichols

  • Run 'bundle update' (#38) by Liam Nichols

  • Bump addressable from 2.7.0 to 2.8.0 (#37) by dependabot[bot]

  • Bump redcarpet from 3.5.0 to 3.5.1 (#36) by dependabot[bot]

Bugfixes and CLDR v36

02 Sep 19:16
52354a6
Compare
Choose a tag to compare
  • 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

30 Apr 08:42
b3a885b
Compare
Choose a tag to compare
  • Change supported Swift Version to 5.0 using Xcode 10.2.1 (#28) by Mieraisan

  • Generate documentation for 0.0.1 (#27) by Liam Nichols

  • Generate documentation when creating a release using Jazzy (#24) by Cheng-Yao Lin

First Release

05 Apr 22:10
d539b4b
Compare
Choose a tag to compare
  • 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