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

Commit 3c64a00

Browse files
committed
Misc: add 3.0.4 changelog
1 parent 584c556 commit 3c64a00

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
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+
134
## Version [3.0.3](https://github.com/jscs-dev/node-jscs/compare/v3.0.2...v3.0.3) (2016-02-16):
235

336
## Bug Fix

0 commit comments

Comments
 (0)