Skip to content

v3.0.0

Compare
Choose a tag to compare
@kishikawakatsumi kishikawakatsumi released this 15 Sep 04:00
· 189 commits to master since this release

Support Swift 3.0

  • id is now mapped to Any

    [SE-0116] Import Objective-C id as Swift Any type

  • OptionSetType => OptionSet

  • ErrorType => ErrorProtocol => Error

  • AuthenticationPolicy to be UInt

  • Drop NS prefix

    • NSData => Data
    • NSURL => URL
    • NSIndexSet => IndexSet
  • Lowercase enums (adn OptionSet types)

Update to Xcode 8 recommended build settings

  • Enable whole module optimization (by default on Xcode 8)

Bug fixes

  • Enable to catch specific errors