Skip to content

v0.0.48

Compare
Choose a tag to compare
@tatethurston tatethurston released this 01 Mar 04:59
· 74 commits to main since this release
4036b4a

What's Changed

This version has the following bug fixes:

  • Fix nested message definitions. Previously this would cause "ReferenceError: Cannot access before initialization" error.
  • Fix repeated int64 generation. The generated code would not compile for repeated bigint cases
  • Fix bigint json serialization for maps
  • Fix comment escaping
  • Fix reserved names for internal variables

Code generation for map types are no longer inlined. This is an internal refactor that should not impact consumption, but there will be changes to generated .pb.ts files the next time yarn twirpscript runs.

Full Changelog: v0.0.47...v0.0.48