We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fcf89 commit 4abf606Copy full SHA for 4abf606
CHANGELOG.md
@@ -2,6 +2,17 @@
2
All notable changes to this project from version 1.2.0 upwards are documented in this file.
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
+## [1.5.7] – 2024-01-15
6
+
7
+### Added
8
+- Traversal functions `walkAncestors` and `findAncestorOfType` from Kolasu
9
10
+### Changed
11
+- Aligned AST Transformers with Kolasu, and solved several issues in the previous implementation
12
13
+### Fixed
14
+- `assignParents` didn't assign the right parent
15
16
## [1.5.6] – 2023-12-12
17
18
### Changed
0 commit comments