All Versions
34
Latest Version
Avg Release Cycle
86 days
Latest Release
1295 days ago

Changelog History
Page 1

  • v0.11.3 Changes

    March 17, 2020
    • ⚡️ Updated dependencies
  • v0.11.2 Changes

    November 06, 2019
    • Updated dependencies
    • Fixes vulnerability issues with transitive dependencies
  • v0.11.1 Changes

    October 01, 2019
    • no longer publishes test folder to npm
  • v0.11.0 Changes

    October 01, 2019
    • 💥 BREAKING CHANGE: Only supports latest node LTS
    • ⚡️ Updated dependencies
  • v0.10.0 Changes

    October 30, 2016
    • add "extends" support, to make it easier to share presets. see #328
    • add --ignore support to cli. closes #329
    • add MethodDefinition{Closing,Opening}Brace support. closes #417
    • add configs for ModuleSpecifier{Opening,Closing}Brace and ModuleSpecifierComma. closes #402
    • add support for ClassKeyword and ClassExtendsKeyword settings. closes
    • add support for MethodName setting. closes #368
    • convert default presets to JS instead of JSON. closes #457
    • fix ParameterComma + flow. closes #458
    • fix expressionParentheses edge case related to ArrowFunctionExpression.
    • limit amount of spaces between async function. closes #404
  • v0.9.6 Changes

    July 14, 2016
    • remove line break between VariableName and equal sign
    • handle object expression method properties. fixes #456
    • fix IfStatement line break if consequent is not a BlockStatement #446
  • v0.9.5 Changes

    June 05, 2016
    • skip ReturnStatement indentation if argument is an UnaryExpression. fixes #443
    • handle ArrayPattern with null elements. fixes #444
    • use esformatter-parser. closes #440
  • v0.9.4 Changes

    May 25, 2016
    • add CalleeOpeningParentheses and CalleeClosingParentheses support. closes #434
    • add UpdateExpressionOperator support. see #435
    • don't add line break around Property if inside ObjectPattern. fixes #441
    • fix indent and line break on NewExpression with comments. closes #439
    • fix line break before "else if". closes #426. closes #438
    • handle BlockStatement as SwitchCase.consequent; closes #432
    • handle standalone BlockStatement. closes #430
    • improve UnaryExpressionOperator behavior. closes #435
    • safe guard against no startToken on expressionParentheses. fixes #427
  • v0.9.3 Changes

    March 28, 2016
    • correct ClassOpeningBrace spelling #411
    • Preserve indent for Literals on a newline on the right side of a LogicalExpression #416 and #421
  • v0.9.2 Changes

    February 28, 2016
    • fix export not followed by semicolon. fixes #408
    • add stack trace to a few error logs to make it easier to debug.