Skip to content

Releases: webrpc/webrpc

v0.7.6

21 Nov 18:41
c479a6f
Compare
Choose a tag to compare

Changelog

v0.7.5

21 Nov 13:19
703a53e
Compare
Choose a tag to compare

Changelog

v0.7.4-rc2

11 Dec 12:19
Compare
Choose a tag to compare

Changelog

v0.7.4-rc1

11 Dec 12:19
Compare
Choose a tag to compare

Changelog

v0.7.4

20 Nov 15:12
09fd29b
Compare
Choose a tag to compare

Changelog

v0.7.3: Support Go 1.16

19 Nov 17:05
bd231de
Compare
Choose a tag to compare

Enables Go 1.16 projects to import webrpc / webrpc-gen packages

v0.7.2: Enable 3rd party tools/parsers

19 Nov 16:14
cb7195e
Compare
Choose a tag to compare

Improve schema - export schema.VarType to enable 3rd party tools/parsers

v0.7.1: webrpc-gen: Improve {{.WebrpcGenCommand}} template variable

19 Nov 16:11
c16baec
Compare
Choose a tag to compare
gen: use just the base filename of the cli in the template var (#129)

v0.7.0: webrpc-gen CLI v2: Templates API + Documentation

19 Nov 16:09
9422d22
Compare
Choose a tag to compare

v0.6.2: Add cache support for webrpc-gen git fetch of target templates

19 Nov 16:06
Compare
Choose a tag to compare

When webrpc-gen fetches target templates from remote git repo, it automatically caches the result into OS /tmp folder.

You can use -refreshCache flag to override cache.

See #121