Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v22.2.2
01 Feb 14:05
Compare
Sorry, something went wrong.
No results found
22.2.2 (2019-02-01)
Bug Fixes
use range instead of start/end properties (#221 ) (a3edd21 )
v22.2.1
30 Jan 00:16
Compare
Sorry, something went wrong.
No results found
v22.1.3
09 Jan 12:10
Compare
Sorry, something went wrong.
No results found
22.1.3 (2019-01-09)
Bug Fixes
no-alias-methods: handle missing assertion node (b5c22dc ), closes #213
v22.1.2
04 Dec 09:54
Compare
Sorry, something went wrong.
No results found
22.1.2 (2018-12-04)
Bug Fixes
no-alias-methods: support .not, .resolves & .rejects (#210 ) (ee9578f )
v22.1.1
03 Dec 23:35
Compare
Sorry, something went wrong.
No results found
22.1.1 (2018-12-03)
Bug Fixes
add guard for missing assertion invocation (#58 ) (73c9187 )
v22.1.0
27 Nov 14:13
Compare
Sorry, something went wrong.
No results found
v22.0.1
25 Nov 19:35
Compare
Sorry, something went wrong.
No results found
22.0.1 (2018-11-25)
Bug Fixes
no-jasmine-globals: fix false positives for pending/fail/spyOn (#205 ) (edbd1a2 ), closes #156
v22.0.0
07 Nov 10:25
Compare
Sorry, something went wrong.
No results found
22.0.0 (2018-11-07)
chore
package: update to ESLint v5 (6010624 )
drop support for Node 4 (b57c8f6 )
Features
add style recommended config (af070bc )
update list of recommended rules (5d3ebcc )
BREAKING CHANGES
New rules added to the recommended config
This commit requires Node >=6.
package: This commit changes the peerDependency to ESLint >=5.
v21.27.2
06 Nov 22:43
Compare
Sorry, something went wrong.
No results found
Bug Fixes
valid-expect-in-promise: fix type exception (60919f6 ), closes #195
v21.27.1
04 Nov 09:44
Compare
Sorry, something went wrong.
No results found
Bug Fixes
prefer-spy-on: fix Cannot read property 'type' of undefined (#199 ) (02cd21a ), closes #198