Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@TristonianJones TristonianJones released this 11 May 20:23
· 1458 commits to master since this release
b416ef7

Features

  • FlatBuffers support.
  • Enriched parsing support for capturing the end position of parse tokens in addition to the start positions.
  • Expose an option to the Activation binding helper for configuring whether unset proto fields are exposed as their default values.

Fixes

  • Upgrade the ANTLR C++ runtime to v4.7.2 to fix a thread-safety issue.
  • Added an alwayslink = 1 flag to ensure bazel builds work on OS X.
  • Migrate towards absl::Status
  • Fix unknown handling to consider whether a function is strict / non-strict