UNPKG

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