This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
3.0.4
Version 3.0.4 (2016-06-04):
Fixed some bugs, correctly output CST errors plus 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
andcolumn
properties (Oleg Gaidarenko)