v19.0.0
<a name"19.0.0">
19.0.0 (2017-07-22)
Features
Breaking Changes
- All nodes now have a
parentNodefield.
Shorthand object initializers now have a null value rather than using the same
node as the key and the value. This ensures no node gets traversed twice in a
traversal.
The range field has been removed from nodes. Code should now use start and
end instead.
(2de49e26)