We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b053e0 commit cd42995Copy full SHA for cd42995
ChangeLog.md
@@ -1,5 +1,11 @@
1
# Changelog for purescript-tsd-gen
2
3
+## 0.2.0.0
4
+
5
+* Support for PureScript v0.12.0.
6
+* Support `Data.Variant.Variant` from [purescript-variant](https://github.com/natefaubion/purescript-variant).
7
+* Support `Data.Nullable.Nullable` from [purescript-nullable](https://github.com/purescript-contrib/purescript-nullable).
8
9
## 0.1.0.0
10
11
Initial release.
package.yaml
@@ -1,5 +1,5 @@
name: purescript-tsd-gen
-version: 0.1.0.0
+version: 0.2.0.0
github: "minoki/purescript-tsd-gen"
license: BSD3
author: "ARATA Mizuki <[email protected]>"
0 commit comments