| 1 | # [25.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.6.0...v25.7.0) (2022-01-15)
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | ### Features
|
|---|
| 5 |
|
|---|
| 6 | * create `prefer-equality-matcher` rule ([#1016](https://github.com/jest-community/eslint-plugin-jest/issues/1016)) ([341353b](https://github.com/jest-community/eslint-plugin-jest/commit/341353bc7d57685cc5e0b31501d6ca336a0dbaf0))
|
|---|
| 7 | * **valid-expect:** support `asyncMatchers` option and default to `jest-extended` matchers ([#1018](https://github.com/jest-community/eslint-plugin-jest/issues/1018)) ([c82205a](https://github.com/jest-community/eslint-plugin-jest/commit/c82205a73a4e8de315a2ad4d413b146e27c14a34))
|
|---|
| 8 |
|
|---|
| 9 | # [25.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.5.0...v25.6.0) (2022-01-15)
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | ### Features
|
|---|
| 13 |
|
|---|
| 14 | * create `prefer-comparison-matcher` rule ([#1015](https://github.com/jest-community/eslint-plugin-jest/issues/1015)) ([eb11876](https://github.com/jest-community/eslint-plugin-jest/commit/eb118761a422b3589311113cd827a6be437f5bb5))
|
|---|
| 15 |
|
|---|
| 16 | # [25.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.4.0...v25.5.0) (2022-01-15)
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 | ### Features
|
|---|
| 20 |
|
|---|
| 21 | * **prefer-expect-assertions:** support requiring only if `expect` is used in a callback ([#1028](https://github.com/jest-community/eslint-plugin-jest/issues/1028)) ([8d5fd33](https://github.com/jest-community/eslint-plugin-jest/commit/8d5fd33eed633f0c0bbdcb9e86bd2d8d7de79c4b))
|
|---|
| 22 |
|
|---|
| 23 | # [25.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.4...v25.4.0) (2022-01-15)
|
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 | ### Features
|
|---|
| 27 |
|
|---|
| 28 | * **prefer-expect-assertions:** support requiring only if `expect` is used in a loop ([#1013](https://github.com/jest-community/eslint-plugin-jest/issues/1013)) ([e6f4f8a](https://github.com/jest-community/eslint-plugin-jest/commit/e6f4f8aaf7664bcf9d9d5549c3c43b1b09f49461))
|
|---|
| 29 |
|
|---|
| 30 | ## [25.3.4](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.3...v25.3.4) (2022-01-01)
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | ### Bug Fixes
|
|---|
| 34 |
|
|---|
| 35 | * **prefer-lowercase-title:** ignore `it` and `test` separately ([#1011](https://github.com/jest-community/eslint-plugin-jest/issues/1011)) ([f1a7674](https://github.com/jest-community/eslint-plugin-jest/commit/f1a767400967bd923512f79e80f283b3b2afa772))
|
|---|
| 36 |
|
|---|
| 37 | ## [25.3.3](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.2...v25.3.3) (2021-12-30)
|
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 | ### Bug Fixes
|
|---|
| 41 |
|
|---|
| 42 | * **prefer-to-contain:** support square bracket accessors ([#1009](https://github.com/jest-community/eslint-plugin-jest/issues/1009)) ([73984a7](https://github.com/jest-community/eslint-plugin-jest/commit/73984a79f790986a17116589a587506bcc10efc0))
|
|---|
| 43 | * **prefer-to-have-length:** support square bracket accessors ([#1010](https://github.com/jest-community/eslint-plugin-jest/issues/1010)) ([9e70f55](https://github.com/jest-community/eslint-plugin-jest/commit/9e70f550e341432f69a1cd334c19df87513ea906))
|
|---|
| 44 |
|
|---|
| 45 | ## [25.3.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.1...v25.3.2) (2021-12-27)
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 | ### Bug Fixes
|
|---|
| 49 |
|
|---|
| 50 | * **no-large-snapshots:** only count size of template string for inline snapshots ([#1005](https://github.com/jest-community/eslint-plugin-jest/issues/1005)) ([5bea38f](https://github.com/jest-community/eslint-plugin-jest/commit/5bea38f9773ab686f08a7cc25247a782d50aa5ed))
|
|---|
| 51 | * **prefer-hooks-on-top:** improve message & docs ([#999](https://github.com/jest-community/eslint-plugin-jest/issues/999)) ([f9e7ae2](https://github.com/jest-community/eslint-plugin-jest/commit/f9e7ae29233daad7bfea2230bea7266659299328))
|
|---|
| 52 |
|
|---|
| 53 | ## [25.3.1](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.0...v25.3.1) (2021-12-27)
|
|---|
| 54 |
|
|---|
| 55 |
|
|---|
| 56 | ### Bug Fixes
|
|---|
| 57 |
|
|---|
| 58 | * **prefer-to-be:** support template literals ([#1006](https://github.com/jest-community/eslint-plugin-jest/issues/1006)) ([aa428e6](https://github.com/jest-community/eslint-plugin-jest/commit/aa428e6598d5f7b259d3cec1bc505989a0fe9885))
|
|---|
| 59 |
|
|---|
| 60 | # [25.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.2.4...v25.3.0) (2021-11-23)
|
|---|
| 61 |
|
|---|
| 62 |
|
|---|
| 63 | ### Features
|
|---|
| 64 |
|
|---|
| 65 | * **require-hook:** add `allowedFunctionCalls` setting ([#983](https://github.com/jest-community/eslint-plugin-jest/issues/983)) ([9d9336a](https://github.com/jest-community/eslint-plugin-jest/commit/9d9336a7624c53c0bb3ee899b8cc336a0b3349cb))
|
|---|
| 66 |
|
|---|
| 67 | ## [25.2.4](https://github.com/jest-community/eslint-plugin-jest/compare/v25.2.3...v25.2.4) (2021-11-08)
|
|---|
| 68 |
|
|---|
| 69 |
|
|---|
| 70 | ### Bug Fixes
|
|---|
| 71 |
|
|---|
| 72 | * **prefer-to-be:** preserve `resolves` and `rejects` modifiers ([#980](https://github.com/jest-community/eslint-plugin-jest/issues/980)) ([a1296bd](https://github.com/jest-community/eslint-plugin-jest/commit/a1296bdee3a3a8ec5f64f95735ca01b91e8f4118))
|
|---|
| 73 |
|
|---|
| 74 | ## [25.2.3](https://github.com/jest-community/eslint-plugin-jest/compare/v25.2.2...v25.2.3) (2021-11-04)
|
|---|
| 75 |
|
|---|
| 76 |
|
|---|
| 77 | ### Bug Fixes
|
|---|
| 78 |
|
|---|
| 79 | * **no-deprecated-functions:** mark jest as an optional peer dependency ([#970](https://github.com/jest-community/eslint-plugin-jest/issues/970)) ([f468752](https://github.com/jest-community/eslint-plugin-jest/commit/f468752fc0aba89dd9bcce5fe676a04cb2fa6407))
|
|---|
| 80 |
|
|---|
| 81 | ## [25.2.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.2.1...v25.2.2) (2021-10-17)
|
|---|
| 82 |
|
|---|
| 83 |
|
|---|
| 84 | ### Bug Fixes
|
|---|
| 85 |
|
|---|
| 86 | * **require-hook:** check variables are either `const` or declarations ([#959](https://github.com/jest-community/eslint-plugin-jest/issues/959)) ([ce8cd61](https://github.com/jest-community/eslint-plugin-jest/commit/ce8cd612b7c4c16dc29934118b191d3fbe1ffc07))
|
|---|
| 87 |
|
|---|
| 88 | ## [25.2.1](https://github.com/jest-community/eslint-plugin-jest/compare/v25.2.0...v25.2.1) (2021-10-15)
|
|---|
| 89 |
|
|---|
| 90 |
|
|---|
| 91 | ### Bug Fixes
|
|---|
| 92 |
|
|---|
| 93 | * **expect-expect:** don't error on `it.todo` & `test.todo` calls ([#954](https://github.com/jest-community/eslint-plugin-jest/issues/954)) ([d3cc0db](https://github.com/jest-community/eslint-plugin-jest/commit/d3cc0db129f8d2021cf278f656b73b8c7efb2dc2))
|
|---|
| 94 |
|
|---|
| 95 | # [25.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.1.0...v25.2.0) (2021-10-14)
|
|---|
| 96 |
|
|---|
| 97 |
|
|---|
| 98 | ### Features
|
|---|
| 99 |
|
|---|
| 100 | * **expect-expect:** support `additionalTestBlockFunctions` option ([#850](https://github.com/jest-community/eslint-plugin-jest/issues/850)) ([3b94c62](https://github.com/jest-community/eslint-plugin-jest/commit/3b94c62b81a50bc8b213c597bb59799cff1ef207))
|
|---|
| 101 |
|
|---|
| 102 | # [25.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.6...v25.1.0) (2021-10-14)
|
|---|
| 103 |
|
|---|
| 104 |
|
|---|
| 105 | ### Features
|
|---|
| 106 |
|
|---|
| 107 | * support `eslint@8` ([#940](https://github.com/jest-community/eslint-plugin-jest/issues/940)) ([5a9e45f](https://github.com/jest-community/eslint-plugin-jest/commit/5a9e45f61888a3c32eac3cbfeaf3acdfaa5d9c83))
|
|---|
| 108 |
|
|---|
| 109 | ## [25.0.6](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.5...v25.0.6) (2021-10-14)
|
|---|
| 110 |
|
|---|
| 111 |
|
|---|
| 112 | ### Bug Fixes
|
|---|
| 113 |
|
|---|
| 114 | * **valid-expect-in-promise:** allow `expect.resolve` & `expect.reject` ([#948](https://github.com/jest-community/eslint-plugin-jest/issues/948)) ([71b7e17](https://github.com/jest-community/eslint-plugin-jest/commit/71b7e17953b4310a4f2845adc951c68cf062cdc1)), closes [#947](https://github.com/jest-community/eslint-plugin-jest/issues/947)
|
|---|
| 115 | * **valid-expect-in-promise:** support `await` in arrays ([#949](https://github.com/jest-community/eslint-plugin-jest/issues/949)) ([a62130c](https://github.com/jest-community/eslint-plugin-jest/commit/a62130c28d01dea065cc6900a062180de2079876))
|
|---|
| 116 |
|
|---|
| 117 | ## [25.0.5](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.4...v25.0.5) (2021-10-11)
|
|---|
| 118 |
|
|---|
| 119 |
|
|---|
| 120 | ### Bug Fixes
|
|---|
| 121 |
|
|---|
| 122 | * support `@typescript-eslint/eslint-plugin@5` ([#942](https://github.com/jest-community/eslint-plugin-jest/issues/942)) ([9b842a3](https://github.com/jest-community/eslint-plugin-jest/commit/9b842a309fb8e4263896f3e5b5150cf091d48698))
|
|---|
| 123 |
|
|---|
| 124 | ## [25.0.4](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.3...v25.0.4) (2021-10-11)
|
|---|
| 125 |
|
|---|
| 126 |
|
|---|
| 127 | ### Bug Fixes
|
|---|
| 128 |
|
|---|
| 129 | * update `@typescript-eslint/experimental-utils` to v5 ([#941](https://github.com/jest-community/eslint-plugin-jest/issues/941)) ([afad49a](https://github.com/jest-community/eslint-plugin-jest/commit/afad49a885eeb1ac52f00d8e1666259210a4b675))
|
|---|
| 130 |
|
|---|
| 131 | ## [25.0.3](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.2...v25.0.3) (2021-10-11)
|
|---|
| 132 |
|
|---|
| 133 |
|
|---|
| 134 | ### Bug Fixes
|
|---|
| 135 |
|
|---|
| 136 | * **valid-expect-in-promise:** support awaited promises in arguments ([#936](https://github.com/jest-community/eslint-plugin-jest/issues/936)) ([bd2c33c](https://github.com/jest-community/eslint-plugin-jest/commit/bd2c33c858573d5414d8bc0d401eb6f27801ad2b))
|
|---|
| 137 |
|
|---|
| 138 | ## [25.0.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.1...v25.0.2) (2021-10-11)
|
|---|
| 139 |
|
|---|
| 140 |
|
|---|
| 141 | ### Bug Fixes
|
|---|
| 142 |
|
|---|
| 143 | * **valid-expect-in-promise:** support out of order awaits ([#939](https://github.com/jest-community/eslint-plugin-jest/issues/939)) ([07d2137](https://github.com/jest-community/eslint-plugin-jest/commit/07d213719de974d6b5a1cab75e836dc39b432f87))
|
|---|
| 144 |
|
|---|
| 145 | ## [25.0.1](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0...v25.0.1) (2021-10-10)
|
|---|
| 146 |
|
|---|
| 147 |
|
|---|
| 148 | ### Bug Fixes
|
|---|
| 149 |
|
|---|
| 150 | * specify peer dependency ranges correctly ([cb87458](https://github.com/jest-community/eslint-plugin-jest/commit/cb87458d5f7dc7f669ab0c4067d75fc06ee29553))
|
|---|
| 151 |
|
|---|
| 152 | # [25.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.7.0...v25.0.0) (2021-10-10)
|
|---|
| 153 |
|
|---|
| 154 |
|
|---|
| 155 | ### Bug Fixes
|
|---|
| 156 |
|
|---|
| 157 | * stop testing ESLint 5 ([#893](https://github.com/jest-community/eslint-plugin-jest/issues/893)) ([47a0138](https://github.com/jest-community/eslint-plugin-jest/commit/47a0138856e6247cde00b17682e49865b8f5a1f6))
|
|---|
| 158 | * stop testing on Node 10 and 15 ([#891](https://github.com/jest-community/eslint-plugin-jest/issues/891)) ([bcd8d11](https://github.com/jest-community/eslint-plugin-jest/commit/bcd8d112fcd98a7652c767bd246d05101979239c))
|
|---|
| 159 |
|
|---|
| 160 |
|
|---|
| 161 | ### Features
|
|---|
| 162 |
|
|---|
| 163 | * add `prefer-to-be` to style ruleset ([2a3376f](https://github.com/jest-community/eslint-plugin-jest/commit/2a3376fc9f5fe60d03d9aad0c4e5c7c423487e60))
|
|---|
| 164 | * **lowercase-name:** rename to `prefer-lowercase-title` ([b860084](https://github.com/jest-community/eslint-plugin-jest/commit/b8600841e371d5d9f36be4e50e53252fd8f62734))
|
|---|
| 165 | * **prefer-to-be-null:** remove rule ([809bcda](https://github.com/jest-community/eslint-plugin-jest/commit/809bcda12c555a24c764d152bcac9814ea55e72f))
|
|---|
| 166 | * **prefer-to-be-undefined:** remove rule ([3434d9b](https://github.com/jest-community/eslint-plugin-jest/commit/3434d9bd22b92bace6e0a50e2c72b401ac17704d))
|
|---|
| 167 | * remove deprecated rules ([#661](https://github.com/jest-community/eslint-plugin-jest/issues/661)) ([e8f16ec](https://github.com/jest-community/eslint-plugin-jest/commit/e8f16ec0e204a94a0e549cb9b415b3c6c8981aee))
|
|---|
| 168 | * **valid-describe:** rename to `valid-describe-callback` ([f3e9e9a](https://github.com/jest-community/eslint-plugin-jest/commit/f3e9e9a64e183a0fb8af3436611a7f70366a528d))
|
|---|
| 169 |
|
|---|
| 170 |
|
|---|
| 171 | ### BREAKING CHANGES
|
|---|
| 172 |
|
|---|
| 173 | * **valid-describe:** renamed `valid-describe` to `valid-describe-callback`
|
|---|
| 174 | * **lowercase-name:** renamed `lowercase-name` to `prefer-lowercase-title`
|
|---|
| 175 | * **prefer-to-be-undefined:** removed `prefer-to-be-undefined` rule
|
|---|
| 176 | * **prefer-to-be-null:** removed `prefer-to-be-null` rule
|
|---|
| 177 | * recommend `prefer-to-be` rule
|
|---|
| 178 | * Removes rules `no-expect-resolves`, `no-truthy-falsy`, `no-try-expect`, and `prefer-inline-snapshots`
|
|---|
| 179 | * Drop support for ESLint 5
|
|---|
| 180 | * Drop support for Node 10 and 15
|
|---|
| 181 |
|
|---|
| 182 | # [25.0.0-next.7](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.6...v25.0.0-next.7) (2021-10-10)
|
|---|
| 183 |
|
|---|
| 184 |
|
|---|
| 185 | ### Features
|
|---|
| 186 |
|
|---|
| 187 | * add `prefer-to-be` to style ruleset ([2a3376f](https://github.com/jest-community/eslint-plugin-jest/commit/2a3376fc9f5fe60d03d9aad0c4e5c7c423487e60))
|
|---|
| 188 | * **lowercase-name:** rename to `prefer-lowercase-title` ([b860084](https://github.com/jest-community/eslint-plugin-jest/commit/b8600841e371d5d9f36be4e50e53252fd8f62734))
|
|---|
| 189 | * **prefer-to-be-null:** remove rule ([809bcda](https://github.com/jest-community/eslint-plugin-jest/commit/809bcda12c555a24c764d152bcac9814ea55e72f))
|
|---|
| 190 | * **prefer-to-be-undefined:** remove rule ([3434d9b](https://github.com/jest-community/eslint-plugin-jest/commit/3434d9bd22b92bace6e0a50e2c72b401ac17704d))
|
|---|
| 191 | * **valid-describe:** rename to `valid-describe-callback` ([f3e9e9a](https://github.com/jest-community/eslint-plugin-jest/commit/f3e9e9a64e183a0fb8af3436611a7f70366a528d))
|
|---|
| 192 |
|
|---|
| 193 |
|
|---|
| 194 | ### BREAKING CHANGES
|
|---|
| 195 |
|
|---|
| 196 | * **valid-describe:** renamed `valid-describe` to `valid-describe-callback`
|
|---|
| 197 | * **lowercase-name:** renamed `lowercase-name` to `prefer-lowercase-title`
|
|---|
| 198 | * **prefer-to-be-undefined:** removed `prefer-to-be-undefined` rule
|
|---|
| 199 | * **prefer-to-be-null:** removed `prefer-to-be-null` rule
|
|---|
| 200 | * recommend `prefer-to-be` rule
|
|---|
| 201 |
|
|---|
| 202 | # [25.0.0-next.6](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.5...v25.0.0-next.6) (2021-10-10)
|
|---|
| 203 |
|
|---|
| 204 |
|
|---|
| 205 | ### Bug Fixes
|
|---|
| 206 |
|
|---|
| 207 | * **lowercase-name:** consider skip and only prefixes for ignores ([#923](https://github.com/jest-community/eslint-plugin-jest/issues/923)) ([8716c24](https://github.com/jest-community/eslint-plugin-jest/commit/8716c24678ea7dc7c9f692b573d1ea19a67efd84))
|
|---|
| 208 | * **prefer-to-be:** don't consider RegExp literals as `toBe`-able ([#922](https://github.com/jest-community/eslint-plugin-jest/issues/922)) ([99b6d42](https://github.com/jest-community/eslint-plugin-jest/commit/99b6d429e697d60645b4bc64ee4ae34d7016118c))
|
|---|
| 209 |
|
|---|
| 210 |
|
|---|
| 211 | ### Features
|
|---|
| 212 |
|
|---|
| 213 | * create `require-hook` rule ([#929](https://github.com/jest-community/eslint-plugin-jest/issues/929)) ([6204b31](https://github.com/jest-community/eslint-plugin-jest/commit/6204b311e849b51a0e4705015575139f590ae7a4))
|
|---|
| 214 | * deprecate `prefer-to-be-null` rule ([4db9161](https://github.com/jest-community/eslint-plugin-jest/commit/4db91612e988e84ac2facbfe466331b22eeccec9))
|
|---|
| 215 | * deprecate `prefer-to-be-undefined` rule ([fa08f09](https://github.com/jest-community/eslint-plugin-jest/commit/fa08f0944e89915fb215bbeff970f12459121cb8))
|
|---|
| 216 | * **valid-expect-in-promise:** re-implement rule ([#916](https://github.com/jest-community/eslint-plugin-jest/issues/916)) ([7a49c58](https://github.com/jest-community/eslint-plugin-jest/commit/7a49c5831e3d85a60c11e385203b8f83d98ad580))
|
|---|
| 217 |
|
|---|
| 218 | # [25.0.0-next.5](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.4...v25.0.0-next.5) (2021-09-29)
|
|---|
| 219 |
|
|---|
| 220 |
|
|---|
| 221 | ### Bug Fixes
|
|---|
| 222 |
|
|---|
| 223 | * **no-deprecated-functions:** remove `process.cwd` from resolve paths ([#889](https://github.com/jest-community/eslint-plugin-jest/issues/889)) ([6940488](https://github.com/jest-community/eslint-plugin-jest/commit/6940488d7b5a47577e2823e6d4385b511c5becf4))
|
|---|
| 224 | * **no-identical-title:** always consider `.each` titles unique ([#910](https://github.com/jest-community/eslint-plugin-jest/issues/910)) ([a41a40e](https://github.com/jest-community/eslint-plugin-jest/commit/a41a40eafaf1db444ba940cccd2014cb0dc41be9))
|
|---|
| 225 | * **valid-expect-in-promise:** support `finally` ([#914](https://github.com/jest-community/eslint-plugin-jest/issues/914)) ([9c89855](https://github.com/jest-community/eslint-plugin-jest/commit/9c89855d23534272230afe6d9e665b8e11ef3075))
|
|---|
| 226 | * **valid-expect-in-promise:** support additional test functions ([#915](https://github.com/jest-community/eslint-plugin-jest/issues/915)) ([4798005](https://github.com/jest-community/eslint-plugin-jest/commit/47980058d8d1ff86ee69a376c4edd182d462d594))
|
|---|
| 227 |
|
|---|
| 228 |
|
|---|
| 229 | ### Features
|
|---|
| 230 |
|
|---|
| 231 | * create `prefer-expect-resolves` rule ([#822](https://github.com/jest-community/eslint-plugin-jest/issues/822)) ([2556020](https://github.com/jest-community/eslint-plugin-jest/commit/2556020a777f9daaf1d362a04e3f990415e82db8))
|
|---|
| 232 | * create `prefer-to-be` rule ([#864](https://github.com/jest-community/eslint-plugin-jest/issues/864)) ([3a64aea](https://github.com/jest-community/eslint-plugin-jest/commit/3a64aea5bdc55465f1ef34f1426ae626d6c8a230))
|
|---|
| 233 | * **require-top-level-describe:** support enforcing max num of describes ([#912](https://github.com/jest-community/eslint-plugin-jest/issues/912)) ([14a2d13](https://github.com/jest-community/eslint-plugin-jest/commit/14a2d1391c9f6f52509316542f45df35853c9b79))
|
|---|
| 234 | * **valid-title:** allow custom matcher messages ([#913](https://github.com/jest-community/eslint-plugin-jest/issues/913)) ([ffc9392](https://github.com/jest-community/eslint-plugin-jest/commit/ffc93921348b0d4a394125f665d2bb09148ea37e))
|
|---|
| 235 |
|
|---|
| 236 | # [25.0.0-next.4](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.3...v25.0.0-next.4) (2021-09-20)
|
|---|
| 237 |
|
|---|
| 238 |
|
|---|
| 239 | ### Bug Fixes
|
|---|
| 240 |
|
|---|
| 241 | * mark rules that suggest fixes with `hasSuggestion` for ESLint v8 ([#898](https://github.com/jest-community/eslint-plugin-jest/issues/898)) ([ec0a21b](https://github.com/jest-community/eslint-plugin-jest/commit/ec0a21b0d98d043a9949138e495814e0935d5e31))
|
|---|
| 242 | * use correct property `hasSuggestions` rather than `hasSuggestion` ([#899](https://github.com/jest-community/eslint-plugin-jest/issues/899)) ([dfd2368](https://github.com/jest-community/eslint-plugin-jest/commit/dfd2368d1cb1789b6a95a11be24c36868bb8a819))
|
|---|
| 243 |
|
|---|
| 244 | # [25.0.0-next.3](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.2...v25.0.0-next.3) (2021-09-17)
|
|---|
| 245 |
|
|---|
| 246 |
|
|---|
| 247 | ### Features
|
|---|
| 248 |
|
|---|
| 249 | * remove deprecated rules ([#661](https://github.com/jest-community/eslint-plugin-jest/issues/661)) ([e8f16ec](https://github.com/jest-community/eslint-plugin-jest/commit/e8f16ec0e204a94a0e549cb9b415b3c6c8981aee))
|
|---|
| 250 |
|
|---|
| 251 |
|
|---|
| 252 | ### BREAKING CHANGES
|
|---|
| 253 |
|
|---|
| 254 | * Removes rules `no-expect-resolves`, `no-truthy-falsy`, `no-try-expect`, and `prefer-inline-snapshots`
|
|---|
| 255 |
|
|---|
| 256 | # [25.0.0-next.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.1...v25.0.0-next.2) (2021-09-13)
|
|---|
| 257 |
|
|---|
| 258 |
|
|---|
| 259 | ### Bug Fixes
|
|---|
| 260 |
|
|---|
| 261 | * stop testing ESLint 5 ([#893](https://github.com/jest-community/eslint-plugin-jest/issues/893)) ([47a0138](https://github.com/jest-community/eslint-plugin-jest/commit/47a0138856e6247cde00b17682e49865b8f5a1f6))
|
|---|
| 262 |
|
|---|
| 263 |
|
|---|
| 264 | ### BREAKING CHANGES
|
|---|
| 265 |
|
|---|
| 266 | * Drop support for ESLint 5
|
|---|
| 267 |
|
|---|
| 268 | # [25.0.0-next.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.0...v25.0.0-next.1) (2021-09-13)
|
|---|
| 269 |
|
|---|
| 270 |
|
|---|
| 271 | ### Bug Fixes
|
|---|
| 272 |
|
|---|
| 273 | * stop testing on Node 10 and 15 ([#891](https://github.com/jest-community/eslint-plugin-jest/issues/891)) ([bcd8d11](https://github.com/jest-community/eslint-plugin-jest/commit/bcd8d112fcd98a7652c767bd246d05101979239c))
|
|---|
| 274 |
|
|---|
| 275 |
|
|---|
| 276 | ### BREAKING CHANGES
|
|---|
| 277 |
|
|---|
| 278 | * Drop support for Node 10 and 15
|
|---|
| 279 |
|
|---|
| 280 | # [24.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.6.0...v24.7.0) (2021-10-10)
|
|---|
| 281 |
|
|---|
| 282 |
|
|---|
| 283 | ### Features
|
|---|
| 284 |
|
|---|
| 285 | * create `require-hook` rule ([#929](https://github.com/jest-community/eslint-plugin-jest/issues/929)) ([6204b31](https://github.com/jest-community/eslint-plugin-jest/commit/6204b311e849b51a0e4705015575139f590ae7a4))
|
|---|
| 286 | * deprecate `prefer-to-be-null` rule ([4db9161](https://github.com/jest-community/eslint-plugin-jest/commit/4db91612e988e84ac2facbfe466331b22eeccec9))
|
|---|
| 287 | * deprecate `prefer-to-be-undefined` rule ([fa08f09](https://github.com/jest-community/eslint-plugin-jest/commit/fa08f0944e89915fb215bbeff970f12459121cb8))
|
|---|
| 288 |
|
|---|
| 289 | # [24.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.5.2...v24.6.0) (2021-10-09)
|
|---|
| 290 |
|
|---|
| 291 |
|
|---|
| 292 | ### Features
|
|---|
| 293 |
|
|---|
| 294 | * **valid-expect-in-promise:** re-implement rule ([#916](https://github.com/jest-community/eslint-plugin-jest/issues/916)) ([7a49c58](https://github.com/jest-community/eslint-plugin-jest/commit/7a49c5831e3d85a60c11e385203b8f83d98ad580))
|
|---|
| 295 |
|
|---|
| 296 | ## [24.5.2](https://github.com/jest-community/eslint-plugin-jest/compare/v24.5.1...v24.5.2) (2021-10-04)
|
|---|
| 297 |
|
|---|
| 298 |
|
|---|
| 299 | ### Bug Fixes
|
|---|
| 300 |
|
|---|
| 301 | * **lowercase-name:** consider skip and only prefixes for ignores ([#923](https://github.com/jest-community/eslint-plugin-jest/issues/923)) ([8716c24](https://github.com/jest-community/eslint-plugin-jest/commit/8716c24678ea7dc7c9f692b573d1ea19a67efd84))
|
|---|
| 302 |
|
|---|
| 303 | ## [24.5.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.5.0...v24.5.1) (2021-10-04)
|
|---|
| 304 |
|
|---|
| 305 |
|
|---|
| 306 | ### Bug Fixes
|
|---|
| 307 |
|
|---|
| 308 | * **prefer-to-be:** don't consider RegExp literals as `toBe`-able ([#922](https://github.com/jest-community/eslint-plugin-jest/issues/922)) ([99b6d42](https://github.com/jest-community/eslint-plugin-jest/commit/99b6d429e697d60645b4bc64ee4ae34d7016118c))
|
|---|
| 309 |
|
|---|
| 310 | # [24.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.3...v24.5.0) (2021-09-29)
|
|---|
| 311 |
|
|---|
| 312 |
|
|---|
| 313 | ### Bug Fixes
|
|---|
| 314 |
|
|---|
| 315 | * **no-deprecated-functions:** remove `process.cwd` from resolve paths ([#889](https://github.com/jest-community/eslint-plugin-jest/issues/889)) ([6940488](https://github.com/jest-community/eslint-plugin-jest/commit/6940488d7b5a47577e2823e6d4385b511c5becf4))
|
|---|
| 316 | * **no-identical-title:** always consider `.each` titles unique ([#910](https://github.com/jest-community/eslint-plugin-jest/issues/910)) ([a41a40e](https://github.com/jest-community/eslint-plugin-jest/commit/a41a40eafaf1db444ba940cccd2014cb0dc41be9))
|
|---|
| 317 |
|
|---|
| 318 |
|
|---|
| 319 | ### Features
|
|---|
| 320 |
|
|---|
| 321 | * create `prefer-expect-resolves` rule ([#822](https://github.com/jest-community/eslint-plugin-jest/issues/822)) ([2556020](https://github.com/jest-community/eslint-plugin-jest/commit/2556020a777f9daaf1d362a04e3f990415e82db8))
|
|---|
| 322 | * create `prefer-to-be` rule ([#864](https://github.com/jest-community/eslint-plugin-jest/issues/864)) ([3a64aea](https://github.com/jest-community/eslint-plugin-jest/commit/3a64aea5bdc55465f1ef34f1426ae626d6c8a230))
|
|---|
| 323 | * **require-top-level-describe:** support enforcing max num of describes ([#912](https://github.com/jest-community/eslint-plugin-jest/issues/912)) ([14a2d13](https://github.com/jest-community/eslint-plugin-jest/commit/14a2d1391c9f6f52509316542f45df35853c9b79))
|
|---|
| 324 | * **valid-title:** allow custom matcher messages ([#913](https://github.com/jest-community/eslint-plugin-jest/issues/913)) ([ffc9392](https://github.com/jest-community/eslint-plugin-jest/commit/ffc93921348b0d4a394125f665d2bb09148ea37e))
|
|---|
| 325 |
|
|---|
| 326 | ## [24.4.3](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.2...v24.4.3) (2021-09-28)
|
|---|
| 327 |
|
|---|
| 328 |
|
|---|
| 329 | ### Bug Fixes
|
|---|
| 330 |
|
|---|
| 331 | * **valid-expect-in-promise:** support `finally` ([#914](https://github.com/jest-community/eslint-plugin-jest/issues/914)) ([9c89855](https://github.com/jest-community/eslint-plugin-jest/commit/9c89855d23534272230afe6d9e665b8e11ef3075))
|
|---|
| 332 | * **valid-expect-in-promise:** support additional test functions ([#915](https://github.com/jest-community/eslint-plugin-jest/issues/915)) ([4798005](https://github.com/jest-community/eslint-plugin-jest/commit/47980058d8d1ff86ee69a376c4edd182d462d594))
|
|---|
| 333 |
|
|---|
| 334 | ## [24.4.2](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.1...v24.4.2) (2021-09-17)
|
|---|
| 335 |
|
|---|
| 336 |
|
|---|
| 337 | ### Bug Fixes
|
|---|
| 338 |
|
|---|
| 339 | * use correct property `hasSuggestions` rather than `hasSuggestion` ([#899](https://github.com/jest-community/eslint-plugin-jest/issues/899)) ([dfd2368](https://github.com/jest-community/eslint-plugin-jest/commit/dfd2368d1cb1789b6a95a11be24c36868bb8a819))
|
|---|
| 340 |
|
|---|
| 341 | ## [24.4.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.0...v24.4.1) (2021-09-17)
|
|---|
| 342 |
|
|---|
| 343 |
|
|---|
| 344 | ### Bug Fixes
|
|---|
| 345 |
|
|---|
| 346 | * mark rules that suggest fixes with `hasSuggestion` for ESLint v8 ([#898](https://github.com/jest-community/eslint-plugin-jest/issues/898)) ([ec0a21b](https://github.com/jest-community/eslint-plugin-jest/commit/ec0a21b0d98d043a9949138e495814e0935d5e31))
|
|---|
| 347 |
|
|---|
| 348 | # [24.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.7...v24.4.0) (2021-07-21)
|
|---|
| 349 |
|
|---|
| 350 |
|
|---|
| 351 | ### Features
|
|---|
| 352 |
|
|---|
| 353 | * create `max-nested-describe` rule ([#845](https://github.com/jest-community/eslint-plugin-jest/issues/845)) ([8067405](https://github.com/jest-community/eslint-plugin-jest/commit/8067405deb609cc1800bce596e929c1840d290ab))
|
|---|
| 354 |
|
|---|
| 355 | ## [24.3.7](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.6...v24.3.7) (2021-07-21)
|
|---|
| 356 |
|
|---|
| 357 |
|
|---|
| 358 | ### Bug Fixes
|
|---|
| 359 |
|
|---|
| 360 | * **valid-describe:** report on concise-body arrow functions ([#863](https://github.com/jest-community/eslint-plugin-jest/issues/863)) ([71c5299](https://github.com/jest-community/eslint-plugin-jest/commit/71c5299b14cac6d85ba8f8bd939461503a60468f))
|
|---|
| 361 |
|
|---|
| 362 | ## [24.3.6](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.5...v24.3.6) (2021-04-26)
|
|---|
| 363 |
|
|---|
| 364 |
|
|---|
| 365 | ### Bug Fixes
|
|---|
| 366 |
|
|---|
| 367 | * **no-conditional-expect:** check for expects in `catch`s on promises ([#819](https://github.com/jest-community/eslint-plugin-jest/issues/819)) ([1fee973](https://github.com/jest-community/eslint-plugin-jest/commit/1fee973429a74c60b14eead6a335623b4349b5f2))
|
|---|
| 368 | * **valid-expect:** support async `expect` in ternary statements ([#833](https://github.com/jest-community/eslint-plugin-jest/issues/833)) ([7b7a396](https://github.com/jest-community/eslint-plugin-jest/commit/7b7a396e12c46d3087b467227887ed64854480c0))
|
|---|
| 369 | * improve handling of `.each` calls and with tagged literals ([#814](https://github.com/jest-community/eslint-plugin-jest/issues/814)) ([040c605](https://github.com/jest-community/eslint-plugin-jest/commit/040c605cf7929a00980b3fa58331cd78ac6274f6))
|
|---|
| 370 |
|
|---|
| 371 | ## [24.3.5](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.4...v24.3.5) (2021-04-10)
|
|---|
| 372 |
|
|---|
| 373 |
|
|---|
| 374 | ### Bug Fixes
|
|---|
| 375 |
|
|---|
| 376 | * **valid-describe:** support using `each` with modifiers ([#820](https://github.com/jest-community/eslint-plugin-jest/issues/820)) ([cbdbcef](https://github.com/jest-community/eslint-plugin-jest/commit/cbdbcef47984eb01509493bd5b2423f518a2663d))
|
|---|
| 377 |
|
|---|
| 378 | ## [24.3.4](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.3...v24.3.4) (2021-04-05)
|
|---|
| 379 |
|
|---|
| 380 |
|
|---|
| 381 | ### Bug Fixes
|
|---|
| 382 |
|
|---|
| 383 | * support all variations of `describe`, `it`, & `test` ([#792](https://github.com/jest-community/eslint-plugin-jest/issues/792)) ([0968b55](https://github.com/jest-community/eslint-plugin-jest/commit/0968b557dd9cdb5cfcaf8a0d84e8a456825e6b25))
|
|---|
| 384 |
|
|---|
| 385 | ## [24.3.3](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.2...v24.3.3) (2021-04-02)
|
|---|
| 386 |
|
|---|
| 387 |
|
|---|
| 388 | ### Bug Fixes
|
|---|
| 389 |
|
|---|
| 390 | * **no-duplicate-hooks:** support `describe.each` ([#797](https://github.com/jest-community/eslint-plugin-jest/issues/797)) ([243cb4f](https://github.com/jest-community/eslint-plugin-jest/commit/243cb4f970e40aa195a3bffa0528dbdbfef7c4f5)), closes [#642](https://github.com/jest-community/eslint-plugin-jest/issues/642)
|
|---|
| 391 | * **prefer-expect-assertions:** support `.each` ([#798](https://github.com/jest-community/eslint-plugin-jest/issues/798)) ([f758243](https://github.com/jest-community/eslint-plugin-jest/commit/f75824359f2242f53997c59c238d83a59badeea3)), closes [#676](https://github.com/jest-community/eslint-plugin-jest/issues/676)
|
|---|
| 392 |
|
|---|
| 393 | ## [24.3.2](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2) (2021-03-16)
|
|---|
| 394 |
|
|---|
| 395 |
|
|---|
| 396 | ### Bug Fixes
|
|---|
| 397 |
|
|---|
| 398 | * **consistent-test-it:** properly handle `describe.each` ([#796](https://github.com/jest-community/eslint-plugin-jest/issues/796)) ([035bd30](https://github.com/jest-community/eslint-plugin-jest/commit/035bd30af43f1215e65bf1b26c2ef2e6d174d3c8)), closes [#795](https://github.com/jest-community/eslint-plugin-jest/issues/795)
|
|---|
| 399 |
|
|---|
| 400 | ## [24.3.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.0...v24.3.1) (2021-03-13)
|
|---|
| 401 |
|
|---|
| 402 |
|
|---|
| 403 | ### Bug Fixes
|
|---|
| 404 |
|
|---|
| 405 | * **no-focused-tests:** report on `skip` instead of `concurrent` ([#791](https://github.com/jest-community/eslint-plugin-jest/issues/791)) ([2b65b49](https://github.com/jest-community/eslint-plugin-jest/commit/2b65b491cea2c956e4ba314a809915b9ec62933b))
|
|---|
| 406 |
|
|---|
| 407 | # [24.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.1...v24.3.0) (2021-03-13)
|
|---|
| 408 |
|
|---|
| 409 |
|
|---|
| 410 | ### Features
|
|---|
| 411 |
|
|---|
| 412 | * **unbound-method:** create rule ([#765](https://github.com/jest-community/eslint-plugin-jest/issues/765)) ([b1f4ed3](https://github.com/jest-community/eslint-plugin-jest/commit/b1f4ed3f6bb0264fdefb5138ba913fa2bacc725c))
|
|---|
| 413 |
|
|---|
| 414 | ## [24.2.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.0...v24.2.1) (2021-03-10)
|
|---|
| 415 |
|
|---|
| 416 |
|
|---|
| 417 | ### Bug Fixes
|
|---|
| 418 |
|
|---|
| 419 | * **no-identical-titles:** support nested describes ([#790](https://github.com/jest-community/eslint-plugin-jest/issues/790)) ([ce26621](https://github.com/jest-community/eslint-plugin-jest/commit/ce26621a06169fb6728d2d015645d31401de523f))
|
|---|
| 420 |
|
|---|
| 421 | # [24.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.10...v24.2.0) (2021-03-09)
|
|---|
| 422 |
|
|---|
| 423 |
|
|---|
| 424 | ### Features
|
|---|
| 425 |
|
|---|
| 426 | * **no-focused-tests:** make fixable ([#787](https://github.com/jest-community/eslint-plugin-jest/issues/787)) ([040871a](https://github.com/jest-community/eslint-plugin-jest/commit/040871a866b7803e5c48b40715d48437d3906b0f))
|
|---|
| 427 |
|
|---|
| 428 | ## [24.1.10](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.9...v24.1.10) (2021-03-09)
|
|---|
| 429 |
|
|---|
| 430 |
|
|---|
| 431 | ### Bug Fixes
|
|---|
| 432 |
|
|---|
| 433 | * **no-identical-titles:** ignore .each template cases ([#788](https://github.com/jest-community/eslint-plugin-jest/issues/788)) ([d27a6e6](https://github.com/jest-community/eslint-plugin-jest/commit/d27a6e6e013c518a47b9f219edeb5e63d7a974f9))
|
|---|
| 434 |
|
|---|
| 435 | ## [24.1.9](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.8...v24.1.9) (2021-03-08)
|
|---|
| 436 |
|
|---|
| 437 |
|
|---|
| 438 | ### Bug Fixes
|
|---|
| 439 |
|
|---|
| 440 | * **valid-describe:** false positive with template describe.each ([#785](https://github.com/jest-community/eslint-plugin-jest/issues/785)) ([aa946a6](https://github.com/jest-community/eslint-plugin-jest/commit/aa946a6f7ae7106b78996587760d92ace33227ad))
|
|---|
| 441 |
|
|---|
| 442 | ## [24.1.8](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.7...v24.1.8) (2021-03-07)
|
|---|
| 443 |
|
|---|
| 444 |
|
|---|
| 445 | ### Bug Fixes
|
|---|
| 446 |
|
|---|
| 447 | * **consistent-test-it:** support `it.each` in `describe.each` ([#782](https://github.com/jest-community/eslint-plugin-jest/issues/782)) ([0014da0](https://github.com/jest-community/eslint-plugin-jest/commit/0014da0e2aeb13199a9da7f969e9eb376e026c8b))
|
|---|
| 448 |
|
|---|
| 449 | ## [24.1.7](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.6...v24.1.7) (2021-03-06)
|
|---|
| 450 |
|
|---|
| 451 |
|
|---|
| 452 | ### Bug Fixes
|
|---|
| 453 |
|
|---|
| 454 | * **no-disabled-tests:** adjust selector to match only test functions ([#777](https://github.com/jest-community/eslint-plugin-jest/issues/777)) ([c916902](https://github.com/jest-community/eslint-plugin-jest/commit/c9169022c7e4b9c7bd5f09060152f7136ee18521))
|
|---|
| 455 | * **no-disabled-tests:** support `describe.skip.each` & `xdescribe.each` ([#778](https://github.com/jest-community/eslint-plugin-jest/issues/778)) ([6a32e87](https://github.com/jest-community/eslint-plugin-jest/commit/6a32e870c016474687e238944933a96bfe1ca01b))
|
|---|
| 456 |
|
|---|
| 457 | ## [24.1.6](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.6) (2021-03-06)
|
|---|
| 458 |
|
|---|
| 459 |
|
|---|
| 460 | ### Bug Fixes
|
|---|
| 461 |
|
|---|
| 462 | * proper support for it.each ([#722](https://github.com/jest-community/eslint-plugin-jest/issues/722)) ([e1dc42d](https://github.com/jest-community/eslint-plugin-jest/commit/e1dc42d9f1ca59d59aca9be0a1473a1b1415e528))
|
|---|
| 463 |
|
|---|
| 464 | ## [24.1.5](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5) (2021-02-17)
|
|---|
| 465 |
|
|---|
| 466 |
|
|---|
| 467 | ### Bug Fixes
|
|---|
| 468 |
|
|---|
| 469 | * **require-top-level-describe:** import function that actually exists ([#763](https://github.com/jest-community/eslint-plugin-jest/issues/763)) ([d10dc07](https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859))
|
|---|
| 470 |
|
|---|
| 471 | ## [24.1.4](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4) (2021-02-16)
|
|---|
| 472 |
|
|---|
| 473 |
|
|---|
| 474 | ### Bug Fixes
|
|---|
| 475 |
|
|---|
| 476 | * **lowercase-name:** support `.each` methods ([#746](https://github.com/jest-community/eslint-plugin-jest/issues/746)) ([3d847b2](https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610))
|
|---|
| 477 | * **require-top-level-describe:** handle `describe.each` properly ([#745](https://github.com/jest-community/eslint-plugin-jest/issues/745)) ([677be45](https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337))
|
|---|
| 478 |
|
|---|
| 479 | ## [24.1.3](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.2...v24.1.3) (2020-11-12)
|
|---|
| 480 |
|
|---|
| 481 |
|
|---|
| 482 | ### Bug Fixes
|
|---|
| 483 |
|
|---|
| 484 | * revert change causing regressions for test.each ([#713](https://github.com/jest-community/eslint-plugin-jest/issues/713)) ([7c8d75a](https://github.com/jest-community/eslint-plugin-jest/commit/7c8d75a4fcbd2c6ce005cf4f57d676c7c44ce0b2)), closes [#710](https://github.com/jest-community/eslint-plugin-jest/issues/710) [#711](https://github.com/jest-community/eslint-plugin-jest/issues/711)
|
|---|
| 485 |
|
|---|
| 486 | ## [24.1.2](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.1...v24.1.2) (2020-11-12)
|
|---|
| 487 |
|
|---|
| 488 |
|
|---|
| 489 | ### Bug Fixes
|
|---|
| 490 |
|
|---|
| 491 | * **no-done-callback:** fix regression with it.each ([#708](https://github.com/jest-community/eslint-plugin-jest/issues/708)) ([2f032f8](https://github.com/jest-community/eslint-plugin-jest/commit/2f032f8d890e3717359d099b1e93e0cc6b52996a))
|
|---|
| 492 |
|
|---|
| 493 | ## [24.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.0...v24.1.1) (2020-11-12)
|
|---|
| 494 |
|
|---|
| 495 |
|
|---|
| 496 | ### Bug Fixes
|
|---|
| 497 |
|
|---|
| 498 | * improve support for it.each involving tagged template literals ([#701](https://github.com/jest-community/eslint-plugin-jest/issues/701)) ([2341814](https://github.com/jest-community/eslint-plugin-jest/commit/2341814060b38c55728c0b456d7b432f1e0e1a11))
|
|---|
| 499 |
|
|---|
| 500 | # [24.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.2...v24.1.0) (2020-10-05)
|
|---|
| 501 |
|
|---|
| 502 |
|
|---|
| 503 | ### Features
|
|---|
| 504 |
|
|---|
| 505 | * **prefer-expect-assertions:** add `onlyFunctionsWithAsyncKeyword` option ([#677](https://github.com/jest-community/eslint-plugin-jest/issues/677)) ([d0cea37](https://github.com/jest-community/eslint-plugin-jest/commit/d0cea37ae0a8ab07b8082cedbaaf161bcc94c405))
|
|---|
| 506 |
|
|---|
| 507 | ## [24.0.2](https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.1...v24.0.2) (2020-09-20)
|
|---|
| 508 |
|
|---|
| 509 |
|
|---|
| 510 | ### Bug Fixes
|
|---|
| 511 |
|
|---|
| 512 | * **no-if:** check both types of function expression ([#672](https://github.com/jest-community/eslint-plugin-jest/issues/672)) ([d462d50](https://github.com/jest-community/eslint-plugin-jest/commit/d462d50aed84ad4dc536a1f47bb7af6abd3dbe92)), closes [#670](https://github.com/jest-community/eslint-plugin-jest/issues/670)
|
|---|
| 513 |
|
|---|
| 514 | ## [24.0.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.0...v24.0.1) (2020-09-12)
|
|---|
| 515 |
|
|---|
| 516 |
|
|---|
| 517 | ### Bug Fixes
|
|---|
| 518 |
|
|---|
| 519 | * don't include deprecated rules in `all` config ([#664](https://github.com/jest-community/eslint-plugin-jest/issues/664)) ([f636021](https://github.com/jest-community/eslint-plugin-jest/commit/f636021c16215a713845c699858a2978211df49d)), closes [#663](https://github.com/jest-community/eslint-plugin-jest/issues/663)
|
|---|
| 520 |
|
|---|
| 521 | # [24.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.20.0...v24.0.0) (2020-09-04)
|
|---|
| 522 |
|
|---|
| 523 |
|
|---|
| 524 | ### Bug Fixes
|
|---|
| 525 |
|
|---|
| 526 | * **no-large-snapshots:** run on all files regardless of type ([#637](https://github.com/jest-community/eslint-plugin-jest/issues/637)) ([22113db](https://github.com/jest-community/eslint-plugin-jest/commit/22113db4cdc2dab42a8e7fdb236d23e7e089741d)), closes [#370](https://github.com/jest-community/eslint-plugin-jest/issues/370)
|
|---|
| 527 | * remove Jasmine globals ([#596](https://github.com/jest-community/eslint-plugin-jest/issues/596)) ([a0e2bc5](https://github.com/jest-community/eslint-plugin-jest/commit/a0e2bc526c5c22bcf4d60160242b55d03edb571d))
|
|---|
| 528 | * update to typescript-eslint@4 ([1755965](https://github.com/jest-community/eslint-plugin-jest/commit/175596582b3643f36363ff444f987fac08ee0f61)), closes [#590](https://github.com/jest-community/eslint-plugin-jest/issues/590)
|
|---|
| 529 |
|
|---|
| 530 |
|
|---|
| 531 | ### Code Refactoring
|
|---|
| 532 |
|
|---|
| 533 | * **no-test-callback:** rename rule to `no-done-callback` ([#653](https://github.com/jest-community/eslint-plugin-jest/issues/653)) ([e15a8d1](https://github.com/jest-community/eslint-plugin-jest/commit/e15a8d19234b267784f87fc7acd318dc4cfcdeae))
|
|---|
| 534 |
|
|---|
| 535 |
|
|---|
| 536 | ### Features
|
|---|
| 537 |
|
|---|
| 538 | * **no-done-callback:** support hooks ([#656](https://github.com/jest-community/eslint-plugin-jest/issues/656)) ([3e6cb44](https://github.com/jest-community/eslint-plugin-jest/commit/3e6cb442a20b9aea710d30f81bf2eb192d193823)), closes [#649](https://github.com/jest-community/eslint-plugin-jest/issues/649) [#651](https://github.com/jest-community/eslint-plugin-jest/issues/651)
|
|---|
| 539 | * add `no-conditional-expect` to the recommended ruleset ([40cd89d](https://github.com/jest-community/eslint-plugin-jest/commit/40cd89ddf1d6ebbde8ad455f333dda7b61878ffe))
|
|---|
| 540 | * add `no-deprecated-functions` to the recommended ruleset ([5b2af00](https://github.com/jest-community/eslint-plugin-jest/commit/5b2af001b50059e4e7b6ababe0355d664e039046))
|
|---|
| 541 | * add `no-interpolation-in-snapshots` to the recommended ruleset ([3705dff](https://github.com/jest-community/eslint-plugin-jest/commit/3705dff9d4f77d21013e263478d8a374d9325acb))
|
|---|
| 542 | * add `valid-title` to recommended ruleset ([41f7873](https://github.com/jest-community/eslint-plugin-jest/commit/41f7873f734e0122264ace42f6d99733e7e25089))
|
|---|
| 543 | * drop support for node 8 ([#570](https://github.com/jest-community/eslint-plugin-jest/issues/570)) ([6788e72](https://github.com/jest-community/eslint-plugin-jest/commit/6788e72d842751400a970e72b115360ad0b12d2e))
|
|---|
| 544 | * set `no-jasmine-globals` to `error` in recommended ruleset ([7080952](https://github.com/jest-community/eslint-plugin-jest/commit/7080952a6baaae7a02c78f60016ee21693121416))
|
|---|
| 545 | * **no-large-snapshots:** remove `whitelistedSnapshots` option ([8c1c0c9](https://github.com/jest-community/eslint-plugin-jest/commit/8c1c0c9a3e858757b38225ccb4a624e0621b5ca2))
|
|---|
| 546 |
|
|---|
| 547 |
|
|---|
| 548 | ### BREAKING CHANGES
|
|---|
| 549 |
|
|---|
| 550 | * **no-done-callback:** `no-done-callback` will now report hooks using callbacks as well, not just tests
|
|---|
| 551 | * **no-test-callback:** rename `no-test-callback` to `no-done-callback`
|
|---|
| 552 | * recommend `no-conditional-expect` rule
|
|---|
| 553 | * recommend `no-interpolation-in-snapshots` rule
|
|---|
| 554 | * recommend `no-deprecated-functions` rule
|
|---|
| 555 | * recommend `valid-title` rule
|
|---|
| 556 | * recommend erroring for `no-jasmine-globals` rule
|
|---|
| 557 | * **no-large-snapshots:** `no-large-snapshots` runs on all files regardless of type
|
|---|
| 558 | * Jasmine globals are no marked as such
|
|---|
| 559 | * Node 10+ required
|
|---|
| 560 |
|
|---|
| 561 | # [23.20.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.19.0...v23.20.0) (2020-07-30)
|
|---|
| 562 |
|
|---|
| 563 |
|
|---|
| 564 | ### Features
|
|---|
| 565 |
|
|---|
| 566 | * **no-large-snapshots:** deprecate `whitelistedSnapshots` for new name ([#632](https://github.com/jest-community/eslint-plugin-jest/issues/632)) ([706f5c2](https://github.com/jest-community/eslint-plugin-jest/commit/706f5c2bc54797f0f32178fab1d194d9a4309f70))
|
|---|
| 567 |
|
|---|
| 568 | # [23.19.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.2...v23.19.0) (2020-07-27)
|
|---|
| 569 |
|
|---|
| 570 |
|
|---|
| 571 | ### Features
|
|---|
| 572 |
|
|---|
| 573 | * create `no-interpolation-in-snapshots` rule ([#553](https://github.com/jest-community/eslint-plugin-jest/issues/553)) ([8d2c17c](https://github.com/jest-community/eslint-plugin-jest/commit/8d2c17c449841465630bea5269de677455ef9a8d))
|
|---|
| 574 |
|
|---|
| 575 | ## [23.18.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.1...v23.18.2) (2020-07-26)
|
|---|
| 576 |
|
|---|
| 577 |
|
|---|
| 578 | ### Bug Fixes
|
|---|
| 579 |
|
|---|
| 580 | * **no-if:** report conditionals in call expressions ([4cfcf08](https://github.com/jest-community/eslint-plugin-jest/commit/4cfcf080893fbe89689bd4b283bb2f3ad09b19ff)), closes [#557](https://github.com/jest-community/eslint-plugin-jest/issues/557)
|
|---|
| 581 |
|
|---|
| 582 | ## [23.18.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.0...v23.18.1) (2020-07-26)
|
|---|
| 583 |
|
|---|
| 584 |
|
|---|
| 585 | ### Bug Fixes
|
|---|
| 586 |
|
|---|
| 587 | * **no-large-snapshots:** actually compare allowed name strings to name ([#625](https://github.com/jest-community/eslint-plugin-jest/issues/625)) ([622a08c](https://github.com/jest-community/eslint-plugin-jest/commit/622a08c86a37aa9490af20b488bd23246b8be752))
|
|---|
| 588 |
|
|---|
| 589 | # [23.18.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.17.1...v23.18.0) (2020-07-05)
|
|---|
| 590 |
|
|---|
| 591 |
|
|---|
| 592 | ### Features
|
|---|
| 593 |
|
|---|
| 594 | * **valid-title:** support `mustMatch` & `mustNotMatch` options ([#608](https://github.com/jest-community/eslint-plugin-jest/issues/608)) ([4c7207e](https://github.com/jest-community/eslint-plugin-jest/commit/4c7207ebbb274f7b584225ad65ffb96a4328240e)), closes [#233](https://github.com/jest-community/eslint-plugin-jest/issues/233)
|
|---|
| 595 |
|
|---|
| 596 | ## [23.17.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.17.0...v23.17.1) (2020-06-23)
|
|---|
| 597 |
|
|---|
| 598 |
|
|---|
| 599 | ### Bug Fixes
|
|---|
| 600 |
|
|---|
| 601 | * **lowercase-name:** ignore all top level describes when option is true ([#614](https://github.com/jest-community/eslint-plugin-jest/issues/614)) ([624018a](https://github.com/jest-community/eslint-plugin-jest/commit/624018aa181e7c0ce87457a4f9c212c7891987a8)), closes [#613](https://github.com/jest-community/eslint-plugin-jest/issues/613)
|
|---|
| 602 |
|
|---|
| 603 | # [23.17.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.16.0...v23.17.0) (2020-06-23)
|
|---|
| 604 |
|
|---|
| 605 |
|
|---|
| 606 | ### Features
|
|---|
| 607 |
|
|---|
| 608 | * **lowercase-name:** support `ignoreTopLevelDescribe` option ([#611](https://github.com/jest-community/eslint-plugin-jest/issues/611)) ([36fdcc5](https://github.com/jest-community/eslint-plugin-jest/commit/36fdcc553ca40bc2ca2e9ca7e04f8e9e4a315274)), closes [#247](https://github.com/jest-community/eslint-plugin-jest/issues/247)
|
|---|
| 609 |
|
|---|
| 610 | # [23.16.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.15.0...v23.16.0) (2020-06-21)
|
|---|
| 611 |
|
|---|
| 612 |
|
|---|
| 613 | ### Features
|
|---|
| 614 |
|
|---|
| 615 | * create `no-conditional-expect` rule ([aba53e4](https://github.com/jest-community/eslint-plugin-jest/commit/aba53e4061f3b636ab0c0270e183c355c6f301e0))
|
|---|
| 616 | * deprecate `no-try-expect` in favor of `no-conditional-expect` ([6d07cad](https://github.com/jest-community/eslint-plugin-jest/commit/6d07cadd5f78ed7a64a86792931d49d3cd943d69))
|
|---|
| 617 |
|
|---|
| 618 | # [23.15.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.14.0...v23.15.0) (2020-06-21)
|
|---|
| 619 |
|
|---|
| 620 |
|
|---|
| 621 | ### Features
|
|---|
| 622 |
|
|---|
| 623 | * **no-standalone-expect:** support `additionalTestBlockFunctions` ([#585](https://github.com/jest-community/eslint-plugin-jest/issues/585)) ([ed220b2](https://github.com/jest-community/eslint-plugin-jest/commit/ed220b2c515f2e97ce639dd1474c18a7f594c06c))
|
|---|
| 624 |
|
|---|
| 625 | # [23.14.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.2...v23.14.0) (2020-06-20)
|
|---|
| 626 |
|
|---|
| 627 |
|
|---|
| 628 | ### Bug Fixes
|
|---|
| 629 |
|
|---|
| 630 | * **no-test-callback:** check argument is an identifier ([f70612d](https://github.com/jest-community/eslint-plugin-jest/commit/f70612d8b414575725a5831ed9dfad1eaf1e6548))
|
|---|
| 631 | * **no-test-callback:** provide suggestion instead of autofix ([782d8fa](https://github.com/jest-community/eslint-plugin-jest/commit/782d8fa00149143f453e7cb066f90c017e2d3f61))
|
|---|
| 632 | * **prefer-strict-equal:** provide suggestion instead of autofix ([2eaed2b](https://github.com/jest-community/eslint-plugin-jest/commit/2eaed2bf30c72b03ee205910887f8aab304047a5))
|
|---|
| 633 |
|
|---|
| 634 |
|
|---|
| 635 | ### Features
|
|---|
| 636 |
|
|---|
| 637 | * **prefer-expect-assertions:** provide suggestions ([bad88a0](https://github.com/jest-community/eslint-plugin-jest/commit/bad88a006135258e8da18902a84bdb52a9bb9fa7))
|
|---|
| 638 |
|
|---|
| 639 | ## [23.13.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.1...v23.13.2) (2020-05-26)
|
|---|
| 640 |
|
|---|
| 641 |
|
|---|
| 642 | ### Bug Fixes
|
|---|
| 643 |
|
|---|
| 644 | * add `fail` to globals ([#595](https://github.com/jest-community/eslint-plugin-jest/issues/595)) ([aadc5ec](https://github.com/jest-community/eslint-plugin-jest/commit/aadc5ec5610ec024eac4b0aa6077cc012a0ba98e))
|
|---|
| 645 |
|
|---|
| 646 | ## [23.13.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.0...v23.13.1) (2020-05-17)
|
|---|
| 647 |
|
|---|
| 648 |
|
|---|
| 649 | ### Bug Fixes
|
|---|
| 650 |
|
|---|
| 651 | * **no-if:** use correct syntax for placeholder substitution in message ([6d1eda8](https://github.com/jest-community/eslint-plugin-jest/commit/6d1eda89ac48c93c2675dcf24a92574a20b2edb9))
|
|---|
| 652 |
|
|---|
| 653 | # [23.13.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.12.0...v23.13.0) (2020-05-16)
|
|---|
| 654 |
|
|---|
| 655 |
|
|---|
| 656 | ### Features
|
|---|
| 657 |
|
|---|
| 658 | * **valid-expect:** support `minArgs` & `maxArgs` options ([#584](https://github.com/jest-community/eslint-plugin-jest/issues/584)) ([9e0e2fa](https://github.com/jest-community/eslint-plugin-jest/commit/9e0e2fa966b43c1099d11b2424acb1590c241c03))
|
|---|
| 659 |
|
|---|
| 660 | # [23.12.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.11.0...v23.12.0) (2020-05-16)
|
|---|
| 661 |
|
|---|
| 662 |
|
|---|
| 663 | ### Features
|
|---|
| 664 |
|
|---|
| 665 | * deprecate `no-expect-resolves` rule ([b6a22e5](https://github.com/jest-community/eslint-plugin-jest/commit/b6a22e5aa98abcb57aac217c6d4583d0a3388e7b))
|
|---|
| 666 | * deprecate `no-truthy-falsy` rule ([a67d92d](https://github.com/jest-community/eslint-plugin-jest/commit/a67d92d2834568122f24bf3d8455999166da95ea))
|
|---|
| 667 | * deprecate `prefer-inline-snapshots` rule ([1360e9b](https://github.com/jest-community/eslint-plugin-jest/commit/1360e9b0e840f4f778a9d251371c943919f84600))
|
|---|
| 668 |
|
|---|
| 669 | # [23.11.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.10.0...v23.11.0) (2020-05-12)
|
|---|
| 670 |
|
|---|
| 671 |
|
|---|
| 672 | ### Features
|
|---|
| 673 |
|
|---|
| 674 | * create `no-restricted-matchers` rule ([#575](https://github.com/jest-community/eslint-plugin-jest/issues/575)) ([ac926e7](https://github.com/jest-community/eslint-plugin-jest/commit/ac926e779958240506ee506047c9a5364bb70aea))
|
|---|
| 675 |
|
|---|
| 676 | # [23.10.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.9.0...v23.10.0) (2020-05-09)
|
|---|
| 677 |
|
|---|
| 678 |
|
|---|
| 679 | ### Features
|
|---|
| 680 |
|
|---|
| 681 | * **no-deprecated-functions:** support jest `version` setting ([#564](https://github.com/jest-community/eslint-plugin-jest/issues/564)) ([05f20b8](https://github.com/jest-community/eslint-plugin-jest/commit/05f20b80ecd42b8d1f1f18ca19d4bc9cba45e22e))
|
|---|
| 682 |
|
|---|
| 683 | # [23.9.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.2...v23.9.0) (2020-05-04)
|
|---|
| 684 |
|
|---|
| 685 |
|
|---|
| 686 | ### Features
|
|---|
| 687 |
|
|---|
| 688 | * create `no-deprecated-functions` ([#560](https://github.com/jest-community/eslint-plugin-jest/issues/560)) ([55d0504](https://github.com/jest-community/eslint-plugin-jest/commit/55d0504cadc945b770d7c3b6d3cab425c9b76d0f))
|
|---|
| 689 |
|
|---|
| 690 | ## [23.8.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.1...v23.8.2) (2020-03-06)
|
|---|
| 691 |
|
|---|
| 692 | ### Bug Fixes
|
|---|
| 693 |
|
|---|
| 694 | - **prefer-to-contain:** check that expect argument is defined before use
|
|---|
| 695 | ([#542](https://github.com/jest-community/eslint-plugin-jest/issues/542))
|
|---|
| 696 | ([56f909b](https://github.com/jest-community/eslint-plugin-jest/commit/56f909b326034236953d04b18dab3f64b16a2973))
|
|---|
| 697 |
|
|---|
| 698 | ## [23.8.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.0...v23.8.1) (2020-02-29)
|
|---|
| 699 |
|
|---|
| 700 | ### Bug Fixes
|
|---|
| 701 |
|
|---|
| 702 | - remove tests from published package
|
|---|
| 703 | ([#541](https://github.com/jest-community/eslint-plugin-jest/issues/541))
|
|---|
| 704 | ([099a150](https://github.com/jest-community/eslint-plugin-jest/commit/099a150b87fa693ccf1c512ee501aed1457ba656))
|
|---|
| 705 |
|
|---|
| 706 | # [23.8.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.7.0...v23.8.0) (2020-02-23)
|
|---|
| 707 |
|
|---|
| 708 | ### Bug Fixes
|
|---|
| 709 |
|
|---|
| 710 | - **valid-title:** ensure argument node is defined before accessing props
|
|---|
| 711 | ([#538](https://github.com/jest-community/eslint-plugin-jest/issues/538))
|
|---|
| 712 | ([7730f75](https://github.com/jest-community/eslint-plugin-jest/commit/7730f757561100559509b756fd362ca33b9ab1d4))
|
|---|
| 713 |
|
|---|
| 714 | ### Features
|
|---|
| 715 |
|
|---|
| 716 | - **no-large-snapshots:** add setting to define maxSize by snapshot type
|
|---|
| 717 | ([#524](https://github.com/jest-community/eslint-plugin-jest/issues/524))
|
|---|
| 718 | ([0d77300](https://github.com/jest-community/eslint-plugin-jest/commit/0d77300e61adc7a5aa84f34ff4ccc164075d5f41))
|
|---|
| 719 |
|
|---|
| 720 | # [23.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.6.0...v23.7.0) (2020-02-07)
|
|---|
| 721 |
|
|---|
| 722 | ### Bug Fixes
|
|---|
| 723 |
|
|---|
| 724 | - **expect-expect:** use `u` flag in regex
|
|---|
| 725 | ([#532](https://github.com/jest-community/eslint-plugin-jest/issues/532))
|
|---|
| 726 | ([c12b725](https://github.com/jest-community/eslint-plugin-jest/commit/c12b7251ef1506073d268973b93c7fc9fbcf50af))
|
|---|
| 727 |
|
|---|
| 728 | ### Features
|
|---|
| 729 |
|
|---|
| 730 | - **valid-title:** support `disallowedWords` option
|
|---|
| 731 | ([#522](https://github.com/jest-community/eslint-plugin-jest/issues/522))
|
|---|
| 732 | ([38bbe93](https://github.com/jest-community/eslint-plugin-jest/commit/38bbe93794ed456c6e9e5d7be848b2aeb55ce0ba))
|
|---|
| 733 |
|
|---|
| 734 | # [23.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.5.0...v23.6.0) (2020-01-12)
|
|---|
| 735 |
|
|---|
| 736 | ### Features
|
|---|
| 737 |
|
|---|
| 738 | - **no-if:** support `switch` statements
|
|---|
| 739 | ([#515](https://github.com/jest-community/eslint-plugin-jest/issues/515))
|
|---|
| 740 | ([be4e49d](https://github.com/jest-community/eslint-plugin-jest/commit/be4e49dcecd64711e743f5e09d1ff24e4c6e1648))
|
|---|
| 741 |
|
|---|
| 742 | # [23.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.4.0...v23.5.0) (2020-01-12)
|
|---|
| 743 |
|
|---|
| 744 | ### Features
|
|---|
| 745 |
|
|---|
| 746 | - **expect-expect:** support glob patterns for assertFunctionNames
|
|---|
| 747 | ([#509](https://github.com/jest-community/eslint-plugin-jest/issues/509))
|
|---|
| 748 | ([295ca9a](https://github.com/jest-community/eslint-plugin-jest/commit/295ca9a6969c77fadaa1a42d76e89cae992520a6))
|
|---|
| 749 | - **valid-expect:** refactor `valid-expect` linting messages
|
|---|
| 750 | ([#501](https://github.com/jest-community/eslint-plugin-jest/issues/501))
|
|---|
| 751 | ([7338362](https://github.com/jest-community/eslint-plugin-jest/commit/7338362420eb4970f99be2016bb4ded5732797e3))
|
|---|
| 752 |
|
|---|
| 753 | # [23.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.3.0...v23.4.0) (2020-01-10)
|
|---|
| 754 |
|
|---|
| 755 | ### Features
|
|---|
| 756 |
|
|---|
| 757 | - **expect-expect:** support chained function names
|
|---|
| 758 | ([#471](https://github.com/jest-community/eslint-plugin-jest/issues/471))
|
|---|
| 759 | ([#508](https://github.com/jest-community/eslint-plugin-jest/issues/508))
|
|---|
| 760 | ([beb1aec](https://github.com/jest-community/eslint-plugin-jest/commit/beb1aececee80589c182e95bc64ef01d97eb5e78))
|
|---|
| 761 | - **rules:** add support for function declaration as test case
|
|---|
| 762 | ([#504](https://github.com/jest-community/eslint-plugin-jest/issues/504))
|
|---|
| 763 | ([ac7fa48](https://github.com/jest-community/eslint-plugin-jest/commit/ac7fa487d05705bee1b2d5264d5096f0232ae1e1))
|
|---|
| 764 |
|
|---|
| 765 | # [23.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.2.0...v23.3.0) (2020-01-04)
|
|---|
| 766 |
|
|---|
| 767 | ### Features
|
|---|
| 768 |
|
|---|
| 769 | - **rules:** add .concurrent support
|
|---|
| 770 | ([#498](https://github.com/jest-community/eslint-plugin-jest/issues/498))
|
|---|
| 771 | ([#502](https://github.com/jest-community/eslint-plugin-jest/issues/502))
|
|---|
| 772 | ([dcba5f1](https://github.com/jest-community/eslint-plugin-jest/commit/dcba5f1f1c6429a8bce2ff9aae71c02a6ffa1c2b))
|
|---|
| 773 |
|
|---|
| 774 | # [23.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.1...v23.2.0) (2019-12-28)
|
|---|
| 775 |
|
|---|
| 776 | ### Features
|
|---|
| 777 |
|
|---|
| 778 | - **valid-expect:** warn on `await expect()` with no assertions
|
|---|
| 779 | ([#496](https://github.com/jest-community/eslint-plugin-jest/issues/496))
|
|---|
| 780 | ([19798dd](https://github.com/jest-community/eslint-plugin-jest/commit/19798dd540c8a0f5ac7883f67a28ee67d9e5fc7a))
|
|---|
| 781 |
|
|---|
| 782 | ## [23.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.0...v23.1.1) (2019-11-30)
|
|---|
| 783 |
|
|---|
| 784 | ### Bug Fixes
|
|---|
| 785 |
|
|---|
| 786 | - **no-focused-tests:** detect table format uage of `.only.each`
|
|---|
| 787 | ([#489](https://github.com/jest-community/eslint-plugin-jest/issues/489))
|
|---|
| 788 | ([d03bcf4](https://github.com/jest-community/eslint-plugin-jest/commit/d03bcf49e9e4f068bead25a4bc4c962762d56c02))
|
|---|
| 789 |
|
|---|
| 790 | # [23.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.5...v23.1.0) (2019-11-29)
|
|---|
| 791 |
|
|---|
| 792 | ### Features
|
|---|
| 793 |
|
|---|
| 794 | - **no-focused-tests:** check each with table format
|
|---|
| 795 | ([#430](https://github.com/jest-community/eslint-plugin-jest/issues/430))
|
|---|
| 796 | ([154c0b8](https://github.com/jest-community/eslint-plugin-jest/commit/154c0b8e5310f0c1bf715a8c60de5d84faa1bc48))
|
|---|
| 797 |
|
|---|
| 798 | ## [23.0.5](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.4...v23.0.5) (2019-11-27)
|
|---|
| 799 |
|
|---|
| 800 | ### Bug Fixes
|
|---|
| 801 |
|
|---|
| 802 | - typo in the `require-to-throw-message` docs
|
|---|
| 803 | ([#487](https://github.com/jest-community/eslint-plugin-jest/issues/487))
|
|---|
| 804 | ([3526213](https://github.com/jest-community/eslint-plugin-jest/commit/35262135e3bb407b9c40991d2651ca4b201eebff))
|
|---|
| 805 |
|
|---|
| 806 | ## [23.0.4](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.3...v23.0.4) (2019-11-14)
|
|---|
| 807 |
|
|---|
| 808 | ### Bug Fixes
|
|---|
| 809 |
|
|---|
| 810 | - get correct ruleName without specifying file extension
|
|---|
| 811 | ([#473](https://github.com/jest-community/eslint-plugin-jest/issues/473))
|
|---|
| 812 | ([f09203e](https://github.com/jest-community/eslint-plugin-jest/commit/f09203ed05a69c83baadf6149ae17513c85b170f))
|
|---|
| 813 |
|
|---|
| 814 | ## [23.0.3](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.2...v23.0.3) (2019-11-08)
|
|---|
| 815 |
|
|---|
| 816 | ### Bug Fixes
|
|---|
| 817 |
|
|---|
| 818 | - **no-test-callback:** don't provide fix for `async` functions
|
|---|
| 819 | ([#469](https://github.com/jest-community/eslint-plugin-jest/issues/469))
|
|---|
| 820 | ([09111e0](https://github.com/jest-community/eslint-plugin-jest/commit/09111e0c951aaa930c9a2c8e0ca84251b3196e94)),
|
|---|
| 821 | closes [#466](https://github.com/jest-community/eslint-plugin-jest/issues/466)
|
|---|
| 822 |
|
|---|
| 823 | ## [23.0.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.1...v23.0.2) (2019-10-28)
|
|---|
| 824 |
|
|---|
| 825 | ### Bug Fixes
|
|---|
| 826 |
|
|---|
| 827 | - **prefer-todo:** ensure argument exists before trying to access it
|
|---|
| 828 | ([#462](https://github.com/jest-community/eslint-plugin-jest/issues/462))
|
|---|
| 829 | ([a87c8c2](https://github.com/jest-community/eslint-plugin-jest/commit/a87c8c29e1faf9d5364c9074d988aa95ef6cc987))
|
|---|
| 830 |
|
|---|
| 831 | ## [23.0.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.0...v23.0.1) (2019-10-28)
|
|---|
| 832 |
|
|---|
| 833 | ### Bug Fixes
|
|---|
| 834 |
|
|---|
| 835 | - **valid-title:** ignore string addition
|
|---|
| 836 | ([#461](https://github.com/jest-community/eslint-plugin-jest/issues/461))
|
|---|
| 837 | ([b7c1be2](https://github.com/jest-community/eslint-plugin-jest/commit/b7c1be2f279b87366332fb2d3a3e49a71aa75711))
|
|---|
| 838 |
|
|---|
| 839 | # [22.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v22.1.3...v22.2.0) (2019-01-29)
|
|---|
| 840 |
|
|---|
| 841 | ### Features
|
|---|
| 842 |
|
|---|
| 843 | - **rules:** add prefer-todo rule
|
|---|
| 844 | ([#218](https://github.com/jest-community/eslint-plugin-jest/issues/218))
|
|---|
| 845 | ([0933d82](https://github.com/jest-community/eslint-plugin-jest/commit/0933d82)),
|
|---|
| 846 | closes [#217](https://github.com/jest-community/eslint-plugin-jest/issues/217)
|
|---|