Skip to content

Releases: bright/vb6serializer

Charset change

09 Oct 12:24
5444a79
Compare
Choose a tag to compare

Changed charset to Windows-1255. Previous one cause issues with some of the product names.

Fix experimental annotations usage

30 Aug 09:24
Compare
Choose a tag to compare
1.1.2

Remove unwanted api marker

Switch to column-major order for multi dimensional collections

24 Aug 13:17
Compare
Choose a tag to compare

What's Changed

  • Serialise nested collections in column major order by @miensol in #3

Full Changelog: 1.1.0...1.1.1

Dynamic size provider

18 Aug 10:19
c97d0b0
Compare
Choose a tag to compare

This release adds ability to control collection sizes at runtime via a custom implementation plugged in.

Support strings with variable length

01 Aug 13:14
45f15e0
Compare
Choose a tag to compare

This mimic VB6 behavior. The length of the variable length string will be encoded in 2 bytes. The content of the string follows.