This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 0.4.0, add CHANGELOG.md
- Loading branch information
1 parent
6f92e02
commit 8300657
Showing
3 changed files
with
62 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Change Log | ||
|
||
## [0.4.0](https://github.com/graphql-community/ApolloAlamofire/tree/0.3.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](https://github.com/graphql-community/ApolloAlamofire/issues/2) | ||
- Error in compilation [\#1](https://github.com/graphql-community/ApolloAlamofire/issues/1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add and apply SwiftFormat [\#4](https://github.com/graphql-community/ApolloAlamofire/pull/4) ([MaxDesiatov](https://github.com/MaxDesiatov)) | ||
- Add Xcode 10.2 to .travis.yml [\#3](https://github.com/graphql-community/ApolloAlamofire/pull/3) ([MaxDesiatov](https://github.com/MaxDesiatov)) | ||
|
||
## [0.3.0](https://github.com/graphql-community/ApolloAlamofire/tree/0.3.0) (2018-09-13) | ||
|
||
- Updated project for Swift 4.2 and Apollo 0.9. | ||
|
||
## [0.2.1](https://github.com/graphql-community/ApolloAlamofire/tree/0.2.1) (2018-05-03) | ||
|
||
- Added documentation for headers and logging properties. | ||
- Improved README.md, added simple example code. | ||
|
||
## [0.2.0](https://github.com/graphql-community/ApolloAlamofire/tree/0.2.0) (2018-05-03) | ||
|
||
- Public props in AlamofireTransport | ||
- Added simple test, updated example dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters