v0.2.1
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()
andILTagSequenceSize()
modified to deal with interfaces with nil values;
Full Changelog: v0.2.0...v0.2.1