Releases: tatethurston/TwirpScript
Releases · tatethurston/TwirpScript
v0.0.31
What's Changed
There are some breaking changes in the generated .pb.ts
files in this release. After updating, run yarn twirpscript
to regenerate your .pb.ts
files.
- add compiler output summary by @tatethurston in #40
- add debug mode to server by @tatethurston in #41
- breaking change: rename service path to name by @tatethurston in #42
- use lowercased header names everywhere by @tatethurston in #43
- add service and method to middleware context by @tatethurston in #44
- refactor middleware by @tatethurston in #45
- finalize middleware and hooks arguments by @tatethurston in #47
Full Changelog: v0.0.30...v0.0.31
v0.0.30
What's Changed
- Add client middleware url by @tatethurston in #38
- breaking change: rename
status
tostatusCode
- add configurable rpcTransport for node
- add accept header to clients
- add createTwirpServerless by @tatethurston in #39
Full Changelog: v0.0.29...v0.0.30
v0.0.29
What's Changed
- add server hooks by @tatethurston in #23
- add clients hook by @tatethurston in #28
- make rpc path prefix configurable by @tatethurston in #29
- fix #34 by @tatethurston in #35
Full Changelog: v0.0.28...v0.0.29
v0.0.28
What's Changed
- Update README.md by @nicotaing in #26
- fix top level enum by @tatethurston in #27
New Contributors
- @nicotaing made their first contribution in #26
Full Changelog: v0.0.27...v0.0.28
v0.0.27
v0.0.26
v0.0.25
What's Changed
- hydrate nested messages by @tatethurston in #14
- fix enum generation by @tatethurston in #15
- fix google well known type import when only in rpc by @tatethurston in #16
- fix namespaced rpc input arguments by @tatethurston in #17
- don't emit rpc imports when unnecessary by @tatethurston in #18
- add oneof support by @tatethurston in #19
Full Changelog: v0.0.24...v0.0.25
v0.0.24
What's Changed
- add proto3 optional support by @tatethurston in #13
Full Changelog: v0.0.23...v0.0.24
v0.0.23
What's Changed
- fix issue 10 by @tatethurston in #11
- v0.0.23 by @tatethurston in #12
Full Changelog: v0.0.22...v0.0.23
v0.0.22
What's Changed
- add
client.baseURL
example by @4nte in #6 - fix issue #7 by @tatethurston in #9
New Contributors
Full Changelog: v0.0.19...v0.0.22