v3.0.0
kishikawakatsumi
released this
15 Sep 04:00
·
189 commits
to master
since this release
Support Swift 3.0
-
id
is now mapped toAny
-
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