Skip to content

v19.0.0

Choose a tag to compare

@eventualbuddha eventualbuddha released this 22 Jul 20:48

<a name"19.0.0">

19.0.0 (2017-07-22)

Features

  • add parent pointers to nodes and a traverse function (#251) (2de49e26)

Breaking Changes

  • All nodes now have a parentNode field.

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)