Skip to content

Releases: tcncloud/protoc-gen-persist

Upgrade golang to 1.11

10 Nov 04:04
adc84b0
Compare
Choose a tag to compare
  • Distribution archive was changed to include persist/options.proto

v2.1.0: Typemapping overhaul (#83)

10 Nov 03:54
Compare
Choose a tag to compare
* type mapping overhaul

* sql mapping done

* spanner example builds

* minor fixes

New method to generate before and after hooks

30 Oct 16:23
c020acd
Compare
Choose a tag to compare

v2.0.0: Hooks builder instead of imported static functions (#82)

30 Oct 16:23
Compare
Choose a tag to compare
* 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

v1.0.0

19 Jan 22:28
4f16473
Compare
Choose a tag to compare

Changes:

  • separate generated handlers from custom ones
  • make hooks and type mapping safer and easier.
  • generate safe to use helper package

v0.2

18 May 22:45
Compare
Choose a tag to compare

Changes:

  • multiline query strings
  • Removed type struct code generation in order to add more flexibility
  • bug fixes

v0.1.0

21 Apr 19:52
Compare
Choose a tag to compare
fix travis file