We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5126c2e commit 358f238Copy full SHA for 358f238
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Unreleased
2
3
+## v0.2.0
4
+
5
+* Remove monad `Decoder` newtype, just give the `Monad` instance to the canonical `Decoder` type and use the same `Decoder` type everywhere
6
+* Reorganize module structure
7
+* Schema improvements
8
+* Rename `Decoder` => `DecodeArrow`, set `Decoder o a` as alias for `DecodeArrow o () a`
9
10
## v0.1.0
11
12
Initial release, with:
kdl-hs.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: kdl-hs
-version: 0.1.0
+version: 0.2.0
synopsis: KDL language parser and API
description: KDL language parser and API.
homepage: https://github.com/brandonchinn178/kdl-hs#readme
0 commit comments