Skip to content

Commit 1e07252

Browse files
committed
releng for 0.9.84
1 parent 3bdcfd0 commit 1e07252

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for the JSX software development kit
22

3+
0.9.84 2014-03-25 11:18:00+0900
4+
[FEATURES]
5+
- allow use of ```void``` as a template argument
6+
- improvements in the const-folding optimizer
7+
38
0.9.83 2014-03-07 19:02:00+0900
49
[FEATURES]
510
- compile-time constants; passed in via --define name=var / accepted as JSX.ENV["string-literal"] (#304)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsx",
3-
"version": "0.9.83",
3+
"version": "0.9.84",
44
"description": "a faster, safer, easier JavaScript",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)