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

Commit 0862b1f

Browse files
committed
1.4.4: Clean-up the changelog
1 parent 65c99cc commit 0862b1f

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

CHANGELOG.md

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,15 @@
11
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)
86
* 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
2813

2914
Version 1.4.3:
3015
* Presets folder was missing in the package (@mdevils).

0 commit comments

Comments
 (0)