Releases: yoheimuta/go-protoparser
Releases · yoheimuta/go-protoparser
v4.14.2
What's Changed
- Fix #84: Handle double semicolons in service options by @yoheimuta in #98
Full Changelog: v4.14.1...v4.14.2
v4.14.1
What's Changed
- Fix parsing error in buf validate proto file by @yoheimuta in #97
Full Changelog: v4.14.0...v4.14.1
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