Skip to content

Releases: SaltifyDev/typeproto

v0.4.1

Choose a tag to compare

@Wesley-Young Wesley-Young released this 25 Apr 13:22
06054b5
  • Fix the handling of sfixed32 / sfixed64

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@Wesley-Young Wesley-Young released this 15 Mar 03:30
57f2a86
  • Add support to Map serialization

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@Wesley-Young Wesley-Young released this 13 Dec 03:38
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

v0.2.1

Choose a tag to compare

@Wesley-Young Wesley-Young released this 12 Dec 16:43
009dd27
  • Breaking: renamed ProtoMessage.fields to model.
  • Added documentation for advanced topics to README

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@Wesley-Young Wesley-Young released this 12 Dec 03:23
fa40a5c
  • Changed ProtoField parameters from boolean to ProtoFieldModifier for more clear specification
    • Before: ProtoField(1, 'uint32', false, true, false)
    • After: ProtoField(1, 'uint32', 'repeated', { packed: false })

Full Changelog: v0.1.3...v0.2.0

v0.1.3

Choose a tag to compare

@Wesley-Young Wesley-Young released this 10 Dec 14:51
b37b381