Releases: ocoanet/ProtoUntyped
Releases · ocoanet/ProtoUntyped
v3.0.0
- Add
ProtoWireObject
, a low-level alternative toProtoObject
. - Support encoding:
ProtoObject
can now be converted back to protobuf wire data. - Support protoscope formatting.
- Add decoding options:
PreferredStringDecodingModes
,Fixed32DecodingMode
,Fixed64DecodingMode
. - Decode two characters ASCII strings as strings instead of embedded messages.
- Add
ProtoObject.SortFields
. - Improve debugger display.
- Support protobuf groups.
v2.0.0
v1.0.1
Release v1.0.0
Initial release:
- Support parsing data using
ProtoObject.Decode
andProtoObject.TryDecode
- Support BCL types using
ProtoDecodeOptions
(DateTime, TimeSpan, decimal and Guid)