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

Releases: jscs-dev/node-jscs

v1.4.2

06 May 11:39
Compare
Choose a tag to compare
  • Rule requireSpaceAfterKeywords: do not fail on linebreaks (@mdevils).

v1.4.1

06 May 08:24
Compare
Choose a tag to compare
  • Rule disallowPaddingNewlinesInBlocks: check for comments in the whitespace. Fixes #347 (@mikesherov).
  • Introduce extensions section in README (@zxqfox)
  • Fixes for validateIndentation rule: properly validate finally clauses. Fixes #311 (@mikesherov).
  • Fixes for validateIndentation rule: tests for holes in array and more complex temporary fix for it (@zxqfox).
  • Fixes for validateIndentation rule: allow for extra indents when first variable
    in a declaration is multi-line (@mikesherov).
  • Fixes for validateIndentation rule: prevent false positive when array elements are
    on same line as array opener, but array is not single line. Fixes #353 (@mikesherov)
  • Restructuration of lib/test files (@markelog)

v1.4.0

30 Apr 17:50
Compare
Choose a tag to compare
  • 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).

v1.3.0

30 Apr 17:49
Compare
Choose a tag to compare

v1.2.4

21 Jan 17:40
Compare
Choose a tag to compare
  • Fixed typos.
  • Fixed validateIndentation rule.
  • Sorting errors.

v1.2.3

14 Jan 13:30
Compare
Choose a tag to compare

v1.2.2

10 Jan 14:37
Compare
Choose a tag to compare
  • Fixed case with number for requireDotNotation rule (@andrewblond).

v1.2.1

10 Jan 14:37
Compare
Choose a tag to compare
  • Fix in error message for rule maximumLineLength (@pdehaan).

v1.2.0

10 Jan 14:38
Compare
Choose a tag to compare
  • Rule requireCommaBeforeLineBreak (@mikesherov).
  • Rule disallowCommaBeforeLineBreak (@mikesherov).
  • Rule requireDotNotation (@mikesherov).
  • Rule requireCamelCaseOrUpperCaseIdentifiers (@mikesherov).
  • Rule disallowEmptyBlocks (@mikesherov).
  • Rule validateQuoteMarks (@mikesherov).
  • Rule requireParenthesesAroundIIFE (@mikesherov).
  • Rule requireOperatorBeforeLineBreak (@mikesherov).
  • Rule requireCapitalizedConstructors (@mikesherov).
  • Rule disallowDanglingUnderscores (@mikesherov).
  • Rule disallowTrailingWhitespace (@mikesherov).
  • Сurly brace checking for case and default statements (@mikesherov).
  • Rule maximumLineLength (@mikesherov).
  • Rule disallowMixedSpacesAndTabs (@mikesherov).
  • Rule validateIndentation (@mikesherov).
  • README: Reformat to use headings (@nschonni).
  • ES3 future reserved words added to tokenIsReservedWord() (@maxatwork).
  • Fixes for: requireSpaceBeforePostfixUnaryOperators, requireSpaceAfterPrefixUnaryOperators,
    disallowSpaceBeforePostfixUnaryOperators, disallowSpaceAfterPrefixUnaryOperators (@mdevils).
  • Rule disallowMultipleLineStrings (@mikesherov).