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

Commit 77fead1

Browse files
committed
Misc: add 2.5.1 changelog
1 parent 4f65c05 commit 77fead1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## Version [2.5.1](https://github.com/jscs-dev/node-jscs/compare/v2.5.0...v2.5.1) (11-06-2015):
2+
3+
Just some bug fixes and an internal change before we integrate CST.
4+
5+
### Fixes
6+
7+
* `disallowUnusedParams`: ignore eval exressions (Oleg Gaidarenko)
8+
* `Configuration`: do not try to load presets with function values (Oleg Gaidarenko)
9+
* `requirePaddingNewLinesAfterBlocks` - don't throw on empty block (Oleg Gaidarenko)
10+
* `requireSpacesInGenerator` - account for named functions (Henry Zhu)
11+
12+
### Internal changes
13+
14+
* Add `Whitespace` token in preparation for using CST (Marat Dulin)
15+
116
## Version [2.5.0](https://github.com/jscs-dev/node-jscs/compare/v2.4.0...v2.5.0) (10-28-2015):
217

318
### Preset Updates

0 commit comments

Comments
 (0)