Skip to content

Releases: MonkeManII/Plancake

Release list

v2.1.0

Choose a tag to compare

@MonkeManII MonkeManII released this 13 Jun 12:25

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

Choose a tag to compare

@MonkeManII MonkeManII released this 11 Jun 19:56
20f66ab

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.