Skip to content

Releases: gunk/gunk

v0.11.0

10 May 04:38
Compare
Choose a tag to compare

Minor release with a few changes:

  • Add support for protoc-gen-xo. The code for the protoc plugin can be found here
  • Improve error message support, specifically related to importing errors with packages that have errors, or aren't found
  • Add support for generate single, where a protoc plugin is executed with all of the gunk packages, instead of being done individually. This is specifically required for implementing protoc-gen-xo.

v0.10.1

28 Feb 16:04
967efe5
Compare
Choose a tag to compare

Lots of major changes to Gunk since the last tag!

  • Migrate from kingpin to urfave/cli
  • Allow calling gunk format on stdio (-)
  • Add proto.Package option
  • Add more validation to gunk generate for better user experience
  • Fix lots of bugs, add more tests
  • Catch import cycles and bail out on them
  • Stop writing temporary .go files on gunk generate
  • Allow adding configuration rules to gunk format via .gunkconfig
  • Add gunk lint

v0.9.2

23 Sep 12:45
Compare
Choose a tag to compare

Fix bug with spaces in JSON names

v0.9.1

15 Sep 15:36
Compare
Choose a tag to compare

A mistake in tagging release, let's tag a new one 0.9.1

v0.9.0

15 Sep 15:28
Compare
Choose a tag to compare

Carved out docgen and structgen plugins into separate repos, so only actual gunk remains.

It's better for maintainability, as those are in reality protobuf code generator, and their code does not really relate to gunk directly.

v0.8.7

27 Jul 03:30
f571cfa
Compare
Choose a tag to compare

Forbidding other tags than pb and json; better support for generators creating subfolders

gunk v0.8.6

16 Jul 22:44
Compare
Choose a tag to compare

Point release, updating dependencies.

v0.8.5

06 Jul 03:59
bc4efd6
Compare
Choose a tag to compare

Added tags checking

v0.8.4

04 May 04:56
Compare
Choose a tag to compare

Fix key order in docgen

v0.8.3

29 Apr 08:22
Compare
Choose a tag to compare

Add openapiv3 examples to docgen