File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## v1.8.9
3
+
4
+ ### Description
5
+
6
+
7
+ ### Closed Issues
8
+ * Won't run from CLI - bad option name ` files ` ([ #1583 ] ( https://github.com/beautify-web/js-beautify/issues/1583 ) )
9
+ * in the .vue file ` space_after_anon_function ` is invalid ([ #1425 ] ( https://github.com/beautify-web/js-beautify/issues/1425 ) )
10
+ * Add function default_options() to beautifier.js ([ #1364 ] ( https://github.com/beautify-web/js-beautify/issues/1364 ) )
11
+ * Support globs in CLI ([ #787 ] ( https://github.com/beautify-web/js-beautify/issues/787 ) )
12
+
13
+
2
14
## v1.8.8
3
15
4
16
### Description
19
31
* HTML: add an option to preserve manual wrapping of attributes ([ #1125 ] ( https://github.com/beautify-web/js-beautify/issues/1125 ) )
20
32
* js-beautify adds a space between # and include ([ #1114 ] ( https://github.com/beautify-web/js-beautify/issues/1114 ) )
21
33
* space_after_anon_function doesn't work with anon async functions ([ #1034 ] ( https://github.com/beautify-web/js-beautify/issues/1034 ) )
22
- * Space before function arguments (space-after-function) ([ #608 ] ( https://github.com/beautify-web/js-beautify/issues/608 ) )
34
+ * Space before function arguments (space-after-function) (space-after-named-function) ( [ #608 ] ( https://github.com/beautify-web/js-beautify/issues/608 ) )
23
35
24
36
25
37
## v1.8.6
@@ -46,16 +58,6 @@ Broader adoption of 1.8.x revealed a few more high priority fixes
46
58
* unindent_chained_methods broken ([ #1533 ] ( https://github.com/beautify-web/js-beautify/issues/1533 ) )
47
59
48
60
49
- ## v1.8.1
50
-
51
- ### Description
52
-
53
-
54
- ### Closed Issues
55
- * Why npm is a dependency? ([ #1516 ] ( https://github.com/beautify-web/js-beautify/issues/1516 ) )
56
- * indent_inner_html not working in v1.8.0 ([ #1514 ] ( https://github.com/beautify-web/js-beautify/issues/1514 ) )
57
-
58
-
59
61
## v1.8.0
60
62
61
63
### Description
You can’t perform that action at this time.
0 commit comments