unist-utils-core
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -1,32 +0,36 @@ | ||
## 1.0.0 / 2020/05/27 | ||
* Initial release | ||
## 1.0.8 / 2023-01-18 | ||
* No code changes. | ||
* Updates to docs for consistency across projects. | ||
## 1.0.1 / 2020/06/05 | ||
* Add findAncestor | ||
* Update devDependency: ts-node | ||
## 1.0.7 / 2023-01-18 | ||
* Ensure visit returns a result. | ||
* Update dev dependencies. | ||
* Update github workflows. | ||
* Update badges in main ReadMe. | ||
## 1.0.2 / 2020/06/05 | ||
* Merge the correct local branch. | ||
* Update ReadMe. | ||
## 1.0.6 / 2022-11-19 | ||
* Update dependencies. | ||
* Remove david-dm based dependencies badge from ReadMe. | ||
## 1.0.3 / 2020/06/08 | ||
## 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.4 / 2020/06/23 | ||
* Add support for asynchronous visitors. | ||
## 1.0.2 / 2020-06-05 | ||
* Merge the correct local branch. | ||
* Update 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.1 / 2020-06-05 | ||
* Add findAncestor | ||
* Update devDependency: ts-node | ||
## 1.0.6 / 2022/11/19 | ||
* Update dependencies. | ||
* Remove david-dm based dependencies badge from ReadMe. | ||
## 1.0.7 / 2023/01/18 | ||
Ensure visit returns a result. | ||
Update dev dependencies. | ||
Update github workflows. | ||
Update badges in main ReadMe. | ||
## 1.0.0 / 2020-05-27 | ||
* Initial release |
{ | ||
"name": "unist-utils-core", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A collection of commonly used (albeit enhanced) algorithms based on unist and unist-util-xxx", | ||
@@ -5,0 +5,0 @@ "author": "Frank Stock", |
@@ -98,3 +98,3 @@ # unist-utils-core | ||
Copyright (c) 2020 Frank Stock | ||
Copyright (c) 2020-2023 Frank Stock | ||
@@ -101,0 +101,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
Sorry, the diff of this file is not supported yet
49112