apollo-ios v0.23.2 Release Notes

Release Date: 2020-03-05 // about 4 years ago
    • 🔄 Changed the @available flags added in 0.23.1 to #if os(macOS), since the former is runtime and the latter is compile time, to work around a bug where SwiftUI compiles the ApolloCodegenLib library even if it's not included in the target being previewed. (#1066)
    • ➕ Added support for omitDeprecatedEnumCases command line option I missed for ApolloCodegenOptions (#1053)