- Removed NetURLSessionTaskObserver, upload and download progress closures with Progress only available for iOS >= 11.
- Compatible with iOS 12 responsive data service type.
- Compatible with CocoaPods Swift Static Libraries.
- Allows to clear authChallenge or serverTrust after initialization.
- Codable / Decodable / Encodable protocols compatible with output formatting, date coding strategy, data coding strategy, non conforming float coding strategy, key coding strategy and coding user info dictionary.
- Ready for Swift 4.2.
- NetStub with AsyncBehavior
- Working with Kommander 1.0
- Content-Encoding compatible
- Minor bug fix retrying requests
- Added customizable acceptable status codes range
- Stub Implementation
- Added RxSwift extension
- Added URLSessionConfiguration builder
- Added earliestBeginDate delay to NetURLSession background tasks
- Added waitingForConnectivity state to NetTask
- Transformer underlying JSON error by default
- Now using Kommander 0.9 on NetClient/Kommander subspec
- NetError now conforms CustomNSError protocol
- Codable / Decodable / Encodable protocols also compatible with Property List
- Codable/Decodable/Encodable protocols compatible with Kommander extension
- Swift 4.0
- Codable/Decodable/Encodable protocols compatible with JSON
- Kommander Compatible
- TLS Certificate and Public Key Pinning
- NetCacheControl fix
- Retry requests
- Multipart form data encoder
- Content length
- Network reachability
- HTTP body bug fixed
- First public release