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

Commit f082851

Browse files
committed
Prepare for version 1.5.0
1 parent 60f8c35 commit f082851

File tree

2 files changed

+1796
-915
lines changed

2 files changed

+1796
-915
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
Version 1.5.0
2+
* Sticked Operators Rules: Deprecate in favor of more specific rules (Mike Sherov)
3+
* Update google preset (Oleg Gaidarenko)
4+
* Update jQuery preset (Mike Sherov)
5+
* Implement wikimedia preset (Timo Tijhof)
6+
* Impelement yandex preset (Alexander Tarmolov)
7+
* Implement fileExtensions option (Joel Brandt)
8+
* Implement requireYodaConditions rule (Oleg Gaidarenko)
9+
* Disallow Space After Line Comment: New Rule (Ben Bernard)
10+
* Require Space After Line Comment: New Rule (Ben Bernard)
11+
* Implement requireSpacesInsideParentheses (Mikko Rantanen)
12+
* MaximumLineLength: add ignoreUrlComments option which ignore comments with long urls. (Mike Sherov)
13+
* requireCamelCaseOrUpperCaseIdentifiers: add option to ignore object properties. (Mike Sherov)
14+
* MaximumLineLength: provide relaxing option for comments and/or regular expression literals. (Mike Sherov)
15+
* disallowPaddingNewlinesInBlocks: Count comments as valid tokens. (Joshua Koo)
16+
* Add new option to maximumLineLength rule (Oleg Gaidarenko)
17+
* Function expressions ignore getters and setters (Ruben Tytgat)
18+
* Add "true" as a possible value for binary/unary rules (Oleg Gaidarenko)
19+
* Improve disallowSpacesInsideObjectBrackets (Oleg Gaidarenko)
20+
* Improve disallowSpacesInsideArrayBrackets (Oleg Gaidarenko)
21+
* Improve disallowSpacesInsideArrayBrackets rule (Oleg Gaidarenko)
22+
* Improve disallowSpacesInsideObjectBrackets rule (Oleg Gaidarenko)
23+
* Improve disallowQuotedKeysInObjects rule (Oleg Gaidarenko)
24+
* Improve requireSpacesInsideObjectBrackets rule (Oleg Gaidarenko)
25+
* Improve handling comments for *SpaceAfterKeywords (Oleg Gaidarenko)
26+
* Improve requireOperatorBeforeLineBreak (Oleg Gaidarenko)
27+
* Improve defintions of operators in utils module (Oleg Gaidarenko)
28+
* Improve requireSpaceBeforePostfixUnaryOperators (Oleg Gaidarenko)
29+
* Improve disallowSpaceBeforePostfixUnaryOperators (Oleg Gaidarenko)
30+
* Improve requireSpaceAfterPrefixUnaryOperators (Oleg Gaidarenko)
31+
* Improve disallowSpaceAfterPrefixUnaryOperators (Oleg Gaidarenko)
32+
* Improve disallowSpaceAfterBinaryOperators rule (Oleg Gaidarenko)
33+
* Improve requireSpaceBeforeBinaryOperators rule (Oleg Gaidarenko)
34+
* Improve disallowSpaceBeforeBinaryOperators rule (Oleg Gaidarenko)
35+
* Improve requireSpaceAfterBinaryOperators rule (Oleg Gaidarenko)
36+
* Improve requireOperatorBeforeLineBreak rule (Oleg Gaidarenko)
37+
* Improve requireSpaceAfterPrefixUnaryOperators rule (Oleg Gaidarenko)
38+
* Improve requireOperatorBeforeLineBreak rule (Oleg Gaidarenko)
39+
* Differentiate errors for requireSpaceAfterKeywords (Oleg Gaidarenko)
40+
* Modify lint options of jshint and jscs (Oleg Gaidarenko)
41+
* Test Cleanup (Oleg Gaidarenko)
42+
* Throw error if specified preset does not exist (Oleg Gaidarenko)
43+
* utils: Remove duplicate '+=' from binaryOperators (Timo Tijhof)
44+
* Various readme fixes (Syoichi Tsuyuhara)
45+
* Provide friendly message for corrupted config (Oleg Gaidarenko)
46+
* Use new Vow API (Jordan Harband)
47+
* Update Mocha (Jordan Harband)
48+
* Update dependencies (Jordan Harband)
49+
* Various improvements to the utils module (Oleg Gaidarenko)
50+
* "null" must be a quoted key in IE 6-8 (Jordan Harband)
51+
* Change signature of findOperatorByRangeStart (Oleg Gaidarenko)
52+
* Add isTokenParenthesis method to token helper (Oleg Gaidarenko)
53+
* Improve getTokenByRangeStart method (Oleg Gaidarenko)
54+
* Correct docs for requireSpacesInsideParentheses (Oleg Gaidarenko)
55+
* readme: Clean up assignment operators (Timo Tijhof)
56+
157
Version 1.4.5
258
* Hotfix: Fix binary rules for "," and "=" operators (@markelog)
359

0 commit comments

Comments
 (0)