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

Commit 2ec1378

Browse files
committed
Docs: add 3.0.1 and 3.0.2 changelog
1 parent baede85 commit 2ec1378

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Version [3.0.2](https://github.com/jscs-dev/node-jscs/compare/v3.0.1...v3.0.2) (2016-02-15):
2+
3+
## Bug Fix
4+
- Revert all rule deprecations https://github.com/jscs-dev/node-jscs/pull/2217.
5+
- So that users don't need to change their config when upgrading to 3.0
6+
7+
## Version [3.0.1](https://github.com/jscs-dev/node-jscs/compare/v3.0.0...v3.0.1) (2016-02-14):
8+
9+
## Bug Fix
10+
- [`35992b1`](https://github.com/jscs-dev/node-jscs/commit/35992b15ade32c640b3dcf40f5bbc135b76f2c4b) `disallowUnusedVariables`: was including function expressions
11+
112
## Version [3.0.0](https://github.com/jscs-dev/node-jscs/compare/v2.11.0...v3.0.0) (2016-04-14):
213

314
Hell yeah! 3.0 is here. First and foremost we rewrote every... single... rule. We fixed a plentiful amount of bugs (most of which were found during refactoring those rules using [CST](https://github.com/cst/cst)). This provides us the opportunity to include autofix for complicated rules like the brand new `disallowUnusedVariables` rule (see below).

0 commit comments

Comments
 (0)