Skip to content

v0.2.1

Compare
Choose a tag to compare
@fjtc fjtc released this 05 Dec 10:36
· 3 commits to main since this release

Changelog:

  • TimestampTagSize() added;
  • WrappedValueTag concept added. Now, it is possible to use tag implementations to wrap existing values, making it easier to manipulate those values. It uses generics to reduce the amount of code needed to perform this task without reflection;
  • Adding new macro functions to serialize/deserialize multiple tags at once;
  • Unit-tests for ComputeagHeaderSize() added;
  • ILTagSeralizeWithNull() and ILTagSequenceSize() modified to deal with interfaces with nil values;

Full Changelog: v0.2.0...v0.2.1