Skip to content

Releases: elixirscript/elixir-estree

2.6.0

17 Apr 00:14

Choose a tag to compare

2.4.2

19 Dec 19:54

Choose a tag to compare

v2.4.2

Release 2.4.2

2.4.1

12 Oct 23:57

Choose a tag to compare

  • Fixes
    • Handle edge case when string literal is a JSX child

2.4.0

09 Jul 19:54

Choose a tag to compare

  • Enhancements:
    • Added exponential operators from ES2016

Release For Hex

05 Mar 13:30

Choose a tag to compare

  • Enhancements:
    • Added AssignmentProperty for use with ObjectPattern
    • Updated some typespecs to reflect updates in ESTree spec

Release For Hex

29 Jan 04:04

Choose a tag to compare

  • Enhancements:
    • Added structs for JSX AST

2.1.1

14 Oct 17:14

Choose a tag to compare

ESTree.Tools.Generator: Updated yield to account for delegate field

v2.0.1

14 Aug 22:58

Choose a tag to compare

  • Enhancements
    • Changed TemplateElement.value.value to TemplateElement.value.raw
    • Began adding indentation
    • Added empty string for when nil is given to generate

Release for Hex

12 Jul 13:52

Choose a tag to compare

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