UNPKG

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