Releases: yoheimuta/go-protoparser
Releases · yoheimuta/go-protoparser
Support Extension Declarations for proto2 and editions
What's Changed
- Support Extension Declarations for proto2 and editions by @yoheimuta in #94
Full Changelog: v4.13.0...v4.14.0
Correctly parse bracedFullIdent at all places it can occur in optionName
Merge pull request #92 from jeepee/partialBracedFullIdent Correctly parse bracedFullIdent at all places it can occur in optionName
Protobuf Editions support
Support UTF-8-BOM files
Merge pull request #89 from yoheimuta/support-utf8-bom Support UTF-8-BOM files
Add EmbeddedComments to RPC
Merge pull request #86 from yoheimuta/update-go-1.21 Update go 1.21
Add Extensions field to unordered.Message struct
Merge pull request #78 from jcheng8/message_extensions add extensions field to Message struct so interpreting proto file wi…
Adding lastPos to more elements
Merge pull request #76 from nicored/master feat: added lastPos to fields
Parsing the rpc's trailing comment followed by the left curly
Merge pull request #75 from yoheimuta/parse-rpc-trailing-comment feat: parsing the rpc's trailing comment followed by the left curly brace
UnorderedInterpret: handle EmptyStatement in MessageBody
v4.6.0 Merge pull request #72 from jtxyz/interpret_unordered_messagebody_emp…
Fix parsing EnumValueOptions wrt "Aggregate Syntax"
v4.5.4 Merge pull request #69 from perrydunn/parse-aggregate-syntax-EnumValu…