Skip to content

Releases: IsaMorphic/QuesoStruct

Version 1.0.9 (Reference Struct Fix)

26 Jul 18:37

Choose a tag to compare

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)

05 Jul 20:19

Choose a tag to compare

Fix endianess issue

Version 1.0.7 (library fixes)

04 Jul 13:41

Choose a tag to compare

Fixed bugs related to serialized writing of library provided StructTypes

Version 1.0.6

25 Jun 17:44

Choose a tag to compare

Should probably start automating these lol. A few more bug fixes.

Version 1.0.5

24 Jun 21:09

Choose a tag to compare

Some more fixes with lazy loading of pointer instances.

Version 1.0.4

24 Jun 18:52

Choose a tag to compare

Modified source generator to allow lazy loading of IStructReference owned instances.

Version 1.0.3

24 Jun 18:04

Choose a tag to compare

Small fix to logic regarding how children of Collection<TInst> instances are parented.

Version 1.0.2

24 Jun 18:00

Choose a tag to compare

Bumped up to version 1.0.2 with a few bug fixes

Version 1.0.1 (NuGet package fix)

14 Jun 15:03

Choose a tag to compare

First actually working release of the NuGet package lol. Docs should be done soon as well.