UNPKG

unist-utils-core

Version:

A collection of commonly used (albeit enhanced) algorithms based on unist and unist-util-xxx

42 lines (32 loc) 1.09 kB
## 1.1.0 / 2023-04-18 * Enhance definition of Node.parent to be more type friendly. * Add ability to pass context for visits. * Update dependencies. ## 1.0.8 / 2023-01-18 * No code changes. * Updates to docs for consistency across projects. ## 1.0.7 / 2023-01-18 * Ensure visit returns a result. * Update dev dependencies. * Update github workflows. * Update badges in main ReadMe. ## 1.0.6 / 2022-11-19 * Update dependencies. * Remove david-dm based dependencies badge from ReadMe. ## 1.0.5 / 2020-07-06 * Optimize visits for nodes that provide their children via an accessor (aka getter). * Improve/enhance the type signature for find*. * Add Pre/Post traversal constants for better code readability. ## 1.0.4 / 2020-06-23 * Add support for asynchronous visitors. ## 1.0.3 / 2020-06-08 * Unit tests for, and fixes to, the find module. * Declaration fixes for the test module and visit module. ## 1.0.2 / 2020-06-05 * Merge the correct local branch. * Update ReadMe. ## 1.0.1 / 2020-06-05 * Add findAncestor * Update devDependency: ts-node ## 1.0.0 / 2020-05-27 * Initial release