Releases: yoheimuta/go-protoparser
Releases · yoheimuta/go-protoparser
fix: Parse empty fields within option
Merge pull request #51 from yoheimuta/fix-empty-field-within-option Fix empty field within option
Allow the comment without a newline
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.
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
Merge pull request #45 from PaulSonOfLars/exposeErrors Expose error data to external tools.
Improve flexibility of parsing tool
Support oneof options
Merge pull request #40 from yoheimuta/support-option feat: Support oneof options
Multiline string literals support(more comprehensive)
Merge pull request #38 from pleask/master Allow multiline string literal constants
Multiline string literals support
Minor bug fix
Merge pull request #34 from yoheimuta/fix-last-pos-ph2 fix: Set LastPos to the correct Position
FIX: Accept block followed by semicolon
Merge pull request #32 from yoheimuta/rpc-block-followed-by-semicolon fix: Allow a block followed by semicolon for RPC