JS-Beautifier v1.6.8 Release Notes

  • Description

    • ๐Ÿ›  Fixed a batch of comment and semicolon-less code bugs

    Closed Issues

    • ๐ŸŒ Incorrect indentation after loop with comment (#1090)
    • ๐ŸŒ Extra newline is inserted after beautifying code with anonymous function (#1085)
    • ๐ŸŒ end brace with next comment line make bad indent (#1043)
    • ๐ŸŒ Javascript comment in last line doesn't beautify well (#964)
    • ๐ŸŒ indent doesn't work with comment (jsdoc) (#913)
    • ๐ŸŒ Wrong indentation, when new line between chained methods (#892)
    • ๐Ÿ’… Comments in a non-semicolon style have extra indent (#815)
    • ๐ŸŒ [bug] Incorrect indentation due to commented line(s) following a function call with a function argument. (#713)
    • ๐ŸŒ Wrong indent formatting (#569)