source: frontend/node_modules/estree-walker/CHANGELOG.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

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