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

Commit

Permalink
Misc: add 3.0.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Jun 4, 2016
1 parent 584c556 commit 3c64a00
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## Version [3.0.3](https://github.com/jscs-dev/node-jscs/compare/v3.0.3...v3.0.4) (2016-06-04):

Fixed some bugs and improve speed and memory consumption

### Bug fixes
* requireObjectKeysOnNewLine: do not break on object methods (Oleg Gaidarenko)
* Fix: Last method throw in requireObjectKeysOnNewLine (Alexey Yaroshevich)
* disallowQuotedKeysInObjects: ignore spread properties (Oleg Gaidarenko)
* maximumLineLength: correctly position error for comment nodes (Oleg Gaidarenko)
* disallowUnusedParams: notice AssignmentPattern nodes (Oleg Gaidarenko)
* disallowPaddingNewlinesBeforeKeywords: should not ignore comments (Oleg Gaidarenko)
* disallowObjectKeysOnNewLine: correct error message (Oleg Gaidarenko)

### Misc
* Misc: make linters happy (Oleg Gaidarenko)
* Misc: add node 6 to travis (Oleg Gaidarenko)
* Misc: do not modify CST in check mode (#2252) (Oleg Gaidarenko)
* Misc: remove rules "grouping" (Oleg Gaidarenko)
* Misc: bump cst version (Oleg Gaidarenko)
* Tests: remove mocha `.only` call (Oleg Gaidarenko)
* Misc: parallelizing build on travis (Alexey Yaroshevich)
* Misc: Set higher timeout for config generator tests (Alexey Yaroshevich)
* Build: update cst to 0.3.0 (Henry Zhu)
* Errors: add ugly exception for `validateQuoteMarks` of position calc (Oleg Gaidarenko)
* Errors: always add to `line` and `column` properties (Oleg Gaidarenko)

### Docs
* Docs: Fix small typo in require-early-return (#2259) (Sander Boom)
* add jscs+eslint info (#2230) (Henry Zhu)
* Docs: simplify readme a bit more (Oleg Gaidarenko)
* Docs: deprecation clean-up (Oleg Gaidarenko)
* requireCurlyBraces: small docs corrections (Oleg Gaidarenko)

## Version [3.0.3](https://github.com/jscs-dev/node-jscs/compare/v3.0.2...v3.0.3) (2016-02-16):

## Bug Fix
Expand Down

0 comments on commit 3c64a00

Please sign in to comment.