Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Latest commit

 

History

History
116 lines (63 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

116 lines (63 loc) · 2.67 KB

Release 0.5.0

  • Removed NetURLSessionTaskObserver, upload and download progress closures with Progress only available for iOS >= 11.

Release 0.4.12

  • Compatible with iOS 12 responsive data service type.

Release 0.4.11

  • Compatible with CocoaPods Swift Static Libraries.

Release 0.4.10

  • Allows to clear authChallenge or serverTrust after initialization.

Release 0.4.9

  • 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.

Release 0.4.8

  • Ready for Swift 4.2.

Release 0.4.7

  • NetStub with AsyncBehavior
  • Working with Kommander 1.0
  • Content-Encoding compatible

Release 0.4.6

  • Minor bug fix retrying requests

Release 0.4.5

  • Added customizable acceptable status codes range

Release 0.4.4

  • #12 New removable interceptors API
  • New NetResponse.Builder helpers for Stub.

Release 0.4.3

  • Stub Implementation

Release 0.4.1

  • Added RxSwift extension

Release 0.4.0

  • Added URLSessionConfiguration builder

Release 0.3.6

  • Added earliestBeginDate delay to NetURLSession background tasks
  • Added waitingForConnectivity state to NetTask

Release 0.3.5

  • Transformer underlying JSON error by default

Release 0.3.4

  • Now using Kommander 0.9 on NetClient/Kommander subspec

Release 0.3.3

Release 0.3.2

  • Codable / Decodable / Encodable protocols also compatible with Property List

Release 0.3.1

  • Codable/Decodable/Encodable protocols compatible with Kommander extension

Release 0.3.0

  • Swift 4.0
  • Codable/Decodable/Encodable protocols compatible with JSON

Release 0.2.2

Release 0.2.1

  • TLS Certificate and Public Key Pinning
  • NetCacheControl fix

Release 0.2.0

  • Retry requests

Release 0.1.3

  • Multipart form data encoder
  • Content length

Release 0.1.2

  • Network reachability
  • HTTP body bug fixed

Release 0.1.1

Release 0.1.0

  • First public release