Releases: complex64/protoc-gen-gorm
Releases · complex64/protoc-gen-gorm
v2.0.2
v2.0.1
v2.0.0
Breaking
- Uses
ToProtoandToModelinstead ofAsModelandAsProto timestamppb.Timestampis encoded assql.NullTimelikewise
Added
- Adds support for wrapped types (
google.golang.org/protobuf/types/known/wrapperspb)- Implemented originally by @bencurio - Thanks!
- Adapted here to be nullable, as intended by the types; we map to some type
type sql.Null* - Adds tests
Upgrading
- Replace
AsModelwithToModel - Replace
AsProtowithToProto - Handle "false nulls" of
time.Time{}
v1.0.0
Initial working version with production use in the gaming industry.