All Versions
55
Latest Version
Avg Release Cycle
52 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.10.0 Changes
May 02, 2019- ๐ beautifying scss selector with colon in it adds space (#1667)
- ๐ Javascript multiline comments duplicates (#1663)
- ๐ Tokenizer crashes if the input terminates with a dot character. (#1658)
- ๐ stop reformatting valid css \! into invalid \ ! (#1656)
- ๐ wrong indent for unclosed <? - need to support disabling templating (#1647)
- ๐ Beautify inserts space before exclamation mark in comment <!-- in css (#1641)
- ๐ 'less' mixins parameter formatting problem (#1582)
- ๐ Change css tests to use 4 space indenting instead of tabs (#1527)
- ๐ Braces after case get pushed onto new line (#1357)
- ๐ Extra space in pseudo-elements and pseudo-classes selectors (#1233)
- ๐ LESS formatting - mixins with multiple variables (#1018)
- ๐ Bug in less format (#842)
-
v1.9.1 Changes
March 25, 2019 -
v1.9.0 Changes
February 28, 2019- ๐ Incorrect indentation of
^
inverted section tags in Handlebars/Mustache code (#1623) - ๐ PHP In HTML Attributes (#1620)
- ๐ DeanEdward python unpacker offset problem (#1616)
- ๐ CLI on Windows doesn't accept -f - for stdin? (#1609)
- ๐ HTML type attribute breaks JavaScript beautification? (#1606)
- ๐ Use of global MODE before declaration caused uglify problem (#1604)
- ๐ When building html tags using Mustache variables, extra whitespace is added after opening arrow (#1602)
- ๐ isnot abled to be beautified (#1591)
- _get_full_indent undefined (#1590)
- ๐ Website "autodetect" setting doesn't distinguish css vs javascript (#1565)
- โ Add setting to keep HTML tag text content unformatted or ignore custom delimiters (#1560)
- ๐ HTML auto formatting using spaces instead of tabs (#1551)
- ๐ Unclosed single quote in php tag causes formatting changes which break php code (#1377)
- ๐ Using tabs when wrapping attributes and wrapping if needed (#1294)
- ๐ HTML --wrap-attributes doesn't respect --wrap-line-length (#1238)
- ๐ Bad indent level(HTML) (#1213)
- ๐ js-beautify produces invalid code for variables with Unicode escape sequences (#1211)
- ๐ support vuejs (#1154)
- ๐ Go templates in HTML (#881)
- ๐ Better behavior for javascript --wrap-line-length (#284)
- ๐ Incorrect indentation of
-
v1.9.0-beta5 Changes
January 30, 2019Description
- ๐ Fixed Tab indenting - when requested tabs used universally, tab size customizeable (#1294, #1551)
- ๐ Accurate line wrapping - Layout always wraps when line length exceed specified column (#284, #1238)
- ๐ Improved Template handling in HTML - Go, Django, Handlebars, ERB/EJS/ASP, PHP (still only handlebars indenting) (#881, #1602, #1620)
- ๐ Improved Template handling in Javascript - ERB/EJS/ASP, PHP (no indenting, no Django or Handlebars due to potential syntax problems) (#1377)
- ๐ Fixed indenting of mustache inverted conditionals (#1623 @e2tha-e)
- ๐ Fixed indenting for tags with option end tags (#1213)
๐ https://github.com/beautify-web/js-beautify/milestone/23?closed=1
-
v1.8.7 Changes
Description
Closed Issues
- โ Add tests for html
indent_scripts
option (#1518) - ๐ Support dynamic import (#1197)
- ๐ HTML: add an option to preserve manual wrapping of attributes (#1125)
- ๐ js-beautify adds a space between # and include (#1114)
- space_after_anon_function doesn't work with anon async functions (#1034)
- ๐ Space before function arguments (space-after-function) (space-after-named-function) (#608)
- โ Add tests for html
-
v1.8.6 Changes