Skip to content

Tags: webrpc/webrpc

Tags

v0.26.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow to import the same file across multiple files (#365)

* Make types available if imported by different files

* don't export absolute path in debug gen

* improve error

* use import error

* refactor importParser to simplify node and edge addition

* cache common imports

* fix test

* renmove unnecessary error

* add filename to parsed schema and update RIDL file handling

* update filename only if not empty

* refactor: simplify Parse method by removing unused index parameter

* Update schema/type.go

Co-authored-by: Vojtech Vitek (golang.cz) <vojtech.vitek@gmail.com>

* remove filename from schema

* update test debug

* remove oneliner

* refactor: improve variable handling in ParseSchemaFile function

* refactor: update NewParser to accept root path and adjust filename handling

* remove file and line form type, since we don't need them

---------

Co-authored-by: Vojtech Vitek (golang.cz) <vojtech.vitek@gmail.com>

v0.26.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to openapi@v0.16.3 (#363)

v0.25.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gen-golang@v0.19.0 (#360)

* Update to gen-golang@v0.19.0

* make generate

v0.25.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to gen-golang@v0.18.4 to improves Sonic JSON encoding performa…

…nce (#357)

* Update to gen-golang@v0.18.4 to improves Sonic JSON encoding performance

https://github.com/webrpc/gen-golang/releases/tag/v0.18.4

* make generate

v0.25.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to gen-openapi v0.16.2 (#356)

Groups service endpoints via OpenAPI tags

v0.25.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to gen-openapi@v0.16.1 (#355)

Fixes bug with quotes that were not escaped, improves summary/description.

v0.25.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support JSDoc comments and @deprecated annotations (#352)

* Update to gen-golang@v0.18.3, gen-typescript@v0.17.0

* Add comments and @deprecated annotation to example RIDL files

* make generate

v0.24.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to gen-golang@v0.18.2 (#349)

* Update to gen-golang@v0.18.2
   * https://github.com/webrpc/gen-golang/releases/tag/v0.18.2
   * Opinionated config for -json=sonic by @VojtechVitek in webrpc/gen-golang#84
   * Opinionated config for -json=jsoniter by @VojtechVitek in webrpc/gen-golang#85
   * Improve import compatibility for sonic and jsoniter by @VojtechVitek in webrpc/gen-golang#86

* [AUTOMATED] make generate

v0.23.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to gen-golang@v0.18.1: Opinionated Sonic config (#343)

v0.23.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to gen-golang@v0.18.0: Support alternative JSON encodings (#342)