urql-devtools

A tool for monitoring and debugging urql during development

MIT License

Stars
251
Committers
24
urql-devtools - v0.0.8

Published by andyrichardson almost 5 years ago

Full Changelog

Fixed bugs:

  • Fix visual issues on Firefox #88

Closed issues:

  • Fix issue where webpack watched rebuilds remove files #87
  • Create a bridging abstraction for wider browser support #2

Merged pull requests:

urql-devtools - v0.0.6

Published by andyrichardson almost 5 years ago

Full Changelog

Fixed bugs:

  • Fix incorrect animations on event list #81
  • [v0.0.4] Installation not possible due to missing asset #74

Closed issues:

  • Create panel component #78
  • V0.0.5 prep #71
  • Fails to load with Next JS #67
  • Add message when client connection doesn't exist #52

Merged pull requests:

urql-devtools - v0.0.5

Published by andyrichardson about 5 years ago

The first release with a cache explorer!

Additions

  • Cache explorer!
  • Prompt when events aren't present (#61)
  • Clearing of event list on refresh (#53)
  • Add urql status icon (#36)

Changes

  • Fix issue where color theme just wasn't sexy enough
  • Fix bug where connections are repeatedly created (#57)
  • Fix issue with v0.4.0 deployment (#74)
  • Fix minification for panel (#38)
urql-devtools - v0.0.4

Published by andyrichardson about 5 years ago

Changelog TBD

urql-devtools - v0.0.3

Published by kitten about 5 years ago

This release works best with urql v1.4.0

v0.0.3 moves the timing and displayName metadata generation for operations into the @urql/devtools package. All devtools metadata will be removed from urql 1.4.0 to slim down the core urql package.