Skip to content

Releases: yoheimuta/go-protoparser

v4.14.2

18 May 02:32
b54018d

Choose a tag to compare

What's Changed

Full Changelog: v4.14.1...v4.14.2

v4.14.1

27 Apr 03:46
54db0e5

Choose a tag to compare

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

29 Jan 11:07
6048c2a

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

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

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

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

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

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

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

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