Skip to content

Commit 0f8e861

Browse files
authored
docs: prettify changelog (#114)
1 parent 44c7355 commit 0f8e861

File tree

1 file changed

+37
-35
lines changed

1 file changed

+37
-35
lines changed

CHANGELOG.md

Lines changed: 37 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,101 @@
11
## 3.6.0
22

3-
- Added `['catch']` support in `catch-or-return`
4-
- Added `no-return-in-finally` rule
5-
- Fixed some formatting in the docs
6-
- Added `allowReject` option to `no-return-wrap`
7-
- Added exceptions for `no-callback-in-promise`
3+
* Added `['catch']` support in `catch-or-return`
4+
* Added `no-return-in-finally` rule
5+
* Fixed some formatting in the docs
6+
* Added `allowReject` option to `no-return-wrap`
7+
* Added exceptions for `no-callback-in-promise`
88

99
## 3.5.0
1010

11-
- Addded support for recommended settings using `extends: plugin:promise/recommended`
11+
* Addded support for recommended settings using
12+
`extends: plugin:promise/recommended`
1213

1314
## 3.4.2
1415

15-
- Fixed always return false positive with ternary (#31)
16+
* Fixed always return false positive with ternary (#31)
1617

1718
## 3.4.1
18-
- fixed #49
19+
20+
* fixed #49
1921

2022
## 3.4.0
2123

22-
- new rule: avoid-new
23-
- new rule: no-promise-in-callback
24-
- new rule: no-callback-in-promise
25-
- new rule: no-nesting
24+
* new rule: avoid-new
25+
* new rule: no-promise-in-callback
26+
* new rule: no-callback-in-promise
27+
* new rule: no-nesting
2628

2729
## 3.3.2
2830

29-
- Removed eslint from peerDeps
31+
* Removed eslint from peerDeps
3032

3133
## 3.3.1
3234

33-
- Updated engines with proper stuff
34-
- Fixed bug for unreachable code
35+
* Updated engines with proper stuff
36+
* Fixed bug for unreachable code
3537

3638
## 3.3.0
3739

38-
- Rule: `prefer-async-to-callbacks` added
39-
- Rule: `prefer-async-to-then` added
40+
* Rule: `prefer-async-to-callbacks` added
41+
* Rule: `prefer-async-to-then` added
4042

4143
## 3.2.1
4244

43-
- Fix: `no-return-wrap` rule missing from index.js
45+
* Fix: `no-return-wrap` rule missing from index.js
4446

4547
## 3.2.0
4648

47-
- Added `no-return-wrap` rule
49+
* Added `no-return-wrap` rule
4850

4951
## 3.1.0
5052

51-
- Added multiple terminationMethods
53+
* Added multiple terminationMethods
5254

5355
## 3.0.1
5456

55-
- Removed deprecated `always-catch` rule
56-
- FIX: always-return error with "fn && fn()"
57+
* Removed deprecated `always-catch` rule
58+
* FIX: always-return error with "fn && fn()"
5759

5860
## 3.0.0
5961

60-
- Updated column and line numbers
61-
- Added flow analysis for better handling of if statements
62+
* Updated column and line numbers
63+
* Added flow analysis for better handling of if statements
6264

6365
## 2.0.1
6466

65-
- Fixed type in docs
67+
* Fixed type in docs
6668

6769
## 2.0.0
6870

69-
- ESLint 3.0 Support
71+
* ESLint 3.0 Support
7072

7173
## 1.3.2
7274

73-
- Updated tests to run on eslint 2.0
74-
- Fixed some issues with `no-native` rule
75+
* Updated tests to run on eslint 2.0
76+
* Fixed some issues with `no-native` rule
7577

7678
## 1.3.1
7779

78-
- Actually added `no-native` rule
80+
* Actually added `no-native` rule
7981

8082
## 1.3.0
8183

82-
- Added `no-native` rule
84+
* Added `no-native` rule
8385

8486
## 1.2.0
8587

86-
- Allow `throw` in `always-return` rule
87-
- Added `terminationMethod` option to `catch-or-return` rule
88+
* Allow `throw` in `always-return` rule
89+
* Added `terminationMethod` option to `catch-or-return` rule
8890

8991
## 1.1.0
9092

91-
- Added `catch-or-return` rule
93+
* Added `catch-or-return` rule
9294

9395
## 1.0.8
9496

95-
- Fixed crash issues
97+
* Fixed crash issues
9698

9799
## 1.0.0 - 1.0.7
98100

99-
- Lots of basic feature updates and doc changes
101+
* Lots of basic feature updates and doc changes

0 commit comments

Comments
 (0)