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

Commit

Permalink
1.4.0: Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevils committed Apr 30, 2014
1 parent 0e4e199 commit 1fc35fa
Show file tree
Hide file tree
Showing 2 changed files with 2,336 additions and 2,057 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Version 1.4.0:
* 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.
* 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).

Version 1.3.0:
* New JSCS config format: `.jscsrc`. JSON-file with comments.
* Rule `requireBlocksOnNewline` (@Famlam).
Expand Down
Loading

0 comments on commit 1fc35fa

Please sign in to comment.