We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac94ab commit 9782432Copy full SHA for 9782432
history.md
@@ -2,6 +2,13 @@
2
3
<!--lint disable no-multiple-toplevel-headings -->
4
5
+2.0.0 / 2016-04-12
6
+==================
7
+
8
+* Remove `0` as a default for invalid numeric values ([`663545c`](https://github.com/wooorm/hastscript/commit/663545c))
9
+* Add `menu` to list of button-type exceptions ([`eb92e9f`](https://github.com/wooorm/hastscript/commit/eb92e9f))
10
+* Remove casting of invalid values ([`468c3c3`](https://github.com/wooorm/hastscript/commit/468c3c3))
11
12
1.0.1 / 2016-02-25
13
==================
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "hastscript",
- "version": "1.0.1",
+ "version": "2.0.0",
"description": "Hyperscript compatible DSL for creating virtual HAST trees",
"license": "MIT",
"keywords": [
0 commit comments