Releases: SafetyCulture/grpc-web-devtools
Releases · SafetyCulture/grpc-web-devtools
v1.4.0
fixed stream interceptor pr: #170
v1.2.1
- Fix to zip file to normalize the folder structure #60
v1.2.0
- Add StreamInterceptor.cancel (#48)
- inject into all frames (#43)
- Enable firefox add-on (#53)
- Add docs for installation on firefox (#57)
- add enable clipboard in react-json-view (#56)
- Darkmode (#58)
v1.1.1
- use script content instead of injecting a script file (#41, @jackielii)
v1.1.0
- Support for server streaming (#27)
- Add react window to allow large scrolling data sets (#29)
- Create empty screen when no network log (#30)
- Return the StreamInterceptor so that methods can be chained (#31)
v1.0.1
Support for server streaming (#27)
* Add a streaming example to the server
* implement a sreaming call in the client
* Update the inject to intercept streaming callbacks
* Method type icons for stream and unary
* Only display data that is available
* Remove dummy data used for develoment