Releases: tlvince/eslint-plugin-jasmine
Releases · tlvince/eslint-plugin-jasmine
v4.2.2
4.2.2 (2024-09-18)
Bug Fixes
- expect-single-argument: fix error when providing no arguments and no matcher (#375) (48fb2f3)
v4.2.1
4.2.1 (2024-08-22)
Bug Fixes
- expect-single-argument: Allow no arguments when using nothing (#373) (5e95a5a), closes #176
v4.2.0
4.2.0 (2024-06-13)
Bug Fixes
- make rules export object with a
create
method (#367) (3ce1766)
- no-describe-variables: Check variable declarations in arrow functions (#358) (f77738d)
Features
v4.1.4-beta.1
Bug Fixes
- bump semantic release (dedf9d1)
- eslint v9 support (67a0104)
- no-describe-variables: Check variable declarations in arrow functions (#358) (f77738d)
v4.1.3
4.1.3 (2021-11-24)
Bug Fixes
- rule: Add required meta.fixable attribute (#341) (3a61ff2)
- rule: Support await/return expect() for new-line-before-expect rule (#259) (ee078a6)
v4.1.2
4.1.2 (2021-02-02)
Bug Fixes
- Definition for rule 'jasmine/prefer-toBeUndefined' was not found (6e2b913), closes #300
v4.1.1
4.1.1 (2020-04-13)
Bug Fixes
- no-focused-test: Only report focused test keyword, not test (796dddf), closes #230
v4.1.0
4.1.0 (2019-11-16)
Features
- no-pending-tests: add rule to disallow pending specs (ab30e3e)