All Versions
20
Latest Version
Avg Release Cycle
102 days
Latest Release
1455 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.0.0 Changes
October 02, 2019- ๐ Port to Megaparsec 7.
-
v0.10.0.0 Changes
September 25, 2016- ๐ป 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:
-
v0.9.0.2 Changes
September 01, 2016- Disallow reserved keywords from being used as identifier names.
-
v0.9.0.1 Changes
May 26, 2016- ๐ Build with GHC 8.
-
v0.9.0.0 Changes
May 15, 2016- ๐ Deprecate the
Language.Thrift.Types
in favor ofLanguage.Thrift.AST
. - โฌ๏ธ Upgrade to
megaparsec
5.0.
- ๐ Deprecate the
-
v0.8.0.2 Changes
September 01, 2016- Disallow reserved keywords from being used as identifier names.
-
v0.8.0.1 Changes
May 24, 2016- ๐ Build with GHC 8.
-
v0.8.0.0 Changes
February 09, 2016๐ This release contains breaking changes. The number of transitive dependencies has been reduced significantly.
- ๐ Switched parser to
megaparsec
.trifecta
andparsers
bring too many dependencies with them. - ๐จ Drop support for
wl-pprint
. Onlyansi-wl-pprint
is supported now. - Drop dependency on
lens
. Lenses for fields of the AST elements are still provided but prisms are not. UseControl.Lens.makePrisms
to derive your own if needed.
- ๐ Switched parser to
-
v0.7.0.1 Changes
January 27, 2016- Drop use of
TemplateHaskell
.
- Drop use of
-
v0.7.0.0 Changes
January 15, 2016- Added source annotations to all
TypeReference
andConstValue
constructors. - Added
name
andsrcAnnot
lenses forType
andDefinition
.
- Added source annotations to all