prettier v1.2.0 Release Notes

  • diff

    🚀 🔗 Release Notes

    • match jsx files in pre-commit hook (#1276)
    • 🛠 Fix isPreviousLineEmpty on Windows (#1263)
    • ➕ Add --dev option to suggested install cmd (#1289)
    • 🔀 Write out change CLI changes synchronously. Fixes #1287. (#1292)
    • ✂ Remove emoji part from lint-staged's name (#1302)
    • omit 'doc' key from options object before passing it to format() (#1299)
    • Skip globbing filenames with node-glob when the filename is not a glob (#1307)
    • 🛠 FIX: more documentation for jetbrains (#1265)
    • 🛠 Fix template literal comments (#1296)
    • Double quotes for option values in Readme file (#1314)
    • 🖨 Do not print the sub-tree when using prettier-ignore (#1286)
    • Bail when traversing === groups (#1294)
    • Avoid breaking arguments for last arg expansion (#1305)
    • ➕ Add typescript as a valid parser value (#1318)
    • ➕ Add jestbrains filewatcher docs (#1310)
    • ➕ Add prettier_d to Related Projects (#1328)
    • ➕ Add parentheses for assignment as body of arrow (#1326)
    • ➕ Add information about Vim's other autocmd events (#1333)
    • ➕ add printer branch for TSFirstTypeNode (#1332)
    • ⚡️ Optimize prettier --help for humans (#1340)
    • ⚡️ Update link to @vjeux's React London presentation (#1330)
    • 👌 Improve regex printing (#1341)
    • 🛠 Fix arrow function parenthesis with comments in flow (#1339)
    • Break if () if conditional inside breaks (#1344)
    • Don't inline paren at right of arguments (#1345)