Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

v1.4.0

Compare
Choose a tag to compare
@mdevils mdevils released this 30 Apr 17:50
· 1588 commits to master since this release
  • Dropped node.js 0.8 support.
  • Update all dependencies to their latest versions except vow/vow-fs (@XhmikosR).
  • Add dependency status badges (@XhmikosR).
  • Advanced search for the configuration files (@markelog).
  • Improve requireSpaceAfterKeywords rule: trigger error if there is more then two spaces (@markelog).
  • Rule spaceAfterKeywords: fix up funarg issue (@markelog).
  • Make requireMultipleVarDecl rule more like onevar (@markelog).
  • Allow comments in parentheses for rule disallowSpacesInsideParentheses (@Famlam).
  • Extract own settings into google preset (@jzaefferer).
  • Rule disallowTrailingComma (@rxin).
  • Rule requireTrailingComma (@rxin).
  • Rule disallowSpaceBeforeBlockStatements (@rxin).
  • Rule requireSpaceBeforeBlockStatements (@rxin).
  • Rule requireBlocksOnNewline (@mikesherov).
  • Rule requirePaddingNewlinesInBlock (@mikesherov).
  • Rule disallowPaddingNewlinesInBlock (@mikesherov).