Skip to content

v0.0.44

Compare
Choose a tag to compare
@tatethurston tatethurston released this 02 Feb 23:42
· 90 commits to main since this release
22051b0

What's Changed

This version has breaking changes between the generated code and the runtime. Run yarn twirspcript to update your generated .pb.ts when updating to this version.

TwirpScript now ships with JSON serializers and supports the json_name option described here. This enables clients to specify custom JSON field names.

Breaking change: int64 types were previously encoded as strings, but are now encoded as bigint.

Changes:

Full Changelog: v0.0.43...v0.0.44