v0.0.54
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 typemessage
where the default message value was always being supplied. This has been fixed. Now if the server omits or supplies anoptional
field with a null/nil/undefined value TwirpScript clients will receiveundefined
when reading the field.
Full Changelog: v0.0.53...v0.0.54