CHANGELOG.md
20.2 KB
24.1.3 (2020-11-12)
Bug Fixes
24.1.2 (2020-11-12)
Bug Fixes
24.1.1 (2020-11-12)
Bug Fixes
24.1.0 (2020-10-05)
Features
24.0.2 (2020-09-20)
Bug Fixes
24.0.1 (2020-09-12)
Bug Fixes
24.0.0 (2020-09-04)
Bug Fixes
- no-large-snapshots: run on all files regardless of type (#637) (22113db), closes #370
- remove Jasmine globals (#596) (a0e2bc5)
- update to typescript-eslint@4 (1755965), closes #590
Code Refactoring
Features
- no-done-callback: support hooks (#656) (3e6cb44), closes #649 #651
- add
no-conditional-expect
to the recommended ruleset (40cd89d) - add
no-deprecated-functions
to the recommended ruleset (5b2af00) - add
no-interpolation-in-snapshots
to the recommended ruleset (3705dff) - add
valid-title
to recommended ruleset (41f7873) - drop support for node 8 (#570) (6788e72)
- set
no-jasmine-globals
toerror
in recommended ruleset (7080952) -
no-large-snapshots: remove
whitelistedSnapshots
option (8c1c0c9)
BREAKING CHANGES
-
no-done-callback:
no-done-callback
will now report hooks using callbacks as well, not just tests -
no-test-callback: rename
no-test-callback
tono-done-callback
- recommend
no-conditional-expect
rule - recommend
no-interpolation-in-snapshots
rule - recommend
no-deprecated-functions
rule - recommend
valid-title
rule - recommend erroring for
no-jasmine-globals
rule -
no-large-snapshots:
no-large-snapshots
runs on all files regardless of type - Jasmine globals are no marked as such
- Node 10+ required
23.20.0 (2020-07-30)
Features
23.19.0 (2020-07-27)
Features
23.18.2 (2020-07-26)
Bug Fixes
23.18.1 (2020-07-26)
Bug Fixes
23.18.0 (2020-07-05)
Features
23.17.1 (2020-06-23)
Bug Fixes
23.17.0 (2020-06-23)
Features
23.16.0 (2020-06-21)
Features
- create
no-conditional-expect
rule (aba53e4) - deprecate
no-try-expect
in favor ofno-conditional-expect
(6d07cad)
23.15.0 (2020-06-21)
Features
23.14.0 (2020-06-20)
Bug Fixes
- no-test-callback: check argument is an identifier (f70612d)
- no-test-callback: provide suggestion instead of autofix (782d8fa)
- prefer-strict-equal: provide suggestion instead of autofix (2eaed2b)
Features
- prefer-expect-assertions: provide suggestions (bad88a0)
23.13.2 (2020-05-26)
Bug Fixes
23.13.1 (2020-05-17)
Bug Fixes
- no-if: use correct syntax for placeholder substitution in message (6d1eda8)
23.13.0 (2020-05-16)
Features
23.12.0 (2020-05-16)
Features
- deprecate
no-expect-resolves
rule (b6a22e5) - deprecate
no-truthy-falsy
rule (a67d92d) - deprecate
prefer-inline-snapshots
rule (1360e9b)
23.11.0 (2020-05-12)
Features
23.10.0 (2020-05-09)
Features
23.9.0 (2020-05-04)
Features
23.8.2 (2020-03-06)
Bug Fixes
23.8.1 (2020-02-29)
Bug Fixes
23.8.0 (2020-02-23)
Bug Fixes
Features
23.7.0 (2020-02-07)
Bug Fixes
Features
23.6.0 (2020-01-12)
Features
23.5.0 (2020-01-12)
Features
- expect-expect: support glob patterns for assertFunctionNames (#509) (295ca9a)
-
valid-expect: refactor
valid-expect
linting messages (#501) (7338362)
23.4.0 (2020-01-10)
Features
- expect-expect: support chained function names (#471) (#508) (beb1aec)
- rules: add support for function declaration as test case (#504) (ac7fa48)