1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# ChangeLog for `language-javascript`
## 0.7.1.0 -- 2020-03-22
+ Add support for `async` function specifiers and `await` keyword.
## 0.7.0.0 -- 2019-10-10
+ Add support for (Ryan Hendrickson):
- Destructuring in var declarations
- `const` in for statements
- ES6 property shorthand syntax
- Template literals
- Computed property names
- Bare import declarations
- Exotic parameter syntaxes
- Generators and `yield`
- Method definitions
- classes
`- super` keyword
## 0.6.0.13 -- 2019-06-17
+ Add support for (Cyril Sobierajewicz):
- Unparenthesized arrow functions of one parameter
- Export from declarations
- Add back support for identifiers named `as`
## 0.6.0.12 -- 2019-05-03
+ Add support for for..of and friends (Franco Bulgarelli)
|