Releases: yoheimuta/go-protoparser
Releases · yoheimuta/go-protoparser
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…
Fix inline comment parsing when permissive is on
v4.5.3 Merge pull request #67 from yoheimuta/fix-inline-comment-parser-permi…
Populate the last position to additional definitions
Merge pull request #66 from yoheimuta/populate-lastpos-ph2 feat: Populate Meta.LastPos of import and option
Support option (.foo.bar) = {...}
Merge pull request #64 from yoheimuta/fix-option-parse-error/63 Fix option parse error/63
Publicize lexer and scanner
Merge pull request #62 from yoheimuta/publicize-lexer Publicize lexer and scanner
Add a new param "ProtobufVersionQuote" to Syntax
Merge pull request #59 from yoheimuta/include-syntax-quote feat: Include a quote in a syntax data
Adapt the parser rule to the official spec updated so far
Merge pull request #58 from yoheimuta/adapt-enum-and-option-latest-spec Adapt enum and option latest spec
Wrap errors from invalid bodies to be more descriptive
Merge pull request #54 from mattheath/interpret-error-messages Wrap errors from invalid bodies to be more descriptive
Support swagger annotations
Merge pull request #53 from yoheimuta/fix-swagger-annotation Fix swagger annotation