Changelog of @hackage/language-javascript 0.7.1.0

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)