You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
## Version [2.3.1](https://github.com/jscs-dev/node-jscs/compare/v2.3.0...v2.3.1) (10-14-2015):
2
+
3
+
A bunch of bug fixes in this release!
4
+
5
+
### The Future
6
+
7
+
We are probably going to start 3.0 for the next release (mainly integrating [CST](https://github.com/cst/cst) into JSCS). If you want to know more about CST check out the [previous changelog](https://github.com/jscs-dev/node-jscs/blob/master/CHANGELOG.md#-つ-_-つ--give-cst).
8
+
9
+
Our current plan is to move our 3.0/cst branch to master and then create a 2.x branch to continue to release bug fixes / contributer PRs. The core team will be mainly focused on tackling issues on our [3.0 roadmap](https://github.com/jscs-dev/node-jscs/issues/1854) (which we are still planning). We would love to hear your feedback on what you think should be in 3.0 and beyond!
*`CLI` - "auto-configure" argument should always be at the end
60
+
(Oleg Gaidarenko)
61
+
62
+
```bash
63
+
// correct autoconfigure args
64
+
jscs --autoconfigure ./files/here
65
+
```
66
+
67
+
*`js-file` - make parser not confuse token types (Oleg Gaidarenko)
68
+
69
+
```js
70
+
// Fixes issues with keywords like with
71
+
classA {
72
+
catch() {}
73
+
}
74
+
```
75
+
76
+
Again, a big thanks to everything using [JSCS](jscs.info)! Definitely continue to report any bugs and new ideas! We always appreciate any help/PRs!
77
+
78
+
We'll probably be moving more of the new rule/option issues to [`orphaned`](https://github.com/jscs-dev/node-jscs/issues?q=label%3Aorphaned+is%3Aclosed) which just means that they are on hold but anyone can still PR it or reopen it later. Remember to tweet at us at [@jscs_dev](https://twitter.com/jscs_dev) and chat with us on our [gitter room](https://gitter.im/jscs-dev/node-jscs)!
79
+
80
+
@hzoo
81
+
82
+
## Version [2.3.0](https://github.com/jscs-dev/node-jscs/compare/v2.2.1...v2.3.0) (10-07-2015):
2
83
3
84
A quick update! A few more rules, preset updates, and bug fixes!
4
85
@@ -83,7 +164,7 @@ Again, a big thanks to everything using JSCS! Definitely continue to report any
0 commit comments