Skip to content

Commit 6de797f

Browse files
release: 1.1.1 (#2941)
1 parent b91fed7 commit 6de797f

File tree

42 files changed

+780
-838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+780
-838
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## v1.1.1
4+
5+
### Fixed
6+
- **Version 1.1.0 does not compile when installed via CocoaPods ([#2936](https://github.com/apollographql/apollo-ios/issues/2936)):** Module names not present in CocoaPods builds have been removed from type declarations. [#2937](https://github.com/apollographql/apollo-ios/pull/2937) - _Thank you to [@simonliotier](https://github.com/simonliotier) for raising the issue._
7+
- **Crash when using mocks for Double Nested Arrays ([#2809](https://github.com/apollographql/apollo-ios/issues/2809)):** Test mock data is now correctly applied to the selection set. [#2939](https://github.com/apollographql/apollo-ios/pull/2939) - _Thank you to [@scottasoutherland](https://github.com/scottasoutherland) for raising the issue._
8+
- **In 1.1.0, passing custom scalars or GraphQLEnum to mocks fails ([#2928](https://github.com/apollographql/apollo-ios/issues/2928)):** Test mock data is now correctly applied to the selection set. [#2939](https://github.com/apollographql/apollo-ios/pull/2939) - _Thank you to [@scottasoutherland](https://github.com/scottasoutherland) for raising the issue._
9+
310
## v1.1.0
411

512
Apollo iOS v1.1 primarily focuses on adding generated initializers to the generated operation models.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 1.1.0
1+
CURRENT_PROJECT_VERSION = 1.1.1

Sources/CodegenCLI/Constants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

33
public enum Constants {
4-
public static let CLIVersion: String = "1.1.0"
4+
public static let CLIVersion: String = "1.1.1"
55
static let defaultFilePath: String = "./apollo-codegen-config.json"
66
}

docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloclientprotocol/fetch(query:cachepolicy:contextidentifier:queue:resulthandler:).json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloclientprotocol/perform(mutation:publishresulttostore:queue:resulthandler:).json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloclientprotocol/subscribe(subscription:queue:resulthandler:).json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloclientprotocol/upload(operation:files:queue:resulthandler:).json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloclientprotocol/watch(query:cachepolicy:callbackqueue:resulthandler:).json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docc/Apollo.doccarchive/data/documentation/apollo/atomic/mutate(block:).json

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)