CHANGES:
- atdgen: Breaking change, migrate from Bucklescript to Melange (#375)
- atdd: Workaround d compiler bug regarding declaration order when using aliases (#393)
Algebraic data types (SumType) now usesalias this
syntax. - atdgen: Add support for
<json open_enum>
in Melange (#401) - atdcpp: Initial Release (#404)
- atdcpp: Use
double
c++ type as default floating point type (#411) - atdgen: Fix JSON I/O for inline records (#419)
- atdgen: The deprecated
atdgen
library is no longer available.
Useatdgen-runtime
instead (#421) - atddiff: To ensure that all the intended types are checked when new
type definitions are added to an ATD file, an--ignore
option is now available. It makes atddiff fail if some types
are neither selected via--types
nor ignored via--ignore
.