File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v1.1.0
2+
3+ * Rename ` KDL.text ` to ` KDL.string `
4+ * Matches the rename of the ` Text ` constructor to ` String `
5+ * Rename ` BaseDecodeError ` to ` DecodeErrorKind `
6+ * Create new ` BaseDecodeError ` alias
7+ * Prune internal re-exports of ` KDL.Decoder.Internal.DecodeM `
8+ * Improve decoding error reporting ([ #28 ] ( https://github.com/brandonchinn178/kdl-hs/issues/28 ) )
9+ * Might cause slight performance regressions - please create a ticket if you notice any!
10+
111## v1.0.1
212
313* Skip ` kdl-test ` tests if ` dotslash ` isn't installed
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22
33name : kdl-hs
4- version : 1.0.1
4+ version : 1.1.0
55synopsis : KDL language parser and API
66description : KDL language parser and API.
77homepage : https://github.com/brandonchinn178/kdl-hs#readme
You can’t perform that action at this time.
0 commit comments