Skip to content

Commit

Permalink
Release: 1.4.0 (#3184)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Aug 10, 2023
1 parent c608c5e commit f94d367
Show file tree
Hide file tree
Showing 671 changed files with 38,860 additions and 13,300 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## v1.4.0

### New

- **Added the ability to set a casing strategy for field names in code generation ([#2738](https://github.com/apollographql/apollo-ios/issues/2738)):** See PR ([#3171](https://github.com/apollographql/apollo-ios/pull/3171)). _Thank you to [@Spatel91111](https://github.com/Spatel91111) for the feature request._

### Improvement

- **Updated the way persisted queries are configured for code and manifest generation:** See PR ([#3175](https://github.com/apollographql/apollo-ios/pull/3175))
- **Updated docs for `other` schema module type to provide more clarity ([#3164](https://github.com/apollographql/apollo-ios/issues/3164)):** See PR ([#3170](https://github.com/apollographql/apollo-ios/pull/3170)) _Thank you to [@Mordil](https://github.com/Mordil) for suggesting this update._

## v1.3.3

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Shared/Project-Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1.3.3
CURRENT_PROJECT_VERSION = 1.4.0
2 changes: 1 addition & 1 deletion Sources/CodegenCLI/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

public enum Constants {
public static let CLIVersion: String = "1.3.3"
public static let CLIVersion: String = "1.4.0"
static let defaultFilePath: String = "./apollo-codegen-config.json"
}
29 changes: 29 additions & 0 deletions docs/docc/Apollo.doccarchive/data/documentation/apollo.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 137 additions & 0 deletions docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f94d367

Please sign in to comment.