JS-Beautifier v1.5.5 Release Notes

  • Description

    • ๐ŸŽ‰ Initial implementation of comma-first formatting - Diff-friendly literals!
    • CSS: Add newline between rules
    • LESS: improved function parameter formatting
    • HTML: options for wrapping attributes
    • General bug fixing

    Closed Issues

    • โž• Add GUI support for --indent-inner-html. (#633)
    • ๐ŸŒ Publish v1.5.5 (#629)
    • CSS: Updating the documentation for the 'newline_between_rules' (#615)
    • ๐Ÿšš Equal Sign Removed from Filter Properties Alpha Opacity Assignment (#599)
    • ๐ŸŒ Keep trailing spaces on comments (#598)
    • ๐Ÿ–จ only print the file names of changed files (#597)
    • ๐ŸŒ CSS: support add newline between rules (#574)
    • ๐ŸŒ elem[array]++ changes to elem[array] ++ inserting unnecessary gap (#570)
    • โž• add support to less functions paramters braces (#568)
    • selector_separator_newline: true for Sass doesn't work (#563)
    • ๐ŸŒ yield statements are being beautified to their own newlines since 1.5.2 (#560)
    • ๐ŸŒ HTML beautifier inserts extra newline into <li>s ending with <code> (#524)
    • โž• Add wrap_attributes option (#476)
    • โž• Add or preserve empty line between CSS rules (#467)
    • ๐Ÿ‘Œ Support comma first style of variable declaration (#245)