4.1.0
4.1.0: 2016-04-22
gbc
& compiler library: 0.4.0.2- C# NuGet version: 4.1.0
gbc
- Field ordinals larger than 65535 are now rejected.
Issue #111 - Fields that duplicate the name of an existing field are now rejected.
Issue #123 - The generated C# code now compiles with no errors or warnings at
/warn:4
. Issue #82 - Added
Visual Studio Code highlighting rules for.bond
files.
C++
- Enums are now cast to 32-bit integers to avoid some compiler warnings.
- Bond can be used in code bases where there is a function-style macro named
U
.
C#
- The generated C# code now compiles with no errors or warnings at
/warn:4
. Issue #82 - Bond-generated enums constants are now cast to 32-bit integers to avoid
some compiler warnings. - Implicit conversion between
bond.GUID
andSystem.Guid
has been added.
Pull request #145 - The ability to
customize the implementation ofIBonded<T>
used
has been added.
Pull request #153