Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello 👋
jscs just published its new version 2.3.1, which is covered by your current version range. After updating it in your project the build kept failing.
This means it’s possible that your software is malfunctioning, because of this update. Use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
Version 2.3.1 (10-14-2015):
A bunch of bug fixes in this release!
The Future
We are probably going to start 3.0 for the next release (mainly integrating CST into JSCS). If you want to know more about CST check out the previous changelog.
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 (which we are still planning). We would love to hear your feedback on what you think should be in 3.0 and beyond!
Bug Fixes:
disallowMultipleVarDecl
- improve{"allExcept": ["require"]}
logic (ValYouW)disallowSpaceAfterObjectKeys
- Allow no space after key withalign
option. (Andrey Ermakov)disallowUnusedParams
- correctly output unused param name (Oleg Gaidarenko)requireDollarBeforejQueryAssignment
- validate all keys (Brian Dixon)requireDollarBeforejQueryAssignment
- Ignore array destructuring (Simen Bekkhus)CLI
- "auto-configure" argument should always be at the end (Oleg Gaidarenko)js-file
- make parser not confuse token types (Oleg Gaidarenko)Again, a big thanks to everything using JSCS! Definitely continue to report any bugs and new ideas! We always appreciate any help/PRs!
We'll probably be moving more of the new rule/option issues to
orphaned
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 and chat with us on our gitter room!@hzoo
The new version differs by 26 commits .
5de4417
2.3.1
29e98b3
Misc: add 2.3.1 changelog
a5f0a1a
Fix:
js-file- make parser not confuse token types
997e0a9
Fix:
disallowSpaceAfterObjectKeys- Allow no space after key with
alignoption.
a04a3a9
Misc: fix 2.3.0 changelog
d975836
CLI: "auto-configure" argument should always be at the end
ed4518d
Fix:
disallowUnusedParams- correctly output unused param name
56a32f7
disallowMultipleVarDecl: improve
{"allExcept": ["require"]}logic
9fd8706
Fix:
requireDollarBeforeJqueryAssignment- validate all keys
90d38c9
Fix:
requireDollarBeforejQueryAssignment- Ignore array destructuring
c6a87c1
2.3.0
ab9405e
Misc: 2.3.0 changelog
58ba030
Preset:
wordpress- change
requireCamelCaseOrUpperCaseIdentifiersfrom
trueto
ignoreProperties``9d4b4da
[Fix] Checker test
c30f38e
Chai: WIP
There are 26 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.