Releases: SaltifyDev/typeproto
Releases · SaltifyDev/typeproto
v0.3.0
ProtoFieldnow accepts the following types when defining nested messages:ProtoModelProtoMessage<ProtoModel>() => ProtoModel() => ProtoMessage<ProtoModel>
InferProtoModelandInferProtoModelInputnow accept bothProtoModelandProtoMessage<ProtoModel>.
Full Changelog: v0.2.1...v0.3.0
v0.2.1
- Breaking: renamed
ProtoMessage.fieldstomodel. - Added documentation for advanced topics to README
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Changed
ProtoFieldparameters frombooleantoProtoFieldModifierfor more clear specification- Before:
ProtoField(1, 'uint32', false, true, false) - After:
ProtoField(1, 'uint32', 'repeated', { packed: false })
- Before:
Full Changelog: v0.1.3...v0.2.0
v0.1.3
Full Changelog: https://github.com/SaltifyDev/typeproto/commits/v0.1.3