|
1 | 1 | Version 1.4.4 |
2 | | - * Remove newline char for consistancy (@markelog) |
3 | | - * Update readme for binary rules (@markelog) |
4 | | - * Improve requireSpaceAfterBinaryOperators rule (@markelog) |
5 | | - * Improve disallowSpaceAfterBinaryOperators rule (@markelog) |
6 | | - * Improve requireSpaceBeforeBinaryOperators rule (@markelog) |
7 | | - * Improve disallowSpaceBeforeBinaryOperators rule (@markelog) |
| 2 | + * Improve `requireSpaceAfterBinaryOperators` rule (@markelog) |
| 3 | + * Improve `disallowSpaceAfterBinaryOperators` rule (@markelog) |
| 4 | + * Improve `requireSpaceBeforeBinaryOperators` rule (@markelog) |
| 5 | + * Improve `disallowSpaceBeforeBinaryOperators` rule (@markelog) |
8 | 6 | * Update google preset (@markelog) |
9 | | - * Fix code style issues (@markelog) |
10 | | - * Review fixes (@markelog) |
11 | | - * Update readme for binary rules (@markelog) |
12 | | - * Improve disallowSpaceBeforeBinaryOperators rule (@markelog) |
13 | | - * Improve requireSpaceAfterBinaryOperators rule (@markelog) |
14 | | - * Improve disallowSpaceAfterBinaryOperators rule (@markelog) |
15 | | - * Add "backward" argument to checkIfPunctuator fn (@markelog) |
16 | | - * Improve requireSpaceBeforeBinaryOperator rule (@markelog) |
17 | | - * Add findOperatorByRangeStart fn to token helper (@markelog) |
18 | | - * Simplify definitions of token helper functions (@markelog) |
19 | | - * Add checkIfPunctuator method to token helper (@markelog) |
20 | | - * "requirePaddingNewlinesInBlocks" to support multi-line padding (@zz85) |
21 | | - * Update error message when no config is found. Fixes #372. (@mikesherov) |
22 | | - * Conditional Expression Spacing: documentation, Fixes #356 (@mikesherov) |
23 | | - * Require Spaces In Conditional Expressions: New Rule minus documentation (@mikesherov) |
24 | | - * Disallow Spaces In Conditional Expressions: New Rule minus documentation (@mikesherov) |
25 | | - * Indentation: fix more weird onevar constructs and associated indentation rules. (@mikesherov) |
26 | | - * Indentation: fix bug when IfStatement test contains a BlockStatement (@mikesherov) |
27 | | - * Fix "requirePaddingNewlinesInBlock" typo in README documentation (@zz85) |
| 7 | + * Fixes `requirePaddingNewlinesInBlocks`: support multi-line padding (@zz85) |
| 8 | + * Update error message when no config is found (@mikesherov) |
| 9 | + * Rule `requireSpacesInConditionalExpression` (@mikesherov) |
| 10 | + * Rule `disallowSpacesInConditionalExpression` |
| 11 | + * Fixes for `validateIndentation` rule: fix more weird onevar constructs and associated indentation rules. (@mikesherov) |
| 12 | + * Fixes for `validateIndentation` rule: fix bug when IfStatement test contains a BlockStatement |
28 | 13 |
|
29 | 14 | Version 1.4.3: |
30 | 15 | * Presets folder was missing in the package (@mdevils). |
|
0 commit comments