github apollographql/apollo-ios 0.44.0
Version 0.44.0

latest releases: 1.15.1, 1.15.0, preview-field-merging.1...
3 years ago
  • BREAKING: Split ApolloCore into two more granular libraries, ApolloAPI (which will contain the parts necessary to compile generated code) and ApolloUtils (which will contain code shared between Apollo and ApolloCodegenLib). If you were previously importing ApolloCore, in most places you will need to import ApolloUtils. If you're using Carthage, you will need to remove the old ApolloCore xcframework and replace it with the two ApolloAPI and ApolloUtils frameworks. (#1817)
  • Fixed a retain cycle in GraphQLQueryWatcher. Thanks @gpambrozio! (#1826)
  • Fixed a stray CocoaPods warning. (#1769)
  • Updated the Typescript CLI to version 2.32.13. (#1773)
  • Added the ability to specify a cachePolicy when calling refresh on a GraphQLWatcher. (#1802)

Don't miss a new apollo-ios release

NewReleases is sending notifications on new releases.