Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Releases: neuecc/ZeroFormatter

ver 1.5.2

26 Nov 14:35
Compare
Choose a tag to compare

Add ILookup(KeyTuple).Get helper extension

ver 1.5.1

25 Nov 15:10
Compare
Choose a tag to compare

Fix when target class includes static property/field, can't work(zfc.exe, analyzer, as well)
Fix Analyzer does not check array element type recursively
Fix Analyzer's codefix generate incorrect data when include explicit interface impliment

ver 1.5.0

22 Nov 12:18
Compare
Choose a tag to compare

This release includes many code changed and sorry for some breaking changes.
This releases have no backward compatible with previous versions in binary.

  • add configuration support by ITypeResolver
  • add DynamicUnion and RegisterDynamicUnion
  • UnionAttribute can be used in Interface.
  • zfc.exe supports -r option
  • Union supports fallback type
  • Braking Changes: Object Format records relative index offset
  • Braking Changes: Variable-Length List Format records relative index offset
  • Braking Changes: Union Format records there size in head

ver 1.4.2

20 Nov 08:27
Compare
Choose a tag to compare

Add NullableEqualityComparer for LazyDictionary/Lookup
Fix Serialization fails with NullReferenceException on Android

ver 1.4.1

16 Nov 16:23
Compare
Choose a tag to compare

Note: Sorry for many changes..., breaking changes of binary spec, bugs of spec

  • DateTimeOffset WireFormat spec is changed, saves offset data to short for save the binary space.

ver 1.4.0

15 Nov 10:17
Compare
Choose a tag to compare
  • DateTimeOffset WireFormat spec is changed, saves offset data.

ver 1.3.3

15 Nov 04:48
Compare
Choose a tag to compare

Support Guid on native format
improve DateTime serialization
fix zfc Union generate
change name and function to MaximumSizeOfBytes to MaximumLengthOfDeserialize

ver 1.3.2

14 Nov 09:23
Compare
Choose a tag to compare

fix zfc.exe does not work

ver 1.3.1

13 Nov 21:22
Compare
Choose a tag to compare

Add ZeroFormatterSerializer.MaximumSizeOfBytes option.

ver 1.3.0

13 Nov 15:49
Compare
Choose a tag to compare

Fisrt complete release.
Support wellknown collection interfaces.