Releases: syntax-tree/unist-util-visit
Releases · syntax-tree/unist-util-visit
2.0.1
- ae68f9d Add
funding
to package.json
2.0.0
- d63b8a6 Add typings
(breaking, potentially, if you or your dependents use typescript)
1.4.0
- 332a512 Replace core with
unist-util-visit-parents
1.3.0
- 5eeb002 Add support for returning a new
index
from visitor
- 1666f3b Add support for skipping nodes (not entering them)
- d8de3f1 Add constants for controlling how to visit
1.2.0
- c0cb8a8 Add support for visiting nodes of multiple types
1.1.3
- 48342a0 Fix typo in example in
readme.md