UNPKG

56.8 kBMarkdownView Raw
1# Changelog
2## v1.11.0
3
4### Description
5
6
7### Closed Issues
8* Please bump mkdirp to fix mkdirp@0.5.1 vulnerability ([#1768](https://github.com/beautify-web/js-beautify/issues/1768))
9* Support optional-chaining ([#1727](https://github.com/beautify-web/js-beautify/issues/1727))
10* Please support es module ([#1706](https://github.com/beautify-web/js-beautify/issues/1706))
11* Support new js proposals: optional-chaining & pipeline-operator ([#1530](https://github.com/beautify-web/js-beautify/issues/1530))
12* Optional <p> closing not implemented ([#1503](https://github.com/beautify-web/js-beautify/issues/1503))
13
14
15## v1.10.3
16
17### Description
18
19
20### Closed Issues
21* Unquoted href causes wrong indentation ([#1736](https://github.com/beautify-web/js-beautify/issues/1736))
22* Broken private fields in classes (JS) ([#1734](https://github.com/beautify-web/js-beautify/issues/1734))
23* Fix for python 2.7 and cli parameters ([#1712](https://github.com/beautify-web/js-beautify/pull/1712))
24* Search (ctrl+f) works only in view field in CodeMirror ([#1696](https://github.com/beautify-web/js-beautify/issues/1696))
25
26
27## v1.10.2
28
29### Description
30
31
32### Closed Issues
33* Please update CodeMirror Addon ([#1695](https://github.com/beautify-web/js-beautify/issues/1695))
34* Nested braces indentation ([#223](https://github.com/beautify-web/js-beautify/issues/223))
35
36
37## v1.10.1
38
39### Description
40
41
42### Closed Issues
43* javascript fails to format when <?php > is first text inside <script> tag ([#1687](https://github.com/beautify-web/js-beautify/issues/1687))
44* 414 Request-URI Too Large ([#1640](https://github.com/beautify-web/js-beautify/issues/1640))
45
46
47## v1.10.0
48
49### Description
50# Description
51* Added `templating` setting to control when template languages are recognized. All languages are off by default in Javascript and on by default in HTML.
52* Thanks to @HanabishiRecca, @averydev, @kalbasit, @asteinha for contributions
53
54https://github.com/beautify-web/js-beautify/compare/v1.9.1...v1.10.0
55
56
57
58### Closed Issues
59* beautifying scss selector with colon in it adds space ([#1667](https://github.com/beautify-web/js-beautify/issues/1667))
60* Javascript multiline comments duplicates ([#1663](https://github.com/beautify-web/js-beautify/issues/1663))
61* Tokenizer crashes if the input terminates with a dot character. ([#1658](https://github.com/beautify-web/js-beautify/issues/1658))
62* stop reformatting valid css \\! into invalid \\ ! ([#1656](https://github.com/beautify-web/js-beautify/pull/1656))
63* wrong indent for unclosed <? - need to support disabling templating ([#1647](https://github.com/beautify-web/js-beautify/issues/1647))
64* Beautify inserts space before exclamation mark in comment <!-- in css <style> ([#1641](https://github.com/beautify-web/js-beautify/issues/1641))
65* 'less' mixins parameter formatting problem ([#1582](https://github.com/beautify-web/js-beautify/issues/1582))
66* Change css tests to use 4 space indenting instead of tabs ([#1527](https://github.com/beautify-web/js-beautify/issues/1527))
67* Braces after case get pushed onto new line ([#1357](https://github.com/beautify-web/js-beautify/issues/1357))
68* Extra space in pseudo-elements and pseudo-classes selectors ([#1233](https://github.com/beautify-web/js-beautify/issues/1233))
69* LESS formatting - mixins with multiple variables ([#1018](https://github.com/beautify-web/js-beautify/issues/1018))
70* Bug in less format ([#842](https://github.com/beautify-web/js-beautify/issues/842))
71
72
73## v1.9.1
74
75### Description
76
77
78### Closed Issues
79* nested table not beautified correctly ([#1649](https://github.com/beautify-web/js-beautify/issues/1649))
80* Add an option to preserve indentation on empty lines ([#1322](https://github.com/beautify-web/js-beautify/issues/1322))
81
82
83## v1.9.0
84
85### Description
86# Description
87* Fixed Tab indenting - when tabs indenting enabled, they are used universally. Also, tab size customizable: 8-space tabs would mean each tab is treated as 8 spaces. (#1294, #1551)
88* Accurate line wrapping - Layout always wraps when line length exceed specified column, unless wrapping would not reduce line length. (#284, #1238)
89* Improved Template handling in HTML - Go, Django, Handlebars, ERB/EJS/ASP, PHP (still only handlebars indenting) (#881, #1602, #1620)
90* Improved Template handling in Javascript - ERB/EJS/ASP, PHP (no indenting, no Django or Handlebars due to potential syntax conflicts for curly braces) (#1377)
91* Fixed indenting of mustache inverted conditionals (#1623 @e2tha-e)
92* Fixed indenting for HTML tags with option end tags (#1213)
93
94https://github.com/beautify-web/js-beautify/compare/v1.8.9...v1.9.0
95
96
97
98### Closed Issues
99* Incorrect indentation of `^` inverted section tags in Handlebars/Mustache code ([#1623](https://github.com/beautify-web/js-beautify/issues/1623))
100* PHP In HTML Attributes ([#1620](https://github.com/beautify-web/js-beautify/issues/1620))
101* DeanEdward python unpacker offset problem ([#1616](https://github.com/beautify-web/js-beautify/issues/1616))
102* CLI on Windows doesn't accept -f - for stdin? ([#1609](https://github.com/beautify-web/js-beautify/issues/1609))
103* HTML type attribute breaks JavaScript beautification? ([#1606](https://github.com/beautify-web/js-beautify/issues/1606))
104* Use of global MODE before declaration caused uglify problem ([#1604](https://github.com/beautify-web/js-beautify/issues/1604))
105* When building html tags using Mustache variables, extra whitespace is added after opening arrow ([#1602](https://github.com/beautify-web/js-beautify/issues/1602))
106* <script type="text/html">isnot abled to be beautified ([#1591](https://github.com/beautify-web/js-beautify/issues/1591))
107* _get_full_indent undefined ([#1590](https://github.com/beautify-web/js-beautify/issues/1590))
108* Website "autodetect" setting doesn't distinguish css vs javascript ([#1565](https://github.com/beautify-web/js-beautify/issues/1565))
109* Add setting to keep HTML tag text content unformatted or ignore custom delimiters ([#1560](https://github.com/beautify-web/js-beautify/issues/1560))
110* HTML auto formatting using spaces instead of tabs ([#1551](https://github.com/beautify-web/js-beautify/issues/1551))
111* Unclosed single quote in php tag causes formatting changes which break php code ([#1377](https://github.com/beautify-web/js-beautify/issues/1377))
112* Using tabs when wrapping attributes and wrapping if needed ([#1294](https://github.com/beautify-web/js-beautify/issues/1294))
113* HTML --wrap-attributes doesn't respect --wrap-line-length ([#1238](https://github.com/beautify-web/js-beautify/issues/1238))
114* Bad indent level(HTML) ([#1213](https://github.com/beautify-web/js-beautify/issues/1213))
115* js-beautify produces invalid code for variables with Unicode escape sequences ([#1211](https://github.com/beautify-web/js-beautify/issues/1211))
116* support vuejs ([#1154](https://github.com/beautify-web/js-beautify/issues/1154))
117* Go templates in HTML ([#881](https://github.com/beautify-web/js-beautify/issues/881))
118* Better behavior for javascript --wrap-line-length ([#284](https://github.com/beautify-web/js-beautify/issues/284))
119
120
121## v1.8.9
122
123### Description
124
125
126### Closed Issues
127* Won't run from CLI - bad option name `files` ([#1583](https://github.com/beautify-web/js-beautify/issues/1583))
128* in the .vue file `space_after_anon_function` is invalid ([#1425](https://github.com/beautify-web/js-beautify/issues/1425))
129* Add function default_options() to beautifier.js ([#1364](https://github.com/beautify-web/js-beautify/issues/1364))
130* fix: Missing space before function parentheses ? ([#1077](https://github.com/beautify-web/js-beautify/issues/1077))
131* Support globs in CLI ([#787](https://github.com/beautify-web/js-beautify/issues/787))
132
133
134## v1.8.8
135
136### Description
137
138
139### Closed Issues
140* async function in object wrong indentation ([#1573](https://github.com/beautify-web/js-beautify/issues/1573))
141
142
143## v1.8.7
144
145### Description
146
147
148### Closed Issues
149* Add tests for html `indent_scripts` option ([#1518](https://github.com/beautify-web/js-beautify/issues/1518))
150* Support dynamic import ([#1197](https://github.com/beautify-web/js-beautify/issues/1197))
151* HTML: add an option to preserve manual wrapping of attributes ([#1125](https://github.com/beautify-web/js-beautify/issues/1125))
152* js-beautify adds a space between # and include ([#1114](https://github.com/beautify-web/js-beautify/issues/1114))
153* space_after_anon_function doesn't work with anon async functions ([#1034](https://github.com/beautify-web/js-beautify/issues/1034))
154* Space before function arguments (space-after-function) (space-after-named-function) ([#608](https://github.com/beautify-web/js-beautify/issues/608))
155
156
157## v1.8.6
158
159### Description
160Beautifier has moved to https://beautifier.io
161
162### Closed Issues
163* JS beautify break the angular compile ([#1544](https://github.com/beautify-web/js-beautify/issues/1544))
164* base64 string is broken with v1.8.4 ([#1535](https://github.com/beautify-web/js-beautify/issues/1535))
165* Bookmarklet becomes totally useless ([#1408](https://github.com/beautify-web/js-beautify/issues/1408))
166* HTTPS ([#1399](https://github.com/beautify-web/js-beautify/issues/1399))
167* Beautify breaks when js starts with space followed by multi-line comment ([#789](https://github.com/beautify-web/js-beautify/issues/789))
168
169
170## v1.8.4
171
172### Description
173Broader adoption of 1.8.x revealed a few more high priority fixes
174
175
176### Closed Issues
177* Multiple newlines added between empty textarea and "unformatted" inline elements ([#1534](https://github.com/beautify-web/js-beautify/issues/1534))
178* unindent_chained_methods broken ([#1533](https://github.com/beautify-web/js-beautify/issues/1533))
179
180
181## v1.8.3
182
183### Description
184
185
186### Closed Issues
187* Missing Bower Assets ([#1521](https://github.com/beautify-web/js-beautify/issues/1521))
188* Javascript ternary breaked with `await` ([#1519](https://github.com/beautify-web/js-beautify/issues/1519))
189* Object property indented after `await` ([#1517](https://github.com/beautify-web/js-beautify/issues/1517))
190* Handlebars formatting problems ([#870](https://github.com/beautify-web/js-beautify/issues/870))
191* beautify.js doesn't have indent_level option ([#724](https://github.com/beautify-web/js-beautify/issues/724))
192
193
194## v1.8.1
195
196### Description
197
198
199### Closed Issues
200* Why npm is a dependency? ([#1516](https://github.com/beautify-web/js-beautify/issues/1516))
201* indent_inner_html not working in v1.8.0 ([#1514](https://github.com/beautify-web/js-beautify/issues/1514))
202
203
204## v1.8.0
205
206### Description
207Massive set of fixes and improvements.
208
209Thanks to contributors: @cheerypick, @swan46, @MacKLess, @Elrendio, @madman-bob, @amanda-bot, @Hirse, @aeschli, and many more.
210
211Special thanks to @astronomersiva and @garretwilson for finding key bugs in the RC releases,
212and to @MacKLess for driving down the open bug count with tons of regression tests.
213
214Highlights:
215
216* CSS: `newline_between_rules` support for nested rules - CSS/SASS/SCSS/LESS (@MacKLess)
217* CSS: @import support in CSS (@MacKLess)
218* HTML: inline element support (@madman-bob)
219* HTML: `wrap_attributes` setting `align-multiple` (@cheerypick)
220* HTML: optional close tags do not over indent - li, tr, etc.
221* HTML: Improved line wrapping in HTML - still not fully correct
222* HTML: 10x performance improvement in HTML beautifier
223* JS: ES6 BigInt support (@thejoshwolfe)
224* JS: ES6 Dynamic import support
225* CSS: :hover for @extend formatting (@MacKLess)
226* HTML: Incorrect line wrapping issue (@andreyvolokitin)
227* JS: Javascript ++ Operator Indentation (@Elrendio)
228* JS: Better packer handling in Python (@swan46)
229
230
231
232
233
234### Closed Issues
235* list items of nested lists get indented backwards ([#1501](https://github.com/beautify-web/js-beautify/issues/1501))
236* Make beautifier auto-convert options with dashes into underscores ([#1497](https://github.com/beautify-web/js-beautify/issues/1497))
237* ReferenceError: token is not defined ([#1496](https://github.com/beautify-web/js-beautify/issues/1496))
238* Publish v1.8.0 ([#1495](https://github.com/beautify-web/js-beautify/issues/1495))
239* still probem #1439 / #1337 ([#1491](https://github.com/beautify-web/js-beautify/issues/1491))
240* Duplicating HTML Code Nested In PHP ([#1483](https://github.com/beautify-web/js-beautify/issues/1483))
241* Handlebars - `if` tags are broken when using helper with `textarea` ([#1482](https://github.com/beautify-web/js-beautify/issues/1482))
242* TypeError: Cannot read property '1' of null ([#1481](https://github.com/beautify-web/js-beautify/issues/1481))
243* Space in Self Closing Tag Issue ([#1478](https://github.com/beautify-web/js-beautify/issues/1478))
244* Weird Formatting in VSCode ([#1475](https://github.com/beautify-web/js-beautify/issues/1475))
245* Indent with tab issue on website ([#1470](https://github.com/beautify-web/js-beautify/issues/1470))
246* Contents of hbs tags are converted to lowercase ([#1464](https://github.com/beautify-web/js-beautify/issues/1464))
247* HTML tags are indented wrongly when attributes are present ([#1462](https://github.com/beautify-web/js-beautify/issues/1462))
248* hbs tags are stripped when there is a comment below or inline ([#1461](https://github.com/beautify-web/js-beautify/issues/1461))
249* Spaces added to handlebars with '=' ([#1460](https://github.com/beautify-web/js-beautify/issues/1460))
250* jsbeautifier.org don't works ([#1445](https://github.com/beautify-web/js-beautify/issues/1445))
251* Commenting code and then beautifying removes line breaks ([#1440](https://github.com/beautify-web/js-beautify/issues/1440))
252* Less: Where is my space? ([#1411](https://github.com/beautify-web/js-beautify/issues/1411))
253* No newline after @import ([#1406](https://github.com/beautify-web/js-beautify/issues/1406))
254* "html.format.wrapAttributes": "force-aligned" adds empty line on long attributes ([#1403](https://github.com/beautify-web/js-beautify/issues/1403))
255* HTML: wrap_line_length is handled incorrectly ([#1401](https://github.com/beautify-web/js-beautify/issues/1401))
256* js-beautify is breaking code by adding space after import ([#1393](https://github.com/beautify-web/js-beautify/issues/1393))
257* JS-Beautify should format XML tags inside HTML files ([#1383](https://github.com/beautify-web/js-beautify/issues/1383))
258* python unpacker can not handle if radix given as [] and not as a number ([#1381](https://github.com/beautify-web/js-beautify/issues/1381))
259* unindent_chained_methods breaks indentation for if statements without brackets ([#1378](https://github.com/beautify-web/js-beautify/issues/1378))
260* function parameters merged into single line when starting with ! or [ ([#1374](https://github.com/beautify-web/js-beautify/issues/1374))
261* CSS selector issue (header > div[class~="div-all"]) in SCSS file ([#1373](https://github.com/beautify-web/js-beautify/issues/1373))
262* Add "Create Issue for Unexpected Output" button to website ([#1371](https://github.com/beautify-web/js-beautify/issues/1371))
263* Add combobox to control type of beautification ([#1370](https://github.com/beautify-web/js-beautify/issues/1370))
264* Add Options textbox to website for debugging ([#1369](https://github.com/beautify-web/js-beautify/issues/1369))
265* Python version fails to properly beautify packed code ([#1367](https://github.com/beautify-web/js-beautify/issues/1367))
266* preserve-newline doesn't work for text blocks inside tags ([#1352](https://github.com/beautify-web/js-beautify/issues/1352))
267* How to keep comments on their own lines after formating ([#1348](https://github.com/beautify-web/js-beautify/issues/1348))
268* Beautification of Multiline PHP ([#1346](https://github.com/beautify-web/js-beautify/issues/1346))
269* Beautification of PHP with echo short tags ([#1339](https://github.com/beautify-web/js-beautify/issues/1339))
270* <button> with force-expand-multiline formatting bug ([#1335](https://github.com/beautify-web/js-beautify/issues/1335))
271* js-beautify 1.7.5 breaks some correct JS code when run with -X ([#1334](https://github.com/beautify-web/js-beautify/issues/1334))
272* URGENT: @extend with :hover, :focus and so on... ([#1331](https://github.com/beautify-web/js-beautify/issues/1331))
273* JSBeautify options for programmatic use? ([#1327](https://github.com/beautify-web/js-beautify/issues/1327))
274* js-beautify: fix handling for --eol and --outfile ([#1315](https://github.com/beautify-web/js-beautify/pull/1315))
275* Note that `gsort` is GNU sort ([#1314](https://github.com/beautify-web/js-beautify/issues/1314))
276* `pip` doesn't use same version as `/usr/bin/env python` ([#1312](https://github.com/beautify-web/js-beautify/issues/1312))
277* Negative numbers removes newlines in arrays ([#1288](https://github.com/beautify-web/js-beautify/issues/1288))
278* Wrap and align html attributes when line reaches wrap-line-length ([#1285](https://github.com/beautify-web/js-beautify/issues/1285))
279* Javascript ++ Operator get wrong indent ([#1283](https://github.com/beautify-web/js-beautify/issues/1283))
280* Generate js-beautify executable properly on windows when installed from PIP ([#1266](https://github.com/beautify-web/js-beautify/issues/1266))
281* Add or preserve empty line between nested SCSS rules ([#1258](https://github.com/beautify-web/js-beautify/issues/1258))
282* Create beta channel for releases ([#1255](https://github.com/beautify-web/js-beautify/issues/1255))
283* Add install tests for packages ([#1254](https://github.com/beautify-web/js-beautify/issues/1254))
284* Formatting slow when line wrap is set ([#1231](https://github.com/beautify-web/js-beautify/issues/1231))
285* [!true && ...] Negated expressions in an array get collapsed into a single line ([#1229](https://github.com/beautify-web/js-beautify/issues/1229))
286* await import(...) ([#1228](https://github.com/beautify-web/js-beautify/issues/1228))
287* The result of "Format document" is weird of certain HTML content. ([#1223](https://github.com/beautify-web/js-beautify/issues/1223))
288* (next_tag || "").match is not a function ([#1202](https://github.com/beautify-web/js-beautify/issues/1202))
289* html.format.wrapAttributes on handlebars template ([#1199](https://github.com/beautify-web/js-beautify/issues/1199))
290* Don't indent unclosed HTML tags containing server directives "<@" ([#1193](https://github.com/beautify-web/js-beautify/issues/1193))
291* `force-expand-multiline` doesn't work as expected ([#1186](https://github.com/beautify-web/js-beautify/issues/1186))
292* HTML text content formatted incorrectly ([#1184](https://github.com/beautify-web/js-beautify/issues/1184))
293* Content deleted when formatting with indent_handlebars: true ([#1174](https://github.com/beautify-web/js-beautify/issues/1174))
294* Nested span tags not indenting properly ([#1167](https://github.com/beautify-web/js-beautify/issues/1167))
295* SCSS Comment Issue ([#1165](https://github.com/beautify-web/js-beautify/issues/1165))
296* Less function parameters are wrapped unexpected ([#1156](https://github.com/beautify-web/js-beautify/issues/1156))
297* Support underscore templates ([#1130](https://github.com/beautify-web/js-beautify/issues/1130))
298* html-bar/handlebar {{else if}} block is indented ([#1123](https://github.com/beautify-web/js-beautify/issues/1123))
299* Wrap line length, first line not correct ([#1122](https://github.com/beautify-web/js-beautify/issues/1122))
300* TypeError: Cannot read property 'replace' of undefined ([#1120](https://github.com/beautify-web/js-beautify/issues/1120))
301* Strange behaviours of formatting for double spans ([#1113](https://github.com/beautify-web/js-beautify/issues/1113))
302* Missing space between "else" and "if". ([#1107](https://github.com/beautify-web/js-beautify/issues/1107))
303* invalid indentation for html code ([#1098](https://github.com/beautify-web/js-beautify/issues/1098))
304* HTML "select" tags have too much indentation ([#1097](https://github.com/beautify-web/js-beautify/issues/1097))
305* Formatting breaks apart unquoted attribute ([#1094](https://github.com/beautify-web/js-beautify/issues/1094))
306* HTML formatting wraps ending block tag for no reason with nested inline elements ([#1041](https://github.com/beautify-web/js-beautify/issues/1041))
307* Ignore expressions in handlebars tags. ([#1040](https://github.com/beautify-web/js-beautify/issues/1040))
308* not correctly joining lines for HTML ([#1033](https://github.com/beautify-web/js-beautify/issues/1033))
309* Fails to format SVG files properly ([#1027](https://github.com/beautify-web/js-beautify/issues/1027))
310* Template tags with new lines in them ([#1016](https://github.com/beautify-web/js-beautify/issues/1016))
311* Span tags do not re-indent correctly ([#1010](https://github.com/beautify-web/js-beautify/issues/1010))
312* Error in --eol processing in python ([#987](https://github.com/beautify-web/js-beautify/issues/987))
313* Extra space added when quote is present ([#943](https://github.com/beautify-web/js-beautify/issues/943))
314* weird formatting for HTML5 <tr> ([#882](https://github.com/beautify-web/js-beautify/issues/882))
315* Respect non-breaking spaces ([#869](https://github.com/beautify-web/js-beautify/issues/869))
316* Media Queries style issue ([#863](https://github.com/beautify-web/js-beautify/issues/863))
317* Weird Beautify Style? ([#857](https://github.com/beautify-web/js-beautify/issues/857))
318* "unformatted" paradigm broken, "unformatted" and "inline" are not the same ([#841](https://github.com/beautify-web/js-beautify/issues/841))
319* Increment/Decrement Operator on object property extra indent on subsequent line ([#814](https://github.com/beautify-web/js-beautify/issues/814))
320* Inconsistence of "newline_between_rules" with @import or @media ([#769](https://github.com/beautify-web/js-beautify/issues/769))
321* Unexpected line break in "-1" ([#740](https://github.com/beautify-web/js-beautify/issues/740))
322* Blank line before and after CSS / JS comments ([#736](https://github.com/beautify-web/js-beautify/issues/736))
323* newline_between_rules support for Sass (enhancement) ([#657](https://github.com/beautify-web/js-beautify/issues/657))
324* CSS comment spacing disregards `newline_between_rules`, `selector_separator_newline` ([#645](https://github.com/beautify-web/js-beautify/issues/645))
325* HTML: wrap_line_length may produce buggy spaces ([#607](https://github.com/beautify-web/js-beautify/issues/607))
326* Wrong code formatting using Handlebars ([#576](https://github.com/beautify-web/js-beautify/issues/576))
327* option to ignore section or line in html ([#575](https://github.com/beautify-web/js-beautify/issues/575))
328* Tokenize html before beautifying ([#546](https://github.com/beautify-web/js-beautify/issues/546))
329* Extra newline is inserted after the comment line instead of before it ([#531](https://github.com/beautify-web/js-beautify/issues/531))
330* html-beautify's max_preserve_newlines preserves one new line too much ([#517](https://github.com/beautify-web/js-beautify/issues/517))
331* Disable/Skip HTML single-line comment ([#426](https://github.com/beautify-web/js-beautify/issues/426))
332* Add tests for various javascript dependency loading libraries ([#360](https://github.com/beautify-web/js-beautify/issues/360))
333* Formatting of @import broken ([#358](https://github.com/beautify-web/js-beautify/issues/358))
334* newline removal seems not to work properly (in sublime text 3 on xp pro sp3) ([#348](https://github.com/beautify-web/js-beautify/issues/348))
335
336
337## v1.7.5
338
339### Description
340
341
342### Closed Issues
343* Strict mode: js_source_text is not defined [CSS] ([#1286](https://github.com/beautify-web/js-beautify/issues/1286))
344* Made brace_style option more inclusive ([#1277](https://github.com/beautify-web/js-beautify/pull/1277))
345* White space before"!important" tag missing in CSS beautify ([#1273](https://github.com/beautify-web/js-beautify/issues/1273))
346
347
348## v1.7.4
349
350### Description
351Thanks @cejast for contributing!
352
353### Closed Issues
354* Whitespace after ES7 `async` keyword for arrow functions ([#896](https://github.com/beautify-web/js-beautify/issues/896))
355
356
357## v1.7.3
358
359### Description
360* Fixed broken installs
361
362Lessons learned:
363* Don't publish and go to bed.
364* I thought I had sufficient test coverage and I did not. Tests will be implemented to protect against this before the next release (#1254).
365* Also, this break highlights the need to create a beta channel for releases and a way to request feedback on beta releases (#1255).
366* The project has been maintained by mostly one person over the past year or so, with some additions by other individuals. This break also highlights the need for this project to have a few more people who have the ability address issues/emergencies (#1256).
367* Many projects do not not lock or even limit their version dependencies. Those that do often use `^x.x.x` instead of `~x.x.x`. Consider switching to making major version updates under more circumstances to limit risk to dependent projects. (#1257)
368
369
370### Closed Issues
371* Version 1.7.0 fail to install through pip ([#1250](https://github.com/beautify-web/js-beautify/issues/1250))
372* Installing js-beautify fails ([#1247](https://github.com/beautify-web/js-beautify/issues/1247))
373
374
375## v1.7.0
376
377### Description
378
379
380### Closed Issues
381* undindent-chained-methods option. Resolves #482 ([#1240](https://github.com/beautify-web/js-beautify/pull/1240))
382* Add test and tools folder to npmignore ([#1239](https://github.com/beautify-web/js-beautify/issues/1239))
383* incorrect new-line insertion after "yield" ([#1206](https://github.com/beautify-web/js-beautify/issues/1206))
384* Do not modify built-in objects ([#1205](https://github.com/beautify-web/js-beautify/issues/1205))
385* Fix label checking incorrect box when clicked ([#1169](https://github.com/beautify-web/js-beautify/pull/1169))
386* Webpack ([#1149](https://github.com/beautify-web/js-beautify/pull/1149))
387* daisy-chain indentation leads to over-indentation ([#482](https://github.com/beautify-web/js-beautify/issues/482))
388
389
390## v1.6.12
391
392### Description
393
394
395### Closed Issues
396* CSS: Preserve Newlines ([#537](https://github.com/beautify-web/js-beautify/issues/537))
397
398
399## v1.6.11
400
401### Description
402Reverted #1117 - Preserve newlines broken
403
404### Closed Issues
405* On beautify, new line before next CSS selector ([#1142](https://github.com/beautify-web/js-beautify/issues/1142))
406
407
408## v1.6.10
409
410### Description
411Added `preserver_newlines` to css beautifier
412
413### Closed Issues
414
415
416## v1.6.9
417
418### Description
419* Fixed html formatting issue with attribute wrap (Thanks, @HookyQR!)
420* Fixed python package publishing
421
422
423### Closed Issues
424* Wrong HTML beautification starting with v1.6.5 ([#1115](https://github.com/beautify-web/js-beautify/issues/1115))
425* Ignore linebreak when meet handlebar ([#1104](https://github.com/beautify-web/js-beautify/pull/1104))
426* Lines are not un-indented correctly when attributes are wrapped ([#1103](https://github.com/beautify-web/js-beautify/issues/1103))
427* force-aligned is not aligned when indenting with tabs ([#1102](https://github.com/beautify-web/js-beautify/issues/1102))
428* Python package fails to publish ([#1101](https://github.com/beautify-web/js-beautify/issues/1101))
429* Explaination of 'operator_position' is absent from README.md ([#1047](https://github.com/beautify-web/js-beautify/issues/1047))
430
431
432## v1.6.8
433
434### Description
435* Fixed a batch of comment and semicolon-less code bugs
436
437
438### Closed Issues
439* Incorrect indentation after loop with comment ([#1090](https://github.com/beautify-web/js-beautify/issues/1090))
440* Extra newline is inserted after beautifying code with anonymous function ([#1085](https://github.com/beautify-web/js-beautify/issues/1085))
441* end brace with next comment line make bad indent ([#1043](https://github.com/beautify-web/js-beautify/issues/1043))
442* Javascript comment in last line doesn't beautify well ([#964](https://github.com/beautify-web/js-beautify/issues/964))
443* indent doesn't work with comment (jsdoc) ([#913](https://github.com/beautify-web/js-beautify/issues/913))
444* Wrong indentation, when new line between chained methods ([#892](https://github.com/beautify-web/js-beautify/issues/892))
445* Comments in a non-semicolon style have extra indent ([#815](https://github.com/beautify-web/js-beautify/issues/815))
446* [bug] Incorrect indentation due to commented line(s) following a function call with a function argument. ([#713](https://github.com/beautify-web/js-beautify/issues/713))
447* Wrong indent formatting ([#569](https://github.com/beautify-web/js-beautify/issues/569))
448
449
450## v1.6.7
451
452### Description
453Added `content_unformatted` option (Thanks @arai-a)
454
455### Closed Issues
456* HTML pre code indentation ([#928](https://github.com/beautify-web/js-beautify/issues/928))
457* Beautify script/style tags but ignore their inner JS/CSS content ([#906](https://github.com/beautify-web/js-beautify/issues/906))
458
459
460## v1.6.6
461
462### Description
463* Added support for editorconfig from stdin
464* Added js-beautify to cdnjs
465* Fixed CRLF to LF for HTML and CSS on windows
466* Added inheritance/overriding to config format (Thanks @DaniGuardiola and @HookyQR)
467* Added `force-align` to `wrap-attributes` (Thanks @Lukinos)
468* Added `force-expand-multiline` to `wrap-attributes` (Thanks @tobias-zucali)
469* Added `preserve-inline` as independent brace setting (Thanks @Coburn37)
470* Fixed handlebars with angle-braces (Thanks @mmsqe)
471
472
473
474### Closed Issues
475* Wrong indentation for comment after nested unbraced control constructs ([#1079](https://github.com/beautify-web/js-beautify/issues/1079))
476* Should prefer breaking the line after operator ? instead of before operator < ([#1073](https://github.com/beautify-web/js-beautify/issues/1073))
477* New option "force-expand-multiline" for "wrap_attributes" ([#1070](https://github.com/beautify-web/js-beautify/pull/1070))
478* Breaks if html file starts with comment ([#1068](https://github.com/beautify-web/js-beautify/issues/1068))
479* collapse-preserve-inline restricts users to collapse brace_style ([#1057](https://github.com/beautify-web/js-beautify/issues/1057))
480* Parsing failure on numbers with "e" ([#1054](https://github.com/beautify-web/js-beautify/issues/1054))
481* Issue with Browser Instructions ([#1053](https://github.com/beautify-web/js-beautify/issues/1053))
482* Add preserve inline function for expand style braces ([#1052](https://github.com/beautify-web/js-beautify/issues/1052))
483* Update years in LICENSE ([#1038](https://github.com/beautify-web/js-beautify/issues/1038))
484* JS. Switch with template literals. Unexpected indentation. ([#1030](https://github.com/beautify-web/js-beautify/issues/1030))
485* The object with spread object formatted not correctly ([#1023](https://github.com/beautify-web/js-beautify/issues/1023))
486* Bad output generator function in class ([#1013](https://github.com/beautify-web/js-beautify/issues/1013))
487* Support editorconfig for stdin ([#1012](https://github.com/beautify-web/js-beautify/issues/1012))
488* Publish to cdnjs ([#992](https://github.com/beautify-web/js-beautify/issues/992))
489* breaks if handlebars comments contain handlebars tags ([#930](https://github.com/beautify-web/js-beautify/issues/930))
490* Using jsbeautifyrc is broken ([#929](https://github.com/beautify-web/js-beautify/issues/929))
491* Option to put HTML attributes on their own lines, aligned ([#916](https://github.com/beautify-web/js-beautify/issues/916))
492* Erroneously changes CRLF to LF on Windows in HTML and CSS ([#899](https://github.com/beautify-web/js-beautify/issues/899))
493* Weird space in {get } vs { normal } ([#888](https://github.com/beautify-web/js-beautify/issues/888))
494* Bad for-of formatting with constant Array ([#875](https://github.com/beautify-web/js-beautify/issues/875))
495* Problems with filter property in css and scss ([#755](https://github.com/beautify-web/js-beautify/issues/755))
496* Add "collapse-one-line" option for non-collapse brace styles ([#487](https://github.com/beautify-web/js-beautify/issues/487))
497
498
499## v1.6.4
500
501### Description
502* Fixed JSX multi-line root element handling
503* Fixed CSS Combinator spacing (NOTE: use `space_around_combinator` option)
504* Fixed (more) CSS pseudo-class and pseudo-element selectors (Thanks @Konamiman!)
505* Fixed Shorthand generator functions and `yield*` (Thanks @jgeurts!)
506* Added EditorConfig support (Thanks @ethanluoyc!)
507* Added indent_body_inner_html and indent_head_inner_html (Thanks @spontaliku-softaria!)
508* Added js-beautify to https://cdn.rawgit.com (Thanks @zxqfox)
509
510
511
512
513
514### Closed Issues
515* css-beautify sibling combinator space issue ([#1001](https://github.com/beautify-web/js-beautify/issues/1001))
516* Bug: Breaks when the source code it found an unclosed multiline comment. ([#996](https://github.com/beautify-web/js-beautify/issues/996))
517* CSS: Preserve white space before pseudo-class and pseudo-element selectors ([#985](https://github.com/beautify-web/js-beautify/pull/985))
518* Spelling error in token definition ([#984](https://github.com/beautify-web/js-beautify/issues/984))
519* collapse-preserve-inline does not preserve simple, single line ("return") statements ([#982](https://github.com/beautify-web/js-beautify/issues/982))
520* Publish the library via cdn ([#971](https://github.com/beautify-web/js-beautify/issues/971))
521* Bug with css calc() function ([#957](https://github.com/beautify-web/js-beautify/issues/957))
522* &:first-of-type:not(:last-child) when prettified insert erroneous white character ([#952](https://github.com/beautify-web/js-beautify/issues/952))
523* Shorthand generator functions are formatting strangely ([#941](https://github.com/beautify-web/js-beautify/issues/941))
524* Add handlebars support on cli for html ([#935](https://github.com/beautify-web/js-beautify/pull/935))
525* Do not put a space within `yield*` generator functions. ([#920](https://github.com/beautify-web/js-beautify/issues/920))
526* Possible to add an indent_inner_inner_html option? (Prevent indenting second-level tags) ([#917](https://github.com/beautify-web/js-beautify/issues/917))
527* Messing up jsx formatting multi-line attribute ([#914](https://github.com/beautify-web/js-beautify/issues/914))
528* Bug report: Closing 'body' tag isn't formatted correctly ([#900](https://github.com/beautify-web/js-beautify/issues/900))
529* { throw … } not working with collapse-preserve-inline ([#898](https://github.com/beautify-web/js-beautify/issues/898))
530* ES6 concise method not propely indented ([#889](https://github.com/beautify-web/js-beautify/issues/889))
531* CSS beautify changing symantics ([#883](https://github.com/beautify-web/js-beautify/issues/883))
532* Dojo unsupported script types. ([#874](https://github.com/beautify-web/js-beautify/issues/874))
533* Readme version comment ([#868](https://github.com/beautify-web/js-beautify/issues/868))
534* Extra space after pseudo-elements within :not() ([#618](https://github.com/beautify-web/js-beautify/issues/618))
535* space in media queries after colon &: selectors ([#565](https://github.com/beautify-web/js-beautify/issues/565))
536* Integrating editor config ([#551](https://github.com/beautify-web/js-beautify/issues/551))
537* Preserve short expressions/statements on single line ([#338](https://github.com/beautify-web/js-beautify/issues/338))
538
539
540## v1.6.3
541
542### Description
543Bug fixes
544
545### Closed Issues
546* CLI broken when output path is not set ([#933](https://github.com/beautify-web/js-beautify/issues/933))
547* huge memory leak ([#909](https://github.com/beautify-web/js-beautify/issues/909))
548* don't print unpacking errors on stdout (python) ([#884](https://github.com/beautify-web/js-beautify/pull/884))
549* Fix incomplete list of non-positionable operators (python lib) ([#878](https://github.com/beautify-web/js-beautify/pull/878))
550* Fix Issue #844 ([#873](https://github.com/beautify-web/js-beautify/pull/873))
551* assignment exponentiation operator ([#864](https://github.com/beautify-web/js-beautify/issues/864))
552* Bug in Less mixins ([#844](https://github.com/beautify-web/js-beautify/issues/844))
553* Can't Nest Conditionals ([#680](https://github.com/beautify-web/js-beautify/issues/680))
554* ternary operations ([#670](https://github.com/beautify-web/js-beautify/issues/670))
555* Support newline before logical or ternary operator ([#605](https://github.com/beautify-web/js-beautify/issues/605))
556* Provide config files for format and linting ([#336](https://github.com/beautify-web/js-beautify/issues/336))
557
558
559## v1.6.2
560
561### Description
562
563
564### Closed Issues
565* Add missing 'collapse-preserve-inline' option to js module ([#861](https://github.com/beautify-web/js-beautify/pull/861))
566
567
568## v1.6.1
569
570### Description
571Fixes for regressions found in 1.6.0
572
573
574### Closed Issues
575* Inconsistent formatting for arrays of objects ([#860](https://github.com/beautify-web/js-beautify/issues/860))
576* Publish v1.6.1 ([#859](https://github.com/beautify-web/js-beautify/issues/859))
577* Space added to "from++" due to ES6 keyword ([#858](https://github.com/beautify-web/js-beautify/issues/858))
578* Changelog generator doesn't sort versions above 9 right ([#778](https://github.com/beautify-web/js-beautify/issues/778))
579* space-after-anon-function not applied to object properties ([#761](https://github.com/beautify-web/js-beautify/issues/761))
580* Separating 'input' elements adds whitespace ([#580](https://github.com/beautify-web/js-beautify/issues/580))
581* Inline Format ([#572](https://github.com/beautify-web/js-beautify/issues/572))
582* Preserve attributes line break in HTML ([#455](https://github.com/beautify-web/js-beautify/issues/455))
583* Multiline Array ([#406](https://github.com/beautify-web/js-beautify/issues/406))
584
585
586## v1.6.0
587
588### Description
589* Inline/short object and json preservation (all rejoice!)
590* ES6 annotations, module import/export, arrow functions, concise methods, and more
591* JSX spread attributes
592* HTML wrap attributes, inline element fixes, doctype and php fixes
593* Test framework hardening
594* Windows build fixed and covered by appveyor continuous integration
595
596
597
598### Closed Issues
599* Individual tests pollute options object ([#855](https://github.com/beautify-web/js-beautify/issues/855))
600* Object attribute assigned fat arrow function with implicit return of a ternary causes next line to indent ([#854](https://github.com/beautify-web/js-beautify/issues/854))
601* Treat php tags as single in html ([#850](https://github.com/beautify-web/js-beautify/pull/850))
602* Read piped input by default ([#849](https://github.com/beautify-web/js-beautify/pull/849))
603* Replace makefile dependency with bash script ([#848](https://github.com/beautify-web/js-beautify/pull/848))
604* list of HTML inline elements incomplete; wraps inappropriately ([#840](https://github.com/beautify-web/js-beautify/issues/840))
605* Beautifying bracket-less if/elses ([#838](https://github.com/beautify-web/js-beautify/issues/838))
606* <col> elements within a <colgroup> are getting indented incorrectly ([#836](https://github.com/beautify-web/js-beautify/issues/836))
607* single attribute breaks jsx beautification ([#834](https://github.com/beautify-web/js-beautify/issues/834))
608* Improve Python packaging ([#831](https://github.com/beautify-web/js-beautify/pull/831))
609* Erroneously changes CRLF to LF on Windows. ([#829](https://github.com/beautify-web/js-beautify/issues/829))
610* Can't deal with XHTML5 ([#828](https://github.com/beautify-web/js-beautify/issues/828))
611* HTML after PHP is indented ([#826](https://github.com/beautify-web/js-beautify/issues/826))
612* exponentiation operator ([#825](https://github.com/beautify-web/js-beautify/issues/825))
613* Add support for script type "application/ld+json" ([#821](https://github.com/beautify-web/js-beautify/issues/821))
614* package.json: Remove "preferGlobal" option ([#820](https://github.com/beautify-web/js-beautify/pull/820))
615* Don't use array.indexOf() to support legacy browsers ([#816](https://github.com/beautify-web/js-beautify/pull/816))
616* ES6 Object Shortand Indenting Weirdly Sometimes ([#810](https://github.com/beautify-web/js-beautify/issues/810))
617* Implicit Return Function on New Line not Preserved ([#806](https://github.com/beautify-web/js-beautify/issues/806))
618* Misformating "0b" Binary Strings ([#803](https://github.com/beautify-web/js-beautify/issues/803))
619* Beautifier breaks ES6 nested template strings ([#797](https://github.com/beautify-web/js-beautify/issues/797))
620* Misformating "0o" Octal Strings ([#792](https://github.com/beautify-web/js-beautify/issues/792))
621* Do not use hardcoded directory for tests ([#788](https://github.com/beautify-web/js-beautify/pull/788))
622* Handlebars {{else}} tag not given a newline ([#784](https://github.com/beautify-web/js-beautify/issues/784))
623* Wrong indentation for XML header (<?xml version="1.0"?>) ([#783](https://github.com/beautify-web/js-beautify/issues/783))
624* is_whitespace for loop incrementing wrong variable ([#777](https://github.com/beautify-web/js-beautify/pull/777))
625* Newline is inserted after comment with comma_first ([#775](https://github.com/beautify-web/js-beautify/issues/775))
626* Cannot copy more than 1000 characters out of CodeMirror buffer ([#768](https://github.com/beautify-web/js-beautify/issues/768))
627* Missing 'var' in beautify-html.js; breaks strict mode ([#763](https://github.com/beautify-web/js-beautify/issues/763))
628* Fix typo in the example javascript code of index.html ([#753](https://github.com/beautify-web/js-beautify/pull/753))
629* Prevent incorrect wrapping of return statements. ([#751](https://github.com/beautify-web/js-beautify/pull/751))
630* `js-beautify -X` breaks code with jsx spread attributes ([#734](https://github.com/beautify-web/js-beautify/issues/734))
631* Unhelpful error when .jsbeautifyrc has invalid json ([#728](https://github.com/beautify-web/js-beautify/issues/728))
632* Support for ES7 decorators ([#685](https://github.com/beautify-web/js-beautify/issues/685))
633* Don't wrap XML declaration (or processing instructions) ([#683](https://github.com/beautify-web/js-beautify/pull/683))
634* JSX/JS: Single field objects should not expand ([#674](https://github.com/beautify-web/js-beautify/issues/674))
635* ES6 Module Loading Object Destructuring newlines ([#668](https://github.com/beautify-web/js-beautify/issues/668))
636* Beautifying css tears @media in two lines, adds spaces in names with hyphens ([#656](https://github.com/beautify-web/js-beautify/issues/656))
637* ES6 concise method not propely indented ([#647](https://github.com/beautify-web/js-beautify/issues/647))
638* Extra newline inserted with `wrap_attributes` set to "force" ([#641](https://github.com/beautify-web/js-beautify/issues/641))
639* `wrap_attributes` ignores `wrap_attributes_indent_size` and `wrap_line_length` when set to "auto" ([#640](https://github.com/beautify-web/js-beautify/issues/640))
640* Error building on Windows ([#638](https://github.com/beautify-web/js-beautify/issues/638))
641* Mixed shorthand function with arrow function in object literal is mis-formatted ([#602](https://github.com/beautify-web/js-beautify/issues/602))
642* Space does not let save using "&:" ([#594](https://github.com/beautify-web/js-beautify/issues/594))
643* Indenting is broken in some cases ([#578](https://github.com/beautify-web/js-beautify/issues/578))
644* modified cli.js so that it can read from piped input by default ([#558](https://github.com/beautify-web/js-beautify/pull/558))
645* Update release process instructions ([#543](https://github.com/beautify-web/js-beautify/issues/543))
646* Publish v1.6.0 ([#542](https://github.com/beautify-web/js-beautify/issues/542))
647* es6 destructuring ([#511](https://github.com/beautify-web/js-beautify/issues/511))
648* NPM js-beautify: different treatment of "-" in command line ([#390](https://github.com/beautify-web/js-beautify/issues/390))
649* Newline inserted after ES6 module import/export ([#382](https://github.com/beautify-web/js-beautify/issues/382))
650* Option to preserve or inline "short objects" on a single line ([#315](https://github.com/beautify-web/js-beautify/issues/315))
651* Format json in line ([#114](https://github.com/beautify-web/js-beautify/issues/114))
652
653
654## v1.5.10
655
656### Description
657Hotfix for directives
658Version jump due to release script tweaks
659
660
661### Closed Issues
662* Preserve directive doesn't work as intended ([#723](https://github.com/beautify-web/js-beautify/issues/723))
663
664
665## v1.5.7
666
667### Description
668* Beautifier does not break PHP and Underscore.js templates
669* Fix for SCSS pseudo classes and intperpolation/mixins
670* Alternative Newline Characters in CSS and HTML
671* Preserve formatting or completely ignore section of javascript using comments
672
673
674### Closed Issues
675* Support for legacy JavaScript versions (e.g. WSH+JScript & Co) ([#720](https://github.com/beautify-web/js-beautify/pull/720))
676* Is \\n hard coded into CSS Beautifier logic? ([#715](https://github.com/beautify-web/js-beautify/issues/715))
677* Spaces and linebreaks after # and around { } messing up interpolation/mixins (SASS/SCSS) ([#689](https://github.com/beautify-web/js-beautify/issues/689))
678* Calls to functions get completely messed up in Sass (*.scss) ([#675](https://github.com/beautify-web/js-beautify/issues/675))
679* No new line after selector in scss files ([#666](https://github.com/beautify-web/js-beautify/issues/666))
680* using html-beautify on handlebars template deletes unclosed tag if on second line ([#623](https://github.com/beautify-web/js-beautify/issues/623))
681* more Extra space after scss pseudo classes ([#557](https://github.com/beautify-web/js-beautify/issues/557))
682* Unnecessary spaces in PHP code ([#490](https://github.com/beautify-web/js-beautify/issues/490))
683* Some underscore.js template tags are broken ([#417](https://github.com/beautify-web/js-beautify/issues/417))
684* Selective ignore using comments (feature request) ([#384](https://github.com/beautify-web/js-beautify/issues/384))
685
686
687## v1.5.6
688
689### Description
690* JSX support!
691* Alternative Newline Characters
692* CSS and JS comment formatting fixes
693* General bug fixing
694
695
696### Closed Issues
697* Fix tokenizer's bracket pairs' open stack ([#693](https://github.com/beautify-web/js-beautify/pull/693))
698* Indentation is incorrect for HTML5 void tag <source> ([#692](https://github.com/beautify-web/js-beautify/issues/692))
699* Line wrapping breaks at the wrong place when the line is indented. ([#691](https://github.com/beautify-web/js-beautify/issues/691))
700* Publish v1.5.6 ([#687](https://github.com/beautify-web/js-beautify/issues/687))
701* Replace existing file fails using python beautifier ([#686](https://github.com/beautify-web/js-beautify/issues/686))
702* Pseudo-classes formatted incorrectly and inconsistently with @page ([#661](https://github.com/beautify-web/js-beautify/issues/661))
703* doc: add end_with_newline option ([#650](https://github.com/beautify-web/js-beautify/pull/650))
704* Improve support for xml parts of jsx (React) => spaces, spread attributes and nested objects break the process ([#646](https://github.com/beautify-web/js-beautify/issues/646))
705* html-beautify formats handlebars comments but does not format html comments ([#635](https://github.com/beautify-web/js-beautify/issues/635))
706* Support for ES7 async ([#630](https://github.com/beautify-web/js-beautify/issues/630))
707* css beautify adding an extra newline after a comment line in a css block ([#609](https://github.com/beautify-web/js-beautify/issues/609))
708* No option to "Indent with tabs" for HTML files ([#587](https://github.com/beautify-web/js-beautify/issues/587))
709* Function body is indented when followed by a comment ([#583](https://github.com/beautify-web/js-beautify/issues/583))
710* JSX support ([#425](https://github.com/beautify-web/js-beautify/issues/425))
711* Alternative Newline Characters ([#260](https://github.com/beautify-web/js-beautify/issues/260))
712
713
714## v1.5.5
715
716### Description
717* Initial implementation of comma-first formatting - Diff-friendly literals!
718* CSS: Add newline between rules
719* LESS: improved function parameter formatting
720* HTML: options for wrapping attributes
721* General bug fixing
722
723### Closed Issues
724* Add GUI support for `--indent-inner-html`. ([#633](https://github.com/beautify-web/js-beautify/pull/633))
725* Publish v1.5.5 ([#629](https://github.com/beautify-web/js-beautify/issues/629))
726* CSS: Updating the documentation for the 'newline_between_rules' ([#615](https://github.com/beautify-web/js-beautify/pull/615))
727* Equal Sign Removed from Filter Properties Alpha Opacity Assignment ([#599](https://github.com/beautify-web/js-beautify/issues/599))
728* Keep trailing spaces on comments ([#598](https://github.com/beautify-web/js-beautify/issues/598))
729* only print the file names of changed files ([#597](https://github.com/beautify-web/js-beautify/issues/597))
730* CSS: support add newline between rules ([#574](https://github.com/beautify-web/js-beautify/pull/574))
731* elem[array]++ changes to elem[array] ++ inserting unnecessary gap ([#570](https://github.com/beautify-web/js-beautify/issues/570))
732* add support to less functions paramters braces ([#568](https://github.com/beautify-web/js-beautify/pull/568))
733* selector_separator_newline: true for Sass doesn't work ([#563](https://github.com/beautify-web/js-beautify/issues/563))
734* yield statements are being beautified to their own newlines since 1.5.2 ([#560](https://github.com/beautify-web/js-beautify/issues/560))
735* HTML beautifier inserts extra newline into `<li>`s ending with `<code>` ([#524](https://github.com/beautify-web/js-beautify/issues/524))
736* Add wrap_attributes option ([#476](https://github.com/beautify-web/js-beautify/issues/476))
737* Add or preserve empty line between CSS rules ([#467](https://github.com/beautify-web/js-beautify/issues/467))
738* Support comma first style of variable declaration ([#245](https://github.com/beautify-web/js-beautify/issues/245))
739
740
741## v1.5.4
742
743### Description
744* Fix for LESS/CSS pseudo/classes
745* Fix for HTML img tag spaces
746
747https://github.com/beautify-web/js-beautify/compare/v1.5.3...v1.5.4
748
749### Closed Issues
750* TypeScript oddly formatted with 1.5.3 ([#552](https://github.com/beautify-web/js-beautify/issues/552))
751* HTML beautifier inserts double spaces between adjacent tags ([#525](https://github.com/beautify-web/js-beautify/issues/525))
752* Keep space in font rule ([#491](https://github.com/beautify-web/js-beautify/issues/491))
753* [Brackets plug in] Space after </a> disappears ([#454](https://github.com/beautify-web/js-beautify/issues/454))
754* Support nested pseudo-classes and parent reference (LESS) ([#427](https://github.com/beautify-web/js-beautify/pull/427))
755* Alternate approach: preserve single spacing and treat img as inline element ([#415](https://github.com/beautify-web/js-beautify/pull/415))
756
757
758## v1.5.3
759
760### Description
761* High priority bug fixes
762* Major fixes to css-beautifier to not blow up LESS/SCSS
763* Lower priority bug fixes that were very ugly
764
765https://github.com/beautify-web/js-beautify/compare/v1.5.2...v1.5.3
766
767### Closed Issues
768* [TypeError: Cannot read property 'type' of undefined] ([#548](https://github.com/beautify-web/js-beautify/issues/548))
769* Bug with RegExp ([#547](https://github.com/beautify-web/js-beautify/issues/547))
770* Odd behaviour on less ([#520](https://github.com/beautify-web/js-beautify/issues/520))
771* css beauitify ([#506](https://github.com/beautify-web/js-beautify/issues/506))
772* Extra space after scss pseudo classes. ([#500](https://github.com/beautify-web/js-beautify/issues/500))
773* Generates invalid scss when formatting ampersand selectors ([#498](https://github.com/beautify-web/js-beautify/issues/498))
774* bad formatting of .less files using @variable or &:hover syntax ([#489](https://github.com/beautify-web/js-beautify/issues/489))
775* Incorrect beautifying of CSS comment including an url. ([#466](https://github.com/beautify-web/js-beautify/issues/466))
776* Handle SASS parent reference &: ([#414](https://github.com/beautify-web/js-beautify/issues/414))
777* Js-beautify breaking selectors in less code. ([#410](https://github.com/beautify-web/js-beautify/issues/410))
778* Problem with "content" ([#364](https://github.com/beautify-web/js-beautify/issues/364))
779* Space gets inserted between function and paren for function in Define ([#313](https://github.com/beautify-web/js-beautify/issues/313))
780* beautify-html returns null on broken html ([#301](https://github.com/beautify-web/js-beautify/issues/301))
781* Indentation of functions inside conditionals not passing jslint ([#298](https://github.com/beautify-web/js-beautify/issues/298))
782
783
784## v1.5.2
785
786### Description
787* Improved indenting for statements, array, variable declaration, "Starless" block-comments
788* Support for bitwise-not, yield, get, set, let, const, generator functions
789* Reserved words can be used as object property names
790* Added options: space_after_anon_function, end-with-newline
791* Properly tokenize Numbers (including decimals and exponents)
792* Do not break "x++ + y"
793* function declaration inside array behaves the same as in expression
794* Close String literals at newline
795* Support handlebar syntax
796* Check `<script>` "type"-attribute
797* Allow `<style>` and `<script>` tags to be unformatted
798* Port css nesting fix to python
799* Fix python six dependency
800* Initial very cursory support for ES6 module, export, and import
801
802https://github.com/beautify-web/js-beautify/compare/v1.5.1...v1.5.2
803
804### Closed Issues
805* Allow custom elements to be unformatted ([#540](https://github.com/beautify-web/js-beautify/pull/540))
806* Need option to ignore brace style ([#538](https://github.com/beautify-web/js-beautify/issues/538))
807* Refactor to Output and OutputLine classes ([#536](https://github.com/beautify-web/js-beautify/pull/536))
808* Recognize ObjectLiteral on open brace ([#535](https://github.com/beautify-web/js-beautify/pull/535))
809* Refactor to fully tokenize before formatting ([#530](https://github.com/beautify-web/js-beautify/pull/530))
810* Cleanup checked in six.py file ([#527](https://github.com/beautify-web/js-beautify/pull/527))
811* Changelog.md? ([#526](https://github.com/beautify-web/js-beautify/issues/526))
812* New line added between each css declaration ([#523](https://github.com/beautify-web/js-beautify/issues/523))
813* Kendo Template scripts get messed up! ([#516](https://github.com/beautify-web/js-beautify/issues/516))
814* SyntaxError: Unexpected token ++ ([#514](https://github.com/beautify-web/js-beautify/issues/514))
815* space appears before open square bracket when the object name is "set" ([#508](https://github.com/beautify-web/js-beautify/issues/508))
816* Unclosed string problem ([#505](https://github.com/beautify-web/js-beautify/issues/505))
817* "--n" and "++n" are not indented like "n--" and "n++" are... ([#495](https://github.com/beautify-web/js-beautify/issues/495))
818* Allow `<style>` and `<script>` tags to be unformatted ([#494](https://github.com/beautify-web/js-beautify/pull/494))
819* Preserve new line at end of file ([#492](https://github.com/beautify-web/js-beautify/issues/492))
820* Line wraps breaking numbers (causes syntax error) ([#488](https://github.com/beautify-web/js-beautify/issues/488))
821* jsBeautify acts differently when handling different kinds of function expressions ([#485](https://github.com/beautify-web/js-beautify/issues/485))
822* AttributeError: 'NoneType' object has no attribute 'groups' ([#479](https://github.com/beautify-web/js-beautify/issues/479))
823* installation doco for python need update -- pip install six? ([#478](https://github.com/beautify-web/js-beautify/issues/478))
824* Move einars/js-beautify to beautify-web/js-beautify ([#475](https://github.com/beautify-web/js-beautify/issues/475))
825* Bring back space_after_anon_function ([#474](https://github.com/beautify-web/js-beautify/pull/474))
826* fix for #453, Incompatible handlebar syntax ([#468](https://github.com/beautify-web/js-beautify/pull/468))
827* Python: missing explicit dependency on "six" package ([#465](https://github.com/beautify-web/js-beautify/issues/465))
828* function declaration inside array, adds extra line. ([#464](https://github.com/beautify-web/js-beautify/issues/464))
829* [es6] yield a array ([#458](https://github.com/beautify-web/js-beautify/issues/458))
830* Publish v1.5.2 ([#452](https://github.com/beautify-web/js-beautify/issues/452))
831* Port css colon character fix to python ([#446](https://github.com/beautify-web/js-beautify/issues/446))
832* Cannot declare object literal properties with unquoted reserved words ([#440](https://github.com/beautify-web/js-beautify/issues/440))
833* Do not put a space within `function*` generator functions. ([#428](https://github.com/beautify-web/js-beautify/issues/428))
834* beautification of "nth-child" css fails csslint ([#418](https://github.com/beautify-web/js-beautify/issues/418))
835* comment breaks indent ([#413](https://github.com/beautify-web/js-beautify/issues/413))
836* AngularJS inline templates are being corrupted! ([#385](https://github.com/beautify-web/js-beautify/issues/385))
837* Beautify HTML: Setting inline JS and CSS to stay unformatted ([#383](https://github.com/beautify-web/js-beautify/issues/383))
838* Spaces in function definition ([#372](https://github.com/beautify-web/js-beautify/issues/372))
839* Chained code indents break at comment lines ([#314](https://github.com/beautify-web/js-beautify/issues/314))
840* Handling of newlines around if/else/if statements ([#311](https://github.com/beautify-web/js-beautify/issues/311))
841* Tags in javascript are being destroyed ([#117](https://github.com/beautify-web/js-beautify/issues/117))
842
843