v3.0.0
<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)