All Versions
108
Latest Version
Avg Release Cycle
29 days
Latest Release
-

Changelog History
Page 9

  • v1.4.0 Changes

    diff

    ๐Ÿš€ ๐Ÿ”— Release Notes

  • v1.3.1 Changes

    diff

    • Respect template inline-ness (#1497)
  • v1.3.0 Changes

    diff

    ๐Ÿš€ ๐Ÿ”— Release Notes

    • โž• add printer branches for some TypeScript nodes (#1331)
    • Skip trailing commas with FlowShorthandWithOneArg (#1364)
    • โž• add TSLastTypeNode and TSIndexedAccessType (#1370)
    • โž• add TSConstructorType (#1367)
    • ๐Ÿ›  fix do-while break (#1373)
    • ๐Ÿ›  Fix missing trailing commas on flow generics (#1381)
    • โž• Add example of using yarn test with arguments (#1383)
    • Have --debug-check also run ast verification (#1337)
    • ๐Ÿ›  Fix empty line in block with EmptyStatement (#1375)
    • ๐Ÿ–จ parent decides how to print type annotations (#1391)
    • โž• add TSTypeOperator (#1396)
    • ๐Ÿ›  fix TSTypeReference not printing typeArguments (#1392)
    • โž• add TSMappedType and TSTypeParameter (#1393)
    • ๐Ÿ›  fix TSFunctionType failing on TypeParameters (#1394)
    • โž• add TSIntersectionType (#1395)
    • ๐Ÿ›  fix typeParameters printing TSFunctionType w/o breaking flow (#1397)
    • ๐Ÿ›  Fix optional flow parenthesis (#1357)
    • ๐Ÿ‘• [experimental] Add linting step in test pipeline (#1172)
    • ๐Ÿ›  fix VariableDeclarator not printing type parameters (#1415)
    • โž• add TSMethodSignature (#1416)
    • โž• Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefinition (#1410)
    • Inline nullable in flow generics (#1426)
    • ๐Ÿ›  fixed method 'check' error 'format' of undefined (#1424)
    • ๐Ÿ‘ feat(typescript): add delcare modifier support for vars, classes and functions (#1436)
    • ๐Ÿ‘ Allow flow declarations to break on StringLiteralTypeAnnotations (#1437)
    • ๐Ÿ’… Require '::a.b' to have a preceding ; in no-semi style (#1442)
    • ๐Ÿ’… Require '(a || b).c++' to have a preceding ; in no-semi style (#1443)
    • โฌ†๏ธ Upgrade flow parser to 0.45 (#1447)
    • โž• Add supertype tests and add TSAbstractClassProperty (#1467)
    • Break class expression returned by arrow call (#1464)
    • โšก๏ธ update typescript snapshots to account for #1464 (#1470)
    • ๐Ÿšง [WIP] add TSNamespaceExportDeclaration (#1459)
    • โšก๏ธ update yarn.lock (#1471)
    • [RFC] Do not indent calls with a single template literal argument (#873)
    • Proper indentation for template literals (#1385)
    • โž• Add parenthesis for unusual nested ternaries (#1386)
    • Preserve inline comment as last argument (#1390)
    • Only add parenthesis on ternaries inside of arrow functions if doesn't break (#1450)
    • ๐Ÿ›  Fix windows line ending on template literals (#1439)
    • โž• Add space around = for flow generics default arguments (#1476)
    • Don't break for unparenthesised single argument flow function (#1452)
    • Don't break on empty arrays and objects (#1440)
    • Do not break on [0] (#1441)
    • Reorder flow object props (#1451)
    • Break inline object first in function arguments (#1453)
    • Break inline object first in function arguments (#1453) (#1173)
    • Inline template literals as arrow body (#1485)
  • v1.2.2 Changes

    diff

    • Only break for conditionals (#1350)
  • v1.2.1 Changes

    diff

    • ๐Ÿ›  Fix duplicate comments in classes (#1349)
  • v1.2.0 Changes

    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)
  • v1.1.0 Changes

    diff

    • ๐Ÿš€ Prettier 1.0 is the stabler release we've been waiting for (#1242)
    • ๐Ÿ›  fix small typo (#1255)
    • ๐Ÿ›  Fix : ReferenceError: err is not defined (#1254)
    • Document debugging strategies (#1253)
    • Do not inline member expressions as part of assignments (#1256)
    • ๐Ÿ›  Fix flow union params (#1251)
    • ๐Ÿ‘‰ Use a whitelist instead of blacklist for member breaking (#1261)
    • โœ‚ Remove trailing whitespace (#1259)
    • Get rid of fixFaultyLocations code (#1252)
    • ๐Ÿ›  Fixing n.comments check in printer (#1239)
    • ๐Ÿšง [WIP] no-semi comments (#1257)
  • v1.0.1 Changes

    • ๐Ÿ”„ change semi default
  • v1.0.0 Changes

    diff

    ๐Ÿš€ ๐Ÿ”— Release Notes

  • v0.22.0 Changes

    diff

    • โš™ Run 0.21.0 (#876)
    • ๐Ÿ›  Fix paren removal on UnionTypeAnnotation (#878)
    • ๐Ÿ›  Fix typo (#891)
    • Ensure no parens for JSX inside of an ArrayExpression (#895)
    • ๐Ÿ›  Fix object expression in arrow function expression (#897)
    • ๐Ÿ›  Fix unprinted comments in destructuring (#898)
    • ๐Ÿ›  Fix bug with importing empty type (#904)
    • ๐Ÿ›  Fix broken export comment (#899)
    • โž• Add CLI Example to Readme (#909)
    • ๐Ÿ›  Fix 0.5e0 (#911)
    • ๐Ÿ›  Fix binary expression instanceof in arrow function expression (#913)
    • ๐Ÿ‘Œ Improve readme CLI usage example (#910)
    • โœ… Do not break long it/test calls when template literal (#893)
    • โšก๏ธ Update lint-staged docs to use husky for less config. (#923)
    • ๐Ÿ›  Fix files with comments only (#813)
    • โšก๏ธ Update README.md (#928)
    • ๐Ÿ›  Fix binary op as body in arrow expression (#921)
    • cleanup needsParens (#935)
    • [JSX] Break if opening element breaks (#942)
    • Parenthesize function expressions in expression position (#941)
    • โšก๏ธ update the README to add a pre-commit hook (#944)
    • Fix #951: properly parenthesize ** expressions (#952)
    • ๐Ÿšง [WIP] TypeScript Parser (#915)
    • Do not break long describe calls (#953)
    • Recursively find leading comments inside ReturnStatements (#955)
    • ๐Ÿ›  Fix in inside of a for in a nested way (#954)
    • ๐Ÿ‘‰ Make comments around empty parenthesis be inside (#957)
    • Stabilize comment after object label (#958)
    • Inline BinaryExpressions inside JSXExpression (#965)
    • Only allow same-line arrow-less body for explicit nodes (#966)