Releases: IsaMorphic/QuesoStruct
Version 1.0.9 (Reference Struct Fix)
Fixed issue where IStructReference implementations would automatically write their respective instance to the stream. This was an issue because it requires users of the type to set their Instance values to null before writing, and then updating them. Now they can be set whenever, and the IStructReference instances will be marked as unresolved, without writing their instances (same behavior as Instance == null handler).
Version 1.0.8 (endianess fix)
Fix endianess issue
Version 1.0.7 (library fixes)
Fixed bugs related to serialized writing of library provided StructTypes
Version 1.0.6
Should probably start automating these lol. A few more bug fixes.
Version 1.0.5
Some more fixes with lazy loading of pointer instances.
Version 1.0.4
Modified source generator to allow lazy loading of IStructReference owned instances.
Version 1.0.3
Small fix to logic regarding how children of Collection<TInst> instances are parented.
Version 1.0.2
Bumped up to version 1.0.2 with a few bug fixes
Version 1.0.1 (NuGet package fix)
First actually working release of the NuGet package lol. Docs should be done soon as well.