Changelog
[3.12.0] - 2020-01-02
allowIncludeAlias
option previously only applied to the main Thrift module.
It now applies to all transitively included modules.
However, using this feature is ill-advised since no other Thrift
implementation has provided this experimental feature and it would limit
inter-language compatibility.Changelog
[3.11.3] - 2018-10-04
Changelog
[3.11.2] - 2018-02-09
Changelog
[3.11.1] - 2017-05-26
Changelog
3.11.0
Changelog
[3.10.0] - 2017-02-06
defaultAsUndefined
option to the Thrift constructor that causes
the default for absent values to be undefined
instead of null
.
This greatly abbreviates the result of JSON.stringify on structs with
many absent keys.Changelog
[3.9.0] - 2016-12-28