|
| 1 | +## Version [3.0.3](https://github.com/jscs-dev/node-jscs/compare/v3.0.3...v3.0.4) (2016-06-04): |
| 2 | + |
| 3 | +Fixed some bugs and improve speed and memory consumption |
| 4 | + |
| 5 | +### Bug fixes |
| 6 | +* requireObjectKeysOnNewLine: do not break on object methods (Oleg Gaidarenko) |
| 7 | +* Fix: Last method throw in requireObjectKeysOnNewLine (Alexey Yaroshevich) |
| 8 | +* disallowQuotedKeysInObjects: ignore spread properties (Oleg Gaidarenko) |
| 9 | +* maximumLineLength: correctly position error for comment nodes (Oleg Gaidarenko) |
| 10 | +* disallowUnusedParams: notice AssignmentPattern nodes (Oleg Gaidarenko) |
| 11 | +* disallowPaddingNewlinesBeforeKeywords: should not ignore comments (Oleg Gaidarenko) |
| 12 | +* disallowObjectKeysOnNewLine: correct error message (Oleg Gaidarenko) |
| 13 | + |
| 14 | +### Misc |
| 15 | +* Misc: make linters happy (Oleg Gaidarenko) |
| 16 | +* Misc: add node 6 to travis (Oleg Gaidarenko) |
| 17 | +* Misc: do not modify CST in check mode (#2252) (Oleg Gaidarenko) |
| 18 | +* Misc: remove rules "grouping" (Oleg Gaidarenko) |
| 19 | +* Misc: bump cst version (Oleg Gaidarenko) |
| 20 | +* Tests: remove mocha `.only` call (Oleg Gaidarenko) |
| 21 | +* Misc: parallelizing build on travis (Alexey Yaroshevich) |
| 22 | +* Misc: Set higher timeout for config generator tests (Alexey Yaroshevich) |
| 23 | +* Build: update cst to 0.3.0 (Henry Zhu) |
| 24 | +* Errors: add ugly exception for `validateQuoteMarks` of position calc (Oleg Gaidarenko) |
| 25 | +* Errors: always add to `line` and `column` properties (Oleg Gaidarenko) |
| 26 | + |
| 27 | +### Docs |
| 28 | +* Docs: Fix small typo in require-early-return (#2259) (Sander Boom) |
| 29 | +* add jscs+eslint info (#2230) (Henry Zhu) |
| 30 | +* Docs: simplify readme a bit more (Oleg Gaidarenko) |
| 31 | +* Docs: deprecation clean-up (Oleg Gaidarenko) |
| 32 | +* requireCurlyBraces: small docs corrections (Oleg Gaidarenko) |
| 33 | + |
1 | 34 | ## Version [3.0.3](https://github.com/jscs-dev/node-jscs/compare/v3.0.2...v3.0.3) (2016-02-16):
|
2 | 35 |
|
3 | 36 | ## Bug Fix
|
|
0 commit comments