Releases: webrpc/gen-javascript
Releases · webrpc/gen-javascript
v0.13.0
v0.12.0: Expose as Go module
Expose as a Go module with //go:embed FS (#6)
v0.11.0
Ignore `json = -` fields (#5) * Ignore `json = -` fields Fixes https://github.com/webrpc/webrpc/issues/66 * Fix example RIDL * Update webrpc-gen
v0.10.0: Interoperability tests
- Tested with [email protected] ✅
- Fixed issue with
fetch()
- Implemented interoperability tests https://github.com/webrpc/gen-javascript/tree/master/tests
v0.9.0: Update to [email protected]
Update templates to [email protected] schema (#2) * README: Update options * Update to [email protected] * Fix types * Improve generated code * Switch webrpc to https://github.com/webrpc/webrpc/pull/171 * Regenerate tests
v0.7.1: Adds wrapper around fetch() to add native browser support
Tested with webrpc-gen v0.7.0. ✅
v0.7.0: Standalone JavaScript generator templates
Tested with webrpc-gen v0.7.0. ✅