Skip to content

Tags: gunk/gunk

Tags

v0.12.1

Toggle v0.12.1's commit message
Updating version

v0.12.0

Toggle v0.12.0's commit message
Updating dependencies and fixing issues with go/format from go1.19+

v0.11.11

Toggle v0.11.11's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump version to v0.11.11

v0.11.10

Toggle v0.11.10's commit message

Unverified

This user has not yet uploaded their public signing key.
fix: properly build outPath on generate

v0.11.9

Toggle v0.11.9's commit message

Unverified

This user has not yet uploaded their public signing key.
fix: properly build outPath on generate

v0.11.8

Toggle v0.11.8's commit message

Unverified

This user has not yet uploaded their public signing key.
feat: Add support to ignore specific definitions

This change allows removing specific definitons:
    - enums
    - enum values
    - messages
    - fields
    - services
    - methods

From being generated from specific generators for protoc. They are
excluded entirely from being sent to the protoc command, by being
stripped from the CodeGeneratorRequest.

Multiple generators can be skipped for a single definition through the
usage of multiple tags.

v0.11.7

Toggle v0.11.7's commit message
chore: Bump gunk version to v0.11.7

v0.11.6

Toggle v0.11.6's commit message

Unverified

This user has not yet uploaded their public signing key.
generate: Add support for xo.Nullable

v0.11.5

Toggle v0.11.5's commit message

Unverified

This user has not yet uploaded their public signing key.
chore: Update to go v0.11.5

v0.11.4

Toggle v0.11.4's commit message

Unverified

This user has not yet uploaded their public signing key.
feat: Allow JSONSchema to be provided bare

Before, in field options, A JSONSchema had to be a field within Schema,
and this is no longer required.