Skip to content

Releases: SafetyCulture/s12-proto

v1.15.4

05 Nov 02:41
a604983
Compare
Choose a tag to compare

Fixes an issue where the plugin generated an incorrect code for a repeated field of the type message.

v1.15.3

04 Nov 06:49
ab39eec
Compare
Choose a tag to compare
  • Fix naming conflict error in Djinni generation

v1.15.2

28 Oct 03:49
ba90342
Compare
Choose a tag to compare

Move replacers and global vars to helpers to avoid redeclarations

v1.15.1

27 Oct 03:38
9bb2f54
Compare
Choose a tag to compare
  • Add plugin version
  • Rename test-data to testdata
  • Change to map of struct{} instead of bool
  • Remove generated comment for invalid symbol
  • Add support for repeated nested messages

v1.15.0

26 Oct 01:21
bd9428e
Compare
Choose a tag to compare
  • Introduces new validator field options validator.string, validator.unsafe_string, and validator.id.
  • Minor changes to validator.email.
  • Changes default errors to no longer reflect back the untrusted data.

v1.14.1

17 Oct 23:45
8e9904b
Compare
Choose a tag to compare
  • Fix issue where ErrPermissionDenied was using jwtclaims instead of utils package
  • Remove s12-utils-go dependency from protoc-gen-s12perm

v1.14.0

14 Oct 23:22
cbc1fb9
Compare
Choose a tag to compare
  • Use sc-go.io/pkg/jwtclaims instead of s12-utils-go/utils

v1.13.2

27 Sep 05:44
e923313
Compare
Choose a tag to compare

Hide email address in validation error

v1.13.1

12 Sep 23:41
c40fe21
Compare
Choose a tag to compare
  • Add validation for email address

v1.13.0

03 Sep 09:44
ac43495
Compare
Choose a tag to compare
  • Update Go 1.17
  • Update protobuf lib