Skip to content

Releases: pseudomuto/protoc-gen-doc

protoc-gen-doc v1.0.0-rc

09 Aug 00:39
4d22a70
Compare
Choose a tag to compare
Pre-release

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.

protoc-gen-doc v1.0.0-beta

01 Aug 16:13
e76acaf
Compare
Choose a tag to compare
Pre-release

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.

protoc-gen-doc v1.0.0-alpha

28 Jul 00:22
3d7ea54
Compare
Choose a tag to compare
Pre-release

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.

protoc-gen-doc v0.9

26 Feb 10:45
Compare
Choose a tag to compare

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

protoc-gen-doc v0.8

26 Feb 10:22
Compare
Choose a tag to compare

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 !)

protoc-gen-doc v0.7

07 Jan 17:21
Compare
Choose a tag to compare

This is the seventh official release.

Changes

protoc-gen-doc v0.6

08 Apr 20:08
Compare
Choose a tag to compare

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.

protoc-gen-doc v0.5

19 Dec 18:00
Compare
Choose a tag to compare

This is the fifth official release.

Changes

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

protoc-gen-doc v0.4

19 Dec 13:02
Compare
Choose a tag to compare

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.

protoc-gen-doc v0.3

20 Aug 01:03
Compare
Choose a tag to compare

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.