Release v0.2.0
·
1923 commits
to master
since this release
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
Activationbinding 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 = 1flag to ensure bazel builds work on OS X. - Migrate towards
absl::Status - Fix unknown handling to consider whether a function is strict / non-strict