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

Latest commit

 

History

History
54 lines (31 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

54 lines (31 loc) · 2.18 KB

Change Log

0.6.0 (2019-11-09)

This release updates Apollo dependency to 0.19.0 and Alamofire to 4.9.1.

Merged pull requests:

0.5.0 (2019-07-12)

This release adds support for Carthage package manager.

Merged pull requests:

0.4.0 (2019-04-07)

This update fixes compatibility with Xcode 10.2 and Swift 5.0. This release also supports Swift 4.2 and Xcode 10.0 and 10.1, but unfortunately maintaining a suite of tests and Xcode project settings that support Swift 4.0 and Xcode 9 as well does not seem feasible (PRs that fix this are welcome!).

No other changes were made and ApolloAlamofire 0.3.0 is recommended if you need Xcode 9 support.

Closed issues:

  • Xcode 10.2 & Swift 5.0 compatibility #2

Merged pull requests:

0.3.0 (2018-09-13)

  • Updated project for Swift 4.2 and Apollo 0.9.

Closed issues:

  • Error in compilation #1

0.2.1 (2018-05-03)

  • Added documentation for headers and logging properties.
  • Improved README.md, added simple example code.

0.2.0 (2018-05-03)

  • Public props in AlamofireTransport
  • Added simple test, updated example dependencies