apollo-ios v0.14.0 Release Notes

Release Date: 2019-08-07 // almost 5 years ago
    • 💥 BREAKING Updated codegen to use 2.17 of the Apollo CLI. Please see the full release notes for that version of the CLI, but in short:

      • Stops force-unwrapping and instead nil-coalesce to .none when the thing being unwrapped was a double-optional, which was causing some crashes
      • Fixes issue where removing redundant modifiers was a little too aggressive
      • Fixes escaping for Self as a type name
      • Adds CaseIterable for all known cases of an enum. If you were adding this yourself previously, you'll have to take it back out.
      • Adds comment with original operation to operationDefinition, stripped excess whitespace from actual definition.
    • ➕ Added explicit support for Catalyst builds. (#688)

    • ➕ Added support for Int custom scalars. (#402)

    • 🔦 Exposed clearCache directly on stores so a store being used by multiple clients can be more explicitly cleared. (#518)

    • 🛠 Fixed an issue where an error on cache write would not be propagated correctly. (#673)

    • ⚡️ Updated supported Node version to the Long-Term Support version. (#672)