Skip to content

Releases: JamieMason/eslint-plugin-prefer-arrow-functions

3.1.4

13 Nov 19:24
Compare
Choose a tag to compare

3.1.4 (2021-11-13)

Bug Fixes

  • yarn: regenerate lockfile (b0afea1)

3.1.3

13 Nov 19:01
Compare
Choose a tag to compare

3.1.3 (2021-11-13)

Bug Fixes

  • npm: update dependencies (30a64e1)
  • types: ensure return type is not lost (94f77de), closes #14

Features

  • types: add support for generics (6a71ab3), closes #10

3.0.1

13 Nov 19:01
Compare
Choose a tag to compare

3.0.1 (2019-08-04)

Bug Fixes

  • npm: update dependencies (274db0d)

3.0.0

13 Nov 19:01
Compare
Choose a tag to compare

3.0.0 (2019-05-07)

Features

  • add formal support for async functions (45b597b)
  • add option to set a return style of implicit or explicit (378186d)
  • skip functions containing this, arguments, super, and new.target (f1cee8c)

BREAKING CHANGES

  • Drops support for recommending use of class constructors in niche cases.
  • Drops support for preserving comments