v0.2.0
Pre-release
Pre-release
Enhancements
- Add automated browser tests and BrowserStack integration by @timostamm in #243.
- Updates dependencies for protobuf-es packages by @smaye81 in #242. Note that this includes important bugfixes in protobuf-es 0.1.0. See the release there for more details.
- Point to CommonJS in entrypoint by @smaye81 in #237.
- Add example project to show usage of connect-web by @timostamm in #215.
- Add code generation examples to protoc-gen-connect-web README.md by @timostamm in #240.
- Switch from deprecated TypeRegistry to createRegistry() by @timostamm in #225.
Bug Fixes
- Fix streams lagging behind by @timostamm in #235. Special thanks to @aslatemts for catching the bug and suggesting a fix.