From 2880b34f6541f8224ed0c3c34ce5a88bb7558587 Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Tue, 14 Feb 2017 17:37:41 -0800 Subject: [PATCH] Update ROADMAP.md More updates. --- ROADMAP.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index fddfe3c68fd..3048ec02406 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -21,23 +21,19 @@ As stated before, the list below is not exhaustive. **Apollo Client is a communi ## Features planned for 1.0 -### Error handling: -- [ ] Useful error messages and stack traces for every error thrown by Apollo Client - ### Client-side data store integration - [ ] Convenience methods for interacting directly with the store (ie. read from and write to any place in the store) ### UI integration ergonomics - [x] 'Immutable' results - [x] Deep-freezing of results in development mode -- [ ] `fetchMore` network status (maybe) +- [ ] `fetchMore` network status ### Performance - [x] Query deduplication ### GraphQL features -- [ ] support for custom scalars (maybe) -- [ ] detect cache collisions and provide warning / fix +- [ ] detect cache collisions and return stale data instead ## Refactors planned for 1.0