apollo-client-devtools
Advanced tools
Changelog
4.11.4
4a60d00
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.11.3
4a1fd6a
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.11.1
df0d242
Thanks @jerelmiller! - Fix issue where terminating the client by calling .stop
would not disconnect it from devtools making it difficult to track newly created clients.Changelog
4.9.1
e886145
Thanks @jerelmiller! - Fix issue with error serialization when sending an error back through the message passing system. Unfortunately the raw error instance was lost in this process. This fix retains the error message when sending error messages in rpc calls.Changelog
4.9.0
28140d8
Thanks @jerelmiller! - Introduce rpc utilities to communicate between the extension scripts. Migrate the call to get client data into the devtools to use the rpc utilities.Changelog
4.8.3
#1264 66c05ae
Thanks @phryneas! - Enable "@typescript-eslint/consistent-type-imports" lint rule
#1265 df5300f
Thanks @phryneas! - Use relative-CI to monitor build artefact sizes
#1268 4c98879
Thanks @jerelmiller! - Revert change that removed JSON stringify on the entire set of client data. This is a followup to #1259 which only partially fixed the issue.