Skip to content

Releases: bufbuild/protoc-gen-validate

v0.0.14

18 Mar 19:08
ff6f7a9
Compare
Choose a tag to compare
Update README.md

v0.0.13

31 Jan 00:12
4349a35
Compare
Choose a tag to compare
Properly handle repeated enums (#140)

v0.0.12: cc: use raw path generation for C++ validation files. (#129)

18 Dec 19:06
Compare
Choose a tag to compare
Decouples from the Go output path overrides.

Fixes #41.

Signed-off-by: Harvey Tuch <[email protected]>

v0.0.11: fix static initialization fiasco (#116)

14 Nov 19:50
Compare
Choose a tag to compare
and use type_index instead of hash_code for associative containers.

tested locally with latest envoy master.

Signed-off-by: Lizan Zhou <[email protected]>

v0.0.10

30 Oct 00:45
e143189
Compare
Choose a tag to compare
enum: properly prefix validation function name (#112)

v0.0.9

29 Oct 21:54
1e3afd7
Compare
Choose a tag to compare
deps: update PG* (#111)

v0.0.8: Upgrade to PG* 0.4.3 (#109)

26 Oct 01:42
2a7aa7d
Compare
Choose a tag to compare
* Upgrade to PG* 0.4.3

* checkpoint

* checkpoint

v0.0.7: Upgrade to PG* v0.4.2 (#103)

27 Sep 18:05
3bd820a
Compare
Choose a tag to compare
* PG* Update (sans BAZEL updates)

* make protoc-gen-validate buildable

* revert BUILD changes for tests/harness

* checkpoint

* checkpoint

* BUILD changes

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* sort template functions

v0.0.6: Fix pattern rule in repeated and map field (#58)

21 Feb 16:58
Compare
Choose a tag to compare
* Fix pattern rule in repeated and map field

Add pattern variable declaration when repeated.items, map.keys
or map.values contains string rule with pattern.

* Add test cases to executor

v0.0.5

05 Dec 02:24
8e6aaf5
Compare
Choose a tag to compare
template/module: support for cross-package message validation in C++.…