Skip to content

Commit 5582f95

Browse files
committed
Version 0.6.0.13
1 parent 6f96390 commit 5582f95

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog for `language-javascript`
22

3+
## 0.6.0.13 -- 2019-06-17
4+
5+
+ Add support for (Cyril Sobierajewicz):
6+
- Unparenthesized arrow functions of one parameter
7+
- Export from declarations
8+
- Add back support for identifiers named `as`
9+
310
## 0.6.0.12 -- 2019-05-03
411

512
+ Add support for for..of and friends (Franco Bulgarelli)

language-javascript.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: language-javascript
2-
Version: 0.6.0.12
2+
Version: 0.6.0.13
33
Synopsis: Parser for JavaScript
44
Description: Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
55
.
@@ -10,7 +10,7 @@ License-file: LICENSE
1010
Author: Alan Zimmerman
1111
Maintainer: Erik de Castro Lopo <[email protected]>
1212
Copyright: (c) 2010-2015 Alan Zimmerman
13-
(c) 2015-2018 Erik de Castro Lopo
13+
(c) 2015-2019 Erik de Castro Lopo
1414
(c) 2018 Daniel Gasienica
1515
Category: Language
1616
Build-type: Simple

0 commit comments

Comments
 (0)