Skip to content

Releases: yoheimuta/go-protoparser

fix: Parse empty fields within option

24 Jan 01:22
565d1f1

Choose a tag to compare

Merge pull request #51 from yoheimuta/fix-empty-field-within-option

Fix empty field within option

Allow the comment without a newline

12 Dec 00:23
d1b02ac

Choose a tag to compare

Merge pull request #50 from yoheimuta/allow-comment-no-newline

feat: Allow a comment without newlines

Update gomod file to point to /v4, as defined by gomod standard.

30 Nov 08:15
6def209

Choose a tag to compare

Merge pull request #46 from PaulSonOfLars/gomodVersioning

Update gomod file to point to /v4, as defined by gomod standard.

Expose error data to external tools

27 Nov 23:33
7d44399

Choose a tag to compare

Merge pull request #45 from PaulSonOfLars/exposeErrors

Expose error data to external tools.

Improve flexibility of parsing tool

24 Nov 07:04
d364597

Choose a tag to compare

Support oneof options

05 Nov 13:34
582b687

Choose a tag to compare

Merge pull request #40 from yoheimuta/support-option

feat: Support oneof options

Multiline string literals support(more comprehensive)

11 Oct 04:01
549488d

Choose a tag to compare

Merge pull request #38 from pleask/master

Allow multiline string literal constants

Multiline string literals support

25 Sep 23:13
da37a57

Choose a tag to compare

Minor bug fix

24 Aug 02:48
37e74c0

Choose a tag to compare

Merge pull request #34 from yoheimuta/fix-last-pos-ph2

fix: Set LastPos to the correct Position

FIX: Accept block followed by semicolon

22 Aug 00:36
6b8a2fd

Choose a tag to compare

Merge pull request #32 from yoheimuta/rpc-block-followed-by-semicolon

fix: Allow a block followed by semicolon for RPC