UNPKG

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