Skip to content

Swift 2.3

Compare
Choose a tag to compare
@EricAppel EricAppel released this 08 Sep 05:55
· 101 commits to master since this release

Updated

  • All source, test and example logic to compile against Swift 2.3 and Xcode 8.
  • Dictionary key check from O(n) operation to O(1) resulting in overall parsing performance improvements of 40-50% in tests.
  • The Travis CI yaml file to build against iOS 10 and the new suite of simulators.

Removed

  • Slather reporting from the test suite due to instability issues with Xcode and Travis CI.
  • CocoaPods linting from the Travis CI yaml file due to current instabilities with Xcode 8.