Skip to content

Releases: eslint-community/eslint-plugin-promise

v6.1.1

19 Oct 21:06
dc51b1c
Compare
Choose a tag to compare

6.1.1 (2022-10-19)

Bug Fixes

  • no-multiple-resolved: false positives when the last expression in a try block is a call to resolve (#384) (dc51b1c)

v6.1.0

13 Oct 02:19
71e53a0
Compare
Choose a tag to compare

6.1.0 (2022-10-13)

Bug Fixes

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)