All Versions
17
Latest Version
Avg Release Cycle
83 days
Latest Release
-

Changelog History
Page 2

  • v2.1.2 Changes

    • 🐛 Bug fixes
      • ESTree.Tools.Generator: updated UnaryExpression to put space in when operator is :typeof
  • v2.1.1 Changes

    October 14, 2015
    • ✨ Enhancements
      • ESTree.Tools.Generator: Updated yield to account for delegate field
  • v2.1.0 Changes

    • ✨ Enhancements
      • Added async field to FunctionDeclaration and FunctionExpression
      • Added AwaitExpression
  • v2.0.1 Changes

    August 14, 2015
    • ✨ Enhancements
      • Changed TemplateElement.value.value to TemplateElement.value.raw
      • Began adding indentation
      • Added empty string for when nil is given to generate
  • v2.0.0 Changes

    July 12, 2015
    • ✨ Enhancements

      • Updated to latest ESTree Spec
      • Added ESTree.Tools.Generator to turn JavaScript AST into code
    • 💥 Breaking

      • ESTree.Builder is now ESTree.Tools.Builder
  • v1.0.1 Changes

    • ✨ Enhancements
      • Add new regex property to literal
  • v1.0.0 Changes

    • ✨ Enhancements
      • Has the Node definitions from the ESTree Spec
      • Fills in ES6 Node definitions from ast-types and some from testing with acorn