prettier v0.16.0 Release Notes

  • diff

    • โช Revert "Print \x and \u escapes in strings and regexes lowercase (#522)
    • ๐Ÿ›  Fix ternary indent bug (#577)
    • jsx parentheses fix (#580)
    • โš™ Run prettier on 0.15.0 (#558)
    • โž• Add parenthesis around single argument arrow if comments (#573)
    • ๐Ÿ‘‰ Use breakParent inside of last arrow expansion (#559)
    • ๐Ÿ‘Œ Support dangling comments in ClassBody (#570)
    • ๐Ÿ‘‰ Make all the member expressions but the last one part of the first group (#589)
    • Break long imports (#590)
    • โœ‚ Remove the concept of globalPrecedingNode (#561)
    • โœ‚ Remove test.js and put it back in the gitignore
    • ๐Ÿ›  Fix use strict as expression statement (#602)
    • ๐Ÿ‘‰ Use arrow function when inputted that way for flow objects (#608)
    • ๐Ÿ‘ Better support try/catch comments (#607)
    • ๐Ÿ–จ Print CallExpression comments inside of memberChain (#600)
    • Do not attach comments to EmptyStatement (#599)
    • ๐Ÿ›  Fix files with only comments on the flow parser (#598)
    • โœ‚ Remove first line special case (#597)
    • ๐Ÿ›  Fix single indented JSX comment (#596)
    • ๐Ÿ–จ Print dangling on ast on all the paths