Releases: hopin-team/twirp-ts
Releases · hopin-team/twirp-ts
2.5.0
2.5.0
- fixed the issue when defining multiple methods with the same name in different services
- updated dependencies
2.3.6
- Fixed twirp handlers for protobufs without package name
- Fixed error on open-api generator to not error when no HTTP options are defined
2.3.4
- Locking
@protobug/plugin-framework
version
2.3.3
- Upgraded
@protobuf-ts/plugin-framework
to latest
2.3.1
- Code formatted with prettier, Thanks @jeffreylo
- Fixed OpenAPI generator to work without the
body
key, Thanks @mcfedr
- Fixed generation of big files #18
2.3.0
You can now choose to generate the twirp code in a more granular way! #17
# Generate Twirp client and server code as standalone modules
--twirp_ts_opt=standalone
# Only generate Twirp client code
--twirp_ts_opt=client_only
# Only generate Twirp server code
--twirp_ts_opt=server_only
Special Thanks to @jeffreylo
2.2.1
Open API V3
- Support for OpenAPI V3 automatic spec generation
2.1.2
- Fixed Proto imports on nested folders
2.0.0
- Gateway
- Peer Dependencies transpilers
- Custom Context
- Few bug fixes
1.5.0
- Fixed multi-service code generation Special thanks to @yudppp