- allow keyword as field name (such as message,service, etc)
- allow embedded comment in between normal field parts (#131)
- walk options in Enum fields (#140)
- allow comments in array of literals of option (#138)
- adds Comment field in Literal
- add IsDeprecated on EnumField
- add IsDeprecated on Field
- fix Parse failure on negative reserved enums (#133)
- added Doc for MapField so it implements Documented
- added WithNormalField handler
- added NoopVisitor and updated README with an example
- fix for scanning content of single-quote option values (#129)
- fix for issue #127 reserved keyword as suffix in type (#128)
- Fix & guard Parent value for options (#124)
- Add WithImport handler.
- Add WithPackage handler for walking a proto.
- add Oneof documented
- Handle inline comments before definition body
- Handle scanner change in Go 1.13
- Handle comment inside option array value
- fixes breaking change introduced by v1.6.11 w.r.t Literal
- see git log