...

Text file src/github.com/emicklei/proto/CHANGES.md

Documentation: github.com/emicklei/proto

     1## v1.13.2 (2024-01-24)
     2
     3- allow keyword as field name (such as message,service, etc)
     4
     5## v1.13.1 (2024-01-24)
     6
     7- allow embedded comment in between normal field parts (#131)
     8
     9## v1.13.0 (2023-12-09)
    10
    11- walk options in Enum fields (#140)
    12
    13## v1.12.2 (2023-11-02)
    14
    15- allow comments in array of literals of option (#138)
    16- adds Comment field in Literal
    17
    18## v1.12.1 (2023-07-18)
    19
    20- add IsDeprecated on EnumField
    21
    22## v1.12.0 (2023-07-14)
    23
    24- add IsDeprecated on Field
    25
    26## v1.11.2 (2023-05-01)
    27
    28- fix Parse failure on negative reserved enums (#133)
    29
    30## v1.11.1 (2022-12-01)
    31
    32- added Doc for MapField so it implements Documented
    33
    34## v1.11.0
    35
    36- added WithNormalField handler
    37
    38## v1.10.0
    39
    40- added NoopVisitor and updated README with an example
    41
    42## v1.9.2
    43
    44- fix for scanning content of single-quote option values (#129)
    45
    46## v1.9.1
    47
    48- fix for issue #127 reserved keyword as suffix in type (#128)
    49
    50## v1.9.0
    51
    52- Fix & guard Parent value for options (#124)  
    53
    54## v1.8.0
    55
    56- Add WithImport handler.
    57
    58## v1.7.0
    59
    60- Add WithPackage handler for walking a proto.
    61
    62## v1.6.17
    63
    64- add Oneof documented
    65
    66## v1.6.16
    67
    68- Handle inline comments before definition body
    69
    70## v1.6.15
    71
    72- Handle scanner change in Go 1.13
    73
    74## v1.6.14
    75
    76- Handle comment inside option array value
    77
    78## v1.6.13
    79
    80- fixes breaking change introduced by v1.6.11 w.r.t Literal
    81
    82## < v1.6.12
    83
    84 - see git log

View as plain text