Skip to content

v3.0.0

Choose a tag to compare

@eventualbuddha eventualbuddha released this 27 Nov 15:36

<a name"3.0.0">

3.0.0 (2016-11-27)

Breaking Changes

  • The TemplateLiteral and Herestring node types have been removed
    in favor of String. The String node type now always has an array of quasis and
    an array of expressions. A new Quasi node type has been introduced for string
    quasis.
    (beee024f)