|
25 | 25 | - Included `catch()` and `finally()` in `prefer-await-to-then` #196
|
26 | 26 | - Added some additional tests and upgraded some dev deps #196
|
27 | 27 | - Exempted array methods in prefer-await-to-callbacks
|
28 |
| - ([#212](https://github.com/xjamundx/eslint-plugin-promise/issues/212)) |
| 28 | + ([#212](https://github.com/eslint-community/eslint-plugin-promise/issues/212)) |
29 | 29 |
|
30 | 30 | ## 5.0.0
|
31 | 31 |
|
|
37 | 37 |
|
38 | 38 | ## 4.3.0
|
39 | 39 |
|
40 |
| -- https://github.com/xjamundx/eslint-plugin-promise/pull/202 |
| 40 | +- https://github.com/eslint-community/eslint-plugin-promise/pull/202 |
41 | 41 | - Udpated jest
|
42 | 42 |
|
43 | 43 | ## 4.2.2
|
|
52 | 52 | ## 4.0.1
|
53 | 53 |
|
54 | 54 | - Remove `promise/param-names` fixer
|
55 |
| - ([#146](https://github.com/xjamundx/eslint-plugin-promise/pull/146)) |
| 55 | + ([#146](https://github.com/eslint-community/eslint-plugin-promise/pull/146)) |
56 | 56 |
|
57 | 57 | ## 4.0.0
|
58 | 58 |
|
59 | 59 | - Added fixer for `promise/no-new-statics` rule
|
60 |
| - ([#133](https://github.com/xjamundx/eslint-plugin-promise/pull/133)) |
| 60 | + ([#133](https://github.com/eslint-community/eslint-plugin-promise/pull/133)) |
61 | 61 | - Support ESLint v5
|
62 |
| - ([#144](https://github.com/xjamundx/eslint-plugin-promise/pull/144)) |
| 62 | + ([#144](https://github.com/eslint-community/eslint-plugin-promise/pull/144)) |
63 | 63 |
|
64 | 64 | This is a breaking change that drops support for Node v4. In order to use ESLint
|
65 | 65 | v5 and eslint-plugin-promise v4, you must use Node >=6.
|
66 | 66 |
|
67 | 67 | ## 3.8.0
|
68 | 68 |
|
69 | 69 | - Removed `promise/avoid-new` from recommended configuration
|
70 |
| - ([#119](https://github.com/xjamundx/eslint-plugin-promise/pull/119)) |
| 70 | + ([#119](https://github.com/eslint-community/eslint-plugin-promise/pull/119)) |
71 | 71 | - Ignored event listener callbacks in `promise/prefer-await-to-callbacks`
|
72 |
| - ([#117](https://github.com/xjamundx/eslint-plugin-promise/pull/117)) |
| 72 | + ([#117](https://github.com/eslint-community/eslint-plugin-promise/pull/117)) |
73 | 73 | - Ignored top-level awaits in `promise/prefer-await-to-then`
|
74 |
| - ([#126](https://github.com/xjamundx/eslint-plugin-promise/pull/126)) |
| 74 | + ([#126](https://github.com/eslint-community/eslint-plugin-promise/pull/126)) |
75 | 75 | - Added docs for `promise/no-nesting` and `promise/prefer-await-to-then`
|
76 |
| - ([#120](https://github.com/xjamundx/eslint-plugin-promise/pull/120)) |
77 |
| - ([#121](https://github.com/xjamundx/eslint-plugin-promise/pull/121)) |
| 76 | + ([#120](https://github.com/eslint-community/eslint-plugin-promise/pull/120)) |
| 77 | + ([#121](https://github.com/eslint-community/eslint-plugin-promise/pull/121)) |
78 | 78 |
|
79 | 79 | ## 3.7.0
|
80 | 80 |
|
81 | 81 | - Added `promise/valid-params` rule
|
82 |
| - ([#85](https://github.com/xjamundx/eslint-plugin-promise/pull/85)) |
| 82 | + ([#85](https://github.com/eslint-community/eslint-plugin-promise/pull/85)) |
83 | 83 | - Added `promise/no-new-statics` rule
|
84 |
| - ([#82](https://github.com/xjamundx/eslint-plugin-promise/pull/82)) |
| 84 | + ([#82](https://github.com/eslint-community/eslint-plugin-promise/pull/82)) |
85 | 85 | - Added fixer for `promise/param-names` rule
|
86 |
| - ([#99](https://github.com/xjamundx/eslint-plugin-promise/pull/99)) |
| 86 | + ([#99](https://github.com/eslint-community/eslint-plugin-promise/pull/99)) |
87 | 87 | - Added rule documentation to each rule
|
88 |
| - ([#91](https://github.com/xjamundx/eslint-plugin-promise/pull/91)) |
| 88 | + ([#91](https://github.com/eslint-community/eslint-plugin-promise/pull/91)) |
89 | 89 |
|
90 | 90 | ## 3.6.0
|
91 | 91 |
|
|
0 commit comments