Releases: webrpc/gen-javascript
v0.16.0
Corrects v0.15.0, which made the schema hash opt-in (default off) — a breaking change. The schema hash and version constants are back on by default.
Omission is now opt-out: pass -schemaHash=false to drop the hash from the header comment and the WebRPCVersion / WebRPCSchemaVersion / WebRPCSchemaHash constants.
v0.15.0
Breaking change (default flip). The schema hash in the file header comment and the version constants (WebRPCVersion, WebRPCSchemaVersion, WebRPCSchemaHash) are now omitted by default, eliminating the per-rebase merge conflicts they caused in generated files.
Pass -schemaHash to restore the previous output (hash in the header plus all three constants).
v0.14.0
What's Changed
- Support the new RIDL "basepath" keyword by @VojtechVitek in #8
- Requires webrpc v0.33.0+
Full Changelog: v0.13.0...v0.14.0
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 webrpc-gen@v0.10.0 ✅
- Fixed issue with
fetch() - Implemented interoperability tests https://github.com/webrpc/gen-javascript/tree/master/tests
v0.9.0: Update to webrpc@v0.9.0
Update templates to webrpc@v0.9.0 schema (#2) * README: Update options * Update to webrpc@v0.9.0 * 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. ✅