Skip to content

v0.0.54

Compare
Choose a tag to compare
@tatethurston tatethurston released this 25 Apr 21:24
· 49 commits to main since this release
68b8dbc

What's Changed

  • Fixes a regression introduced in v0.0.53 that caused JSON.parse to be invoked twice for JSON clients.
  • Fixes a message deserialization bug when processing optional fields of type message where the default message value was always being supplied. This has been fixed. Now if the server omits or supplies an optional field with a null/nil/undefined value TwirpScript clients will receive undefined when reading the field.

Full Changelog: v0.0.53...v0.0.54