esformatter v0.2.0 Release Notes

Release Date: 2014-06-16 // almost 10 years ago
    • add plugin support.
    • refactored the way indentation is handled (and changed default settings related to indentation).
    • expose the rc method.
    • fix rc merge/search logic to avoid problems on windows.
    • fix void 0
    • proper indent edges for AssignmentExpression
    • indent CallExpression by default
    • make sure _br.limit doesn't remove LineBreak if previous token is a comment (fixes a few bugs).
    • fix comments inside empty catch block (avoid removing line breaks).