Skip to content

Releases: yoheimuta/go-protoparser

UnorderedInterpret: handle EmptyStatement in MessageBody

03 May 03:56
4e1ddd6

Choose a tag to compare

v4.6.0

Merge pull request #72 from jtxyz/interpret_unordered_messagebody_emp…

Fix parsing EnumValueOptions wrt "Aggregate Syntax"

24 Feb 01:36
a1aa0a0

Choose a tag to compare

v4.5.4

Merge pull request #69 from perrydunn/parse-aggregate-syntax-EnumValu…

Fix inline comment parsing when permissive is on

12 Feb 09:47
6d78fe6

Choose a tag to compare

v4.5.3

Merge pull request #67 from yoheimuta/fix-inline-comment-parser-permi…

Populate the last position to additional definitions

08 Feb 10:57
d9bf48d

Choose a tag to compare

Merge pull request #66 from yoheimuta/populate-lastpos-ph2

feat: Populate Meta.LastPos of import and option

Support option (.foo.bar) = {...}

05 Feb 06:32
ecec0c0

Choose a tag to compare

Merge pull request #64 from yoheimuta/fix-option-parse-error/63

Fix option parse error/63

Publicize lexer and scanner

19 Dec 03:10
4f9e29a

Choose a tag to compare

Merge pull request #62 from yoheimuta/publicize-lexer

Publicize lexer and scanner

Add a new param "ProtobufVersionQuote" to Syntax

22 Sep 10:35
5f3c42c

Choose a tag to compare

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

08 Feb 00:38
67e5a86

Choose a tag to compare

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

21 Nov 04:30
f68c1eb

Choose a tag to compare

Merge pull request #54 from mattheath/interpret-error-messages

Wrap errors from invalid bodies to be more descriptive

Support swagger annotations

19 Apr 06:52
27fa7ee

Choose a tag to compare

Merge pull request #53 from yoheimuta/fix-swagger-annotation

Fix swagger annotation