v2.0.3 (2021-02-15)
Closed issues:
- Anything special to get this working in Expo? #109
- Replace Operation.operationName usage with Operation.kind #105
- urql devtools when page is inside an iframe #98
Merged pull requests:
- Use the new @urql/core to avoid using the deprecated property #108 (JoviDeCroock)
- Rebuild lockfile #62 (andyrichardson)
v2.0.2 (2020-05-07)
Fixed bugs:
- Fix SSR detection #59 (andyrichardson)
v2.0.1 (2020-05-07)
Fixed bugs:
- Wait for websocket connection before sending connnection-init message #56
Merged pull requests:
- Wait for connection to be established before sending an init message #57 (andyrichardson)
v2.0.0 (2020-05-06)
Breaking changes:
- Add React Native support #36 (andyrichardson)
Fixed bugs:
- Uncaught ReferenceError: process is not defined #37
Merged pull requests:
- Remove esmodule support #39 (andyrichardson)
v1.0.2 (2020-04-23)
Fixed bugs:
- Use postMessage for communication with content script #34
Merged pull requests:
- Use window.postMessage #35 (andyrichardson)
v1.0.1 (2020-04-22)
Fixed bugs:
- GraphQL.js is bundled with the build output #32
Merged pull requests:
- Add GraphQL as peer dependency #33 (andyrichardson)
v1.0.0 (2020-04-21)
Implemented enhancements:
Fixed bugs:
- Remove React dependency #25
Merged pull requests:
- Add versioning #31 (andyrichardson)
- V1 Readme #29 (andyrichardson)
- Remove react dependency #28 (andyrichardson)
- Create ci.json #27 (andyrichardson)
- Migrate to debug messages #26 (andyrichardson)
- Update dependences #23 (andyrichardson)
- Migrate to @urql/core #22 (andyrichardson)
v0.1.2 (2019-12-13)
Fixed bugs:
- Add forwarding of devtools ops #17 (andyrichardson)
Closed issues:
- Installing Devtools exchange doesnt work as expected #12
v0.1.1 (2019-12-02)
Fixed bugs:
- Requests made by the devtools panel don't always return #13
Merged pull requests:
- Update deps + rebuild lock file #16 (andyrichardson)
- Add tests #15 (andyrichardson)
- Fix issue where request panel doesn't update #14 (andyrichardson)
v0.1.0 (2019-10-16)
v0.1.0-beta.2 (2019-09-30)
Merged pull requests:
- (fix) - use correct check for non-browser env #11 (lukasluecke)
- Fix issue where devtools source information is overwritten #10 (andyrichardson)
- (feat) - offer the option to use this in production #3 (JoviDeCroock)
v0.1.0-beta.1 (2019-09-02)
Merged pull requests:
- (fix) - serverside env #9 (JoviDeCroock)
- (chore) - rearrange pkg.json due to merge #8 (JoviDeCroock)
v0.1.0-beta.0 (2019-08-26)
Merged pull requests:
- Create beta release #7 (andyrichardson)
- (feat) - type for dc message #6 (JoviDeCroock)
- (chore) - streamline setup #5 (JoviDeCroock)
- (chore) - bundling #4 (JoviDeCroock)
- (feat) - add network latency to meta #2 (JoviDeCroock)
- (refactor) - add display name tracking to our exchange #1 (JoviDeCroock)