bond v4.2.1 Release Notes

Release Date: 2016-06-02 // almost 8 years ago
    • gbc & compiler library: 0.4.1.0
    • C# NuGet version: 4.2.1
    • C# Comm NuGet version: 0.5.0

    gbc

    • ๐Ÿ‘Œ Support for parsing service definitions and generating C# service bases, interfaces, and proxies.
    • MSBuild-compatible error messages. Issue #136

    C#

    • โž• Added Deserializer.TryDeserialize().
    • โž• Added two new NuGet packages to make it easier to consume Bond piecemeal.
      • Bond.Compiler: contains gbc, bond.bond, and bond_const.bond in a tools-only package
      • Bond.Compiler.CSharp: contains gbc and C# MSBuild targets. No longer do you have to consume Bond.CSharp (which pulls in all of the rest of Bond) just to get codegen.

    C# Comm