This repository was archived by the owner on Feb 24, 2026. It is now read-only.
v2.0.0
·
106 commits
to main
since this release
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{}