Releases: tcncloud/protoc-gen-persist
Releases · tcncloud/protoc-gen-persist
Upgrade golang to 1.11
- Distribution archive was changed to include
persist/options.proto
v2.1.0: Typemapping overhaul (#83)
* type mapping overhaul * sql mapping done * spanner example builds * minor fixes
New method to generate before and after hooks
v2.0.0: Hooks builder instead of imported static functions (#82)
* cleanup, initial hook refactor * remove comment * add hooks to the builder * test new before hooks * remove dead code * minor changes to generated code * remove extra spanner * remove dead code * update docs