source: node_modules/estree-walker/CHANGELOG.md@ 7deb3e2

Last change on this file since 7deb3e2 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 1.5 KB
Line 
1# changelog
2
3## 2.0.2
4
5* Internal tidying up (change test runner, convert to JS)
6
7## 2.0.1
8
9* Robustify `this.remove()`, pass current index to walker functions ([#18](https://github.com/Rich-Harris/estree-walker/pull/18))
10
11## 2.0.0
12
13* Add an `asyncWalk` export ([#20](https://github.com/Rich-Harris/estree-walker/pull/20))
14* Internal rewrite
15
16## 1.0.1
17
18* Relax node type to `BaseNode` ([#17](https://github.com/Rich-Harris/estree-walker/pull/17))
19
20## 1.0.0
21
22* Don't cache child keys
23
24## 0.9.0
25
26* Add `this.remove()` method
27
28## 0.8.1
29
30* Fix pkg.files
31
32## 0.8.0
33
34* Adopt `estree` types
35
36## 0.7.0
37
38* Add a `this.replace(node)` method
39
40## 0.6.1
41
42* Only traverse nodes that exist and have a type ([#9](https://github.com/Rich-Harris/estree-walker/pull/9))
43* Only cache keys for nodes with a type ([#8](https://github.com/Rich-Harris/estree-walker/pull/8))
44
45## 0.6.0
46
47* Fix walker context type
48* Update deps, remove unncessary Bublé transformation
49
50## 0.5.2
51
52* Add types to package
53
54## 0.5.1
55
56* Prevent context corruption when `walk()` is called during a walk
57
58## 0.5.0
59
60* Export `childKeys`, for manually fixing in case of malformed ASTs
61
62## 0.4.0
63
64* Add TypeScript typings ([#3](https://github.com/Rich-Harris/estree-walker/pull/3))
65
66## 0.3.1
67
68* Include `pkg.repository` ([#2](https://github.com/Rich-Harris/estree-walker/pull/2))
69
70## 0.3.0
71
72* More predictable ordering
73
74## 0.2.1
75
76* Keep `context` shape
77
78## 0.2.0
79
80* Add ES6 build
81
82## 0.1.3
83
84* npm snafu
85
86## 0.1.2
87
88* Pass current prop and index to `enter`/`leave` callbacks
89
90## 0.1.1
91
92* First release
Note: See TracBrowser for help on using the repository browser.