Skip to content

Releases: yoheimuta/go-protoparser

Support Extension Declarations for proto2 and editions

29 Jan 11:07
6048c2a
Compare
Choose a tag to compare

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

07 Jan 03:04
17dcac0
Compare
Choose a tag to compare
Merge pull request #92 from jeepee/partialBracedFullIdent

Correctly parse bracedFullIdent at all places it can occur in optionName

Protobuf Editions support

01 Dec 12:25
840b016
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.11.0...v4.12.0

Support UTF-8-BOM files

26 Jun 03:53
1e1fd66
Compare
Choose a tag to compare
Merge pull request #89 from yoheimuta/support-utf8-bom

Support UTF-8-BOM files

Add EmbeddedComments to RPC

14 Apr 11:45
bd0bfef
Compare
Choose a tag to compare
Merge pull request #86 from yoheimuta/update-go-1.21

Update go 1.21

Add Extensions field to unordered.Message struct

12 Jul 04:00
4207b6a
Compare
Choose a tag to compare
Merge pull request #78 from jcheng8/message_extensions

add extensions field to Message struct so interpreting  proto file wi…

Adding lastPos to more elements

05 May 01:25
66a86f5
Compare
Choose a tag to compare
Merge pull request #76 from nicored/master

feat: added lastPos to fields

Parsing the rpc's trailing comment followed by the left curly

19 Nov 08:12
c45546a
Compare
Choose a tag to compare
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

03 May 03:56
4e1ddd6
Compare
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
Compare
Choose a tag to compare
v4.5.4

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