JS-Beautifier v1.6.6 Release Notes

  • Description

    • โž• Added support for editorconfig from stdin
    • โž• Added js-beautify to cdnjs
    • ๐Ÿ›  Fixed CRLF to LF for HTML and CSS on windows
    • โž• Added inheritance/overriding to config format (Thanks @DaniGuardiola and @HookyQR)
    • โž• Added force-align to wrap-attributes (Thanks @Lukinos)
    • โž• Added force-expand-multiline to wrap-attributes (Thanks @tobias-zucali)
    • โž• Added preserve-inline as independent brace setting (Thanks @Coburn37)
    • ๐Ÿ›  Fixed handlebars with angle-braces (Thanks @mmsqe)

    Closed Issues

    • ๐ŸŒ Wrong indentation for comment after nested unbraced control constructs (#1079)
    • ๐ŸŒ Should prefer breaking the line after operator ? instead of before operator < (#1073)
    • ๐Ÿ†• New option "force-expand-multiline" for "wrap_attributes" (#1070)
    • ๐ŸŒ Breaks if html file starts with comment (#1068)
    • ๐Ÿ’… collapse-preserve-inline restricts users to collapse brace_style (#1057)
    • ๐Ÿ“œ Parsing failure on numbers with "e" (#1054)
    • ๐Ÿ’ป Issue with Browser Instructions (#1053)
    • โž• Add preserve inline function for expand style braces (#1052)
    • โšก๏ธ Update years in LICENSE (#1038)
    • ๐ŸŒ JS. Switch with template literals. Unexpected indentation. (#1030)
    • ๐ŸŒ The object with spread object formatted not correctly (#1023)
    • ๐ŸŒ Bad output generator function in class (#1013)
    • ๐Ÿ‘Œ Support editorconfig for stdin (#1012)
    • ๐ŸŒ Publish to cdnjs (#992)
    • ๐ŸŒ breaks if handlebars comments contain handlebars tags (#930)
    • ๐ŸŒ Using jsbeautifyrc is broken (#929)
    • ๐ŸŒ Option to put HTML attributes on their own lines, aligned (#916)
    • ๐Ÿ Erroneously changes CRLF to LF on Windows in HTML and CSS (#899)
    • ๐ŸŒ Weird space in {get } vs { normal } (#888)
    • ๐ŸŒ Bad for-of formatting with constant Array (#875)
    • ๐ŸŒ Problems with filter property in css and scss (#755)
    • โž• Add "collapse-one-line" option for non-collapse brace styles (#487)