Protoc Gen Doc Versions Save

Documentation generator plugin for Google Protocol Buffers

v1.0.0-rc

6 years ago

A release candidate for 1.0.0.

There are lots of changes here, which I'll enumerate in the final release. For now, check out #305 for details.

v1.0.0-beta

6 years ago

A beta release of 1.0.0.

In preparation for 1.0.0, I've released this beta so that people can give it a whirl.

There are lots of changes here, which I'll enumerate in the final release. For now, check out #305 for details.

v1.0.0-alpha

6 years ago

An alpha release of 1.0.0.

In preparation for 1.0.0, I've released this beta so that people can give it a whirl.

There are losts of changes here, which I'll enumerate in the final release. For now, check out #305 for details.

v0.9

7 years ago

This is the ninth official release.

Changes

  • Improve installation instructions for macOS (thanks @guozheng)
  • Improve installation instructions for Debian/Ubuntu (thanks @mhaberler)
  • Add asciidoc.mustache example template (thanks @ArcEye)
  • Don't do HTML escaping in Markdown template (thanks @sunfmin)
  • Add support for JSON output

v0.8

8 years ago

This is the eight official release.

Changes

  • Add support for documenting files (#9)
  • Add support for default values (#11)
  • Add no-exclude flag to ignore @exclude directives (#13)
  • Add support for RPC services (#14) (thanks to @murph0 !)

v0.7

8 years ago

This is the seventh official release.

Changes

  • Added support for extensions (thanks @masterzen !)
  • Added Custom Templates wiki page
  • Added additional distro packages for Debian 8, Ubuntu 15.04 + 15.10 and Fedora 22 + 23

v0.6

9 years ago

This is the sixth official release.

No functional changes were made, but Linux distribution package repositories are now provided for Ubuntu, Arch, Fedora and openSUSE through the Open Build Service, and an RPM for CentOS 7 here below.

v0.5

9 years ago

This is the fifth official release.

Changes

  • Support exclusion also of enum values (accidental omission in 0.4).

v0.4

9 years ago

This is the fourth official release.

Changes

  • Updated to a newer version of qt-mustache.
  • Updated Windows zip to libprotobuf/libprotoc 2.6.1.
  • Added support for excluding messages/enums/fields.

v0.3

9 years ago

This is the third official release.

Changes

  • Updated to a newer version of qt-mustache which is more spec compliant.
  • Added missing documentation for enums to Markdown output.