language-thrift v0.11.0.0 Release Notes
Release Date: 2019-10-02 // about 5 years ago-
- ๐ Port to Megaparsec 7.
Previous changes from v0.10.0.0
-
- ๐ป Breaking: Consolidate struct, union, and exception AST types into a single
data type:
Struct
. Whether the object is a struct, union, or exception is now determined by theStructKind
attribute. - ๐ Breaking: Deprecated module
Language.Thrift.Types
has now been removed.
- ๐ป Breaking: Consolidate struct, union, and exception AST types into a single
data type: