Skip to content

Releases: hopin-team/twirp-ts

2.5.0

29 Apr 14:25
acdc31f
Compare
Choose a tag to compare

2.5.0

  • fixed the issue when defining multiple methods with the same name in different services
  • updated dependencies

2.3.6

31 Aug 22:17
Compare
Choose a tag to compare
  • 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

27 Jul 22:03
Compare
Choose a tag to compare
  • Locking @protobug/plugin-framework version

2.3.3

27 Jul 16:05
Compare
Choose a tag to compare
  • Upgraded @protobuf-ts/plugin-framework to latest

2.3.1

27 Jul 08:51
Compare
Choose a tag to compare
  • 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

25 Jul 09:51
Compare
Choose a tag to compare

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

18 Jul 16:36
7c4d757
Compare
Choose a tag to compare

Open API V3

  • Support for OpenAPI V3 automatic spec generation

2.1.2

07 Jul 09:57
Compare
Choose a tag to compare
  • Fixed Proto imports on nested folders

2.0.0

27 Jun 22:47
b4de4d5
Compare
Choose a tag to compare
  • Gateway
  • Peer Dependencies transpilers
  • Custom Context
  • Few bug fixes

1.5.0

22 Jun 12:02
Compare
Choose a tag to compare
  • Fixed multi-service code generation Special thanks to @yudppp