Skip to content

Commit 212077a

Browse files
committed
Update Changelog
1 parent 678ec2f commit 212077a

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

CHANGELOG.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# 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+
214
## v1.8.8
315

416
### Description
@@ -19,7 +31,7 @@
1931
* HTML: add an option to preserve manual wrapping of attributes ([#1125](https://github.com/beautify-web/js-beautify/issues/1125))
2032
* js-beautify adds a space between # and include ([#1114](https://github.com/beautify-web/js-beautify/issues/1114))
2133
* 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))
2335

2436

2537
## v1.8.6
@@ -46,16 +58,6 @@ Broader adoption of 1.8.x revealed a few more high priority fixes
4658
* unindent_chained_methods broken ([#1533](https://github.com/beautify-web/js-beautify/issues/1533))
4759

4860

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-
5961
## v1.8.0
6062

6163
### Description

0 commit comments

Comments
 (0)