Releases: complex64/protoc-gen-gorm
Releases · complex64/protoc-gen-gorm
v2.0.2
v2.0.1
v2.0.0
Breaking
- Uses
ToProto
andToModel
instead ofAsModel
andAsProto
timestamppb.Timestamp
is encoded assql.NullTime
likewise
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
AsModel
withToModel
- Replace
AsProto
withToProto
- Handle "false nulls" of
time.Time{}
v1.0.0
Initial working version with production use in the gaming industry.