Zserio Core 2.16.0
- Extended
lengthof
operator functionality to work with strings and bytes - Fixed code comments for the extended members
C++ Extension 1.2.0
- Implemented left shift operator using multiplication for signed values
- Fixed type info expressions which contain strings
- Fixed choice tag name clashing in packed unions and choices
Java Extension 1.1.3
- Fixed choice tag name clashing in packed unions and choices
Doc Extension 1.0.4
- Fixed missed documentation comments for the extended members
Fixes
#667 - Choice tag name clashing in ZserioPackingContext
#668 - Doc Strings Missing for 'extend' Fields in HTML Documentation
#675 - Some type info expressions are not correctly generated when the expression contains strings
New Features
#670 - Extend lengthof operator to work with strings
Improvements
#671 - Consider to implement left shift operator by multiplication in C++