v0.0.9
Release 0.0.9 (#129)
-
Removing "incubating" from the repository and artifacts name. With a stable API on the horizon, now is a great time to try the library in your projects and give us feedback.
The artifacts are now:com.apollographql.cache:normalized-cachefor the memory cachecom.apollographql.cache:normalized-cache-sqlitefor the SQL cache.
The package names are unchanged.
-
Records are now rooted per operation type (QUERY_ROOT, MUTATION_ROOT, SUBSCRIPTION_ROOT) (#109)
-
ApolloClient.apolloStoreis deprecated in favor ofApolloClient.storefor consistency. (#127) -
ApolloClient.apolloStorenow returns aSimpleApolloStore, a wrapper aroundApolloStorethat doesn't need aCustomScalarAdaptersto be passed to read/write methods. (#123)