|
| 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) |
| 8 | + * 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) |
| 28 | + |
1 | 29 | Version 1.4.3: |
2 | 30 | * Presets folder was missing in the package (@mdevils). |
3 | 31 |
|
|
0 commit comments