Skip to content

v0.3.0

Latest

Choose a tag to compare

@Wesley-Young Wesley-Young released this 13 Dec 03:38
· 4 commits to main since this release
d29343a
  • ProtoField now accepts the following types when defining nested messages:
    • ProtoModel
    • ProtoMessage<ProtoModel>
    • () => ProtoModel
    • () => ProtoMessage<ProtoModel>
  • InferProtoModel and InferProtoModelInput now accept both ProtoModel and ProtoMessage<ProtoModel>.

Full Changelog: v0.2.1...v0.3.0