Releases: eslint-community/eslint-plugin-promise
Releases · eslint-community/eslint-plugin-promise
v7.1.0
7.1.0 (2024-08-06)
🌟 Features
catch-or-return
,prefer-await-to-then
: do not report Cypress commands (#495) (943f162)prefer-await-to-then
: ignore constructor scope unless withstrict
option (#496) (7bffb7a)- new rule
spec-only
to check for non-spec Promise methods (#502) (d6e9de1)
📚 Documentation
🧹 Chores
v7.0.0
7.0.0 (2024-07-24)
- feat!: Update node versions to align with eslint v9 (#505) (09d0650), closes #505 /github.com/eslint-community/eslint-plugin-promise/pull/484#issuecomment-2246887433 eslint-community/eslint-plugin-promise#504
BREAKING CHANGES
- Requires Node.js: ^18.18.0 || ^20.9.0 || >=21.1.0
v6.6.0
v6.5.1
v6.5.0
v6.4.0
v6.3.0
v6.2.0
v6.1.1
v6.1.0
6.1.0 (2022-10-13)
Bug Fixes
- always-return: false positives for logical expr (#363) (a60d1cb)
- CI: fix release script (#380) (71e53a0)
- minor typos (#359) (b431e46)
- no-nesting: nested references vars in closure (#361) (08052e8)
- update repo link (#349) (3906810)
Features
- add
no-multiple-resolved
rule (#369) (3a6fdbe) - always-return: add
ignoreLastCallback
option (#365) (01def31) - catch-or-return,no-new-statics,no-promise-in-callback,valid-params: add support for
Promise.allSettled()
&Promise.any()
(#370) (e080f82) - param-names: add
resolvePattern
&rejectPattern
option (#368) (df25e3c)