Releases: MonkeManII/Plancake
Releases · MonkeManII/Plancake
Release list
v2.1.0
Overview
You can now directly call WriteObject from within a serializer without receiving an error related to object enumeration.
Patch Notes
Fixed an issue with calling WriteObject from within a serializer.
Added additional documentation surrounding header usage.
Added a basic unit test for headers.
v2.0.0
Overview
Fixed major unintentional behaviour in WriteBytes, and exposed raw read-write capabilities for fixed-length data structures.
Specific Changes
Fixed issue where using DataConstructor.WriteBytes multiple times in one function call would generate one block of bytes, rather than n blocks of bytes.
Renamed DataConstructor.WriteBytes to DataConstructor.WriteByteBlock.
Exposed DataConstructor.WriteRaw as public.
Added further documentation surrounding various DataConstructor methods.