|
1 | 1 | ## 3.6.0
|
2 | 2 |
|
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` |
8 | 8 |
|
9 | 9 | ## 3.5.0
|
10 | 10 |
|
11 |
| -- Addded support for recommended settings using `extends: plugin:promise/recommended` |
| 11 | +* Addded support for recommended settings using |
| 12 | + `extends: plugin:promise/recommended` |
12 | 13 |
|
13 | 14 | ## 3.4.2
|
14 | 15 |
|
15 |
| -- Fixed always return false positive with ternary (#31) |
| 16 | +* Fixed always return false positive with ternary (#31) |
16 | 17 |
|
17 | 18 | ## 3.4.1
|
18 |
| -- fixed #49 |
| 19 | + |
| 20 | +* fixed #49 |
19 | 21 |
|
20 | 22 | ## 3.4.0
|
21 | 23 |
|
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 |
26 | 28 |
|
27 | 29 | ## 3.3.2
|
28 | 30 |
|
29 |
| -- Removed eslint from peerDeps |
| 31 | +* Removed eslint from peerDeps |
30 | 32 |
|
31 | 33 | ## 3.3.1
|
32 | 34 |
|
33 |
| -- Updated engines with proper stuff |
34 |
| -- Fixed bug for unreachable code |
| 35 | +* Updated engines with proper stuff |
| 36 | +* Fixed bug for unreachable code |
35 | 37 |
|
36 | 38 | ## 3.3.0
|
37 | 39 |
|
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 |
40 | 42 |
|
41 | 43 | ## 3.2.1
|
42 | 44 |
|
43 |
| -- Fix: `no-return-wrap` rule missing from index.js |
| 45 | +* Fix: `no-return-wrap` rule missing from index.js |
44 | 46 |
|
45 | 47 | ## 3.2.0
|
46 | 48 |
|
47 |
| -- Added `no-return-wrap` rule |
| 49 | +* Added `no-return-wrap` rule |
48 | 50 |
|
49 | 51 | ## 3.1.0
|
50 | 52 |
|
51 |
| -- Added multiple terminationMethods |
| 53 | +* Added multiple terminationMethods |
52 | 54 |
|
53 | 55 | ## 3.0.1
|
54 | 56 |
|
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()" |
57 | 59 |
|
58 | 60 | ## 3.0.0
|
59 | 61 |
|
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 |
62 | 64 |
|
63 | 65 | ## 2.0.1
|
64 | 66 |
|
65 |
| -- Fixed type in docs |
| 67 | +* Fixed type in docs |
66 | 68 |
|
67 | 69 | ## 2.0.0
|
68 | 70 |
|
69 |
| -- ESLint 3.0 Support |
| 71 | +* ESLint 3.0 Support |
70 | 72 |
|
71 | 73 | ## 1.3.2
|
72 | 74 |
|
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 |
75 | 77 |
|
76 | 78 | ## 1.3.1
|
77 | 79 |
|
78 |
| -- Actually added `no-native` rule |
| 80 | +* Actually added `no-native` rule |
79 | 81 |
|
80 | 82 | ## 1.3.0
|
81 | 83 |
|
82 |
| -- Added `no-native` rule |
| 84 | +* Added `no-native` rule |
83 | 85 |
|
84 | 86 | ## 1.2.0
|
85 | 87 |
|
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 |
88 | 90 |
|
89 | 91 | ## 1.1.0
|
90 | 92 |
|
91 |
| -- Added `catch-or-return` rule |
| 93 | +* Added `catch-or-return` rule |
92 | 94 |
|
93 | 95 | ## 1.0.8
|
94 | 96 |
|
95 |
| -- Fixed crash issues |
| 97 | +* Fixed crash issues |
96 | 98 |
|
97 | 99 | ## 1.0.0 - 1.0.7
|
98 | 100 |
|
99 |
| -- Lots of basic feature updates and doc changes |
| 101 | +* Lots of basic feature updates and doc changes |
0 commit comments