Skip to content

Releases: ka2n/protoc-gen-valibot

v0.0.6

03 Feb 17:15
42f905d
Compare
Choose a tag to compare

What's Changed

  • feat: stop partial() all fields, intersect optional and required fields by @ka2n in #5

Full Changelog: v0.0.5...v0.0.6

v0.0.5

10 Dec 17:22
4ad9252
Compare
Choose a tag to compare

What's Changed

  • feat: map as valibot.record by @ka2n in #3
  • feat/support map by @ka2n in #4

Full Changelog: v0.0.4...v0.0.5

v0.0.4

13 Mar 15:23
831ce98
Compare
Choose a tag to compare

What's Changed

  • fix: repeated filed with (buf.validate.field.required) = true by @ka2n in #2

Full Changelog: v0.0.3...v0.0.4

v0.0.3

11 Mar 07:54
883efb1
Compare
Choose a tag to compare

Changelog

  • 883efb1 Merge pull request #1 from ka2n/fix/sort-imports
  • 21956f0 fix(actions): update goleleaser trigger
  • f1b8266 fix: sort imports

v0.0.2

11 Mar 03:05
985e1fc
Compare
Choose a tag to compare

Changelog

  • cd33177 fix: use JSONName for field names

v0.0.1

11 Mar 02:24
f384608
Compare
Choose a tag to compare

Changelog

  • 8d690d9 Create LICENSE
  • 0b86ab8 chore: add file header
  • d6cb83c chore: rename
  • 587ad2f feat: add comment to message object
  • 3357ed1 feat: import from other file
  • f384608 feat: release flow
  • 3f66a34 fix: change Object Field type from map to slice to preserve order
  • 2ff67d9 fix: ignore some unknown message type for now
  • 321ab70 initial commit