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

Commit 65c99cc

Browse files
committed
1.4.4
Changelog, browser version, version update in package.json
1 parent c726557 commit 65c99cc

File tree

3 files changed

+567
-166
lines changed

3 files changed

+567
-166
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
Version 1.4.3:
230
* Presets folder was missing in the package (@mdevils).
331

0 commit comments

Comments
 (0)