All Versions
95
Latest Version
Avg Release Cycle
16 days
Latest Release
2836 days ago

Changelog History
Page 8

  • v1.0.14 Changes

    • Option additionalRules (@markelog).
    • disallowQuotedKeysInObjects: Exclusion array (@nschonni).
  • v1.0.13 Changes

    • Option validateLineBreaks (@twoRoger).
  • v1.0.12 Changes

    • Fixes for jsdoc params.
  • v1.0.11 Changes

    • Prefix unary rules: disallowSpaceAfterPrefixUnaryOperators, requireSpaceAfterPrefixUnaryOperators (@mishaberezin).
    • Postfix unary rules: disallowSpaceBeforePostfixUnaryOperators, requireSpaceBeforePostfixUnaryOperators (@mishaberezin).
  • v1.0.10 Changes

    • Reporter support — console, text, checkstyle.
  • v1.0.9 Changes

    • Browser-compatible version.
    • Fix for disallowMultipleLineBreaks option to report only once per each sequence of line breaks.
    • Fix for disallowMultipleLineBreaks option to work properly when CRLF line break is used.
  • v1.0.8 Changes

    • Fixes for safeContextKeyword.
  • v1.0.7 Changes

    • Disallow spaces inside parentheses (@ignovak).
  • v1.0.6 Changes

    • Convert tabs into spaces (@markelog).
    • Report illegal space between nested closing curly braces (@twoRoger).
    • Use absolute path to config when specified (@vtambourine).
    • safeContextKeyword option to check "var that = this" expressions (@doochik).
  • v1.0.3 Changes

    • Changed behaviour for disallowMultipleVarDecl options. Now accepts multiple var decl in for decl.