Skip to content

Commit a91f7ca

Browse files
bump version, add changelog
1 parent 4a49193 commit a91f7ca

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change log
22

3+
### v0.14.0
4+
5+
- **BREAKING** Updated codegen to use 2.17 of the Apollo CLI. Please see the [full release notes](https://github.com/apollographql/apollo-tooling/blob/master/CHANGELOG.md#apollo2170-apollo-codegen-swift0350) for that version of the CLI, but in short:
6+
- Stops force-unwrapping and instead nil-coalesce to `.none` when the thing being unwrapped was a double-optional, which was causing some crashes
7+
- Fixes issue where removing redundant modifiers was a little too agressive
8+
- Fixes escaping for `Self` as a type name
9+
- Adds `CaseIterable` for all known cases of an enum. If you were adding this yourself previously, you'll have to take it back out.
10+
- Adds comment with original operation to `operationDefinition`, stripped excess whitespace from actual definition.
11+
12+
- Added explicit support for Catalyst builds. ([#688](https://github.com/apollographql/apollo-ios/pull/688))
13+
- Added support for `Int` custom scalars. ([#402](https://github.com/apollographql/apollo-ios/pull/402))
14+
- Exposed `clearCache` directly on stores so a store being used by multiple clients can be more explicitly cleared. ([#518](https://github.com/apollographql/apollo-ios/pull/518))
15+
- Fixed an issue where an error on cache write would not be propagated correctly. ([#673](https://github.com/apollographql/apollo-ios/pull/673))
16+
- Updated supported Node version to the Long-Term Support version. ([#672](https://github.com/apollographql/apollo-ios/pull/672))
17+
318
### v0.13.0
419

520
**PLEASE READ THESE RELEASE NOTES BEFORE INSTALLING IF YOU WERE USING AN OLDER VERSION!**
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 0.13.0
1+
CURRENT_PROJECT_VERSION = 0.14.0

0 commit comments

Comments
 (0)