UNPKG

616 BMarkdownView Raw
1# 0.5.0
2
3- add: walk and traverse methods
4
5# 0.4.3
6
7- add: each and toString methods
8
9# 0.4.2
10
11- add: count method
12
13# 0.4.1
14
15- add: handle string selector in the remove method
16
17# 0.4.0
18
19- edit: switch from acorn to espree
20- add: better comments support
21
22# 0.3.5
23
24- add: source field
25
26# 0.3.4
27
28- add: template method
29
30# 0.3.3
31
32- add: unwrap method (e.g. drop iife)
33
34# 0.3.2
35
36- add: is method (you can compare nodes loosely)
37
38# 0.3.1
39
40- add: wrap method (you can wrap the code, e.g. with iife or amd)
41- add: minify method (noop, override it to provide extra functionality)
42
43# 0.3.0
44
45- add: beautify method to the class
\No newline at end of file