Releases: bufbuild/protoc-gen-validate
Releases · bufbuild/protoc-gen-validate
v0.0.14
v0.0.13
v0.0.12: cc: use raw path generation for C++ validation files. (#129)
Decouples from the Go output path overrides. Fixes #41. Signed-off-by: Harvey Tuch <[email protected]>
v0.0.11: fix static initialization fiasco (#116)
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
v0.0.9
v0.0.8: Upgrade to PG* 0.4.3 (#109)
* Upgrade to PG* 0.4.3 * checkpoint * checkpoint
v0.0.7: Upgrade to PG* v0.4.2 (#103)
* 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)
* 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