Skip to content

Commit de4db52

Browse files
committed
Version 0.6.0.14
1 parent eef1887 commit de4db52

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ChangeLog.md

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

3+
## 0.6.0.13 -- 2019-09-29
4+
5+
+ Add support for (Ryan Hendrickson):
6+
- Destructuring in var declarations
7+
- `const` in for statements
8+
- ES6 property shorthand syntax
9+
- Template literals
10+
- Computed property names
11+
- Bare import declarations
12+
- Exotic parameter syntaxes
13+
- Generators and `yield`
14+
- Method definitions
15+
- classes
16+
`- super` keyword
17+
318
## 0.6.0.13 -- 2019-06-17
419

520
+ Add support for (Cyril Sobierajewicz):

language-javascript.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: language-javascript
2-
Version: 0.6.0.13
2+
Version: 0.6.0.14
33
Synopsis: Parser for JavaScript
44
Description: Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
55
.

0 commit comments

Comments
 (0)