What's Changed
Bugfixes changes
- Fix bug where extension declarations marked as reserved would not allow the
full_name
ortype
fields to be specified. This failed to mirror the corresponding rule in the reference compilerprotoc
, which allows them to be set for documentation purposes. Now these two fields can be used on reserved declarations as long as both are present. By @jhump in #327 - Fix panic and error-reporting anomalies that can occur when interpreting options in lenient mode via calling either
options.InterpretOptionsLenient
oroptions.InterpretUnlinkedOptions
. By @jhump in #331
Full Changelog: v0.14.0...v0.14.1