Skip to content

Releases: mysticatea/eslint-plugin

v4.2.2

12 Mar 04:28
v4.2.2
b87787e
Compare
Choose a tag to compare

Bug fixes

  • 8db46f6 fixed a false positive of prefer-for-of rule.

v4.2.1

02 Mar 00:42
v4.2.1
6058453
Compare
Choose a tag to compare

Bug fixes

  • ef42fcc fixed no-useless-rest-spread rule. It was make invalid code by autofix if a spread/rest argument is empty or has trailing commas. (#12)

v4.2.0

28 Feb 22:35
v4.2.0
50ff6a8
Compare
Choose a tag to compare

Features

  • 9632d4c added new rule prefer-for-of which disallows simple for loops and Array#forEach as favor of ES2015 for-of loops. This rule is fixable.

Bug fixes

  • eb2f184 fixed the existing no-useless-rest-spread rule which had been overlooking unnecessary rest/spread properties.

v4.1.0

18 Nov 13:27
v4.1.0
8d937f9
Compare
Choose a tag to compare

Bug Fixes

  • fd84aa4 fixes mysticatea/arrow-parens rule to support async arrow functions.

v4.0.0

13 Oct 00:41
v4.0.0
cadba30
Compare
Choose a tag to compare

Breaking Changes

  • 97ff528 dropped supports of Node@<4.0.0, ESLint@<3.1.0

Features

Enhancements

v3.0.2

13 Oct 00:36
v3.0.2
229f88f
Compare
Choose a tag to compare

Bug Fixes

  • 610075a fixed false positive of block-scoped-var

v3.0.1

13 Oct 00:35
v3.0.1
b7e2bea
Compare
Choose a tag to compare

Bug Fixes

  • 29ff376 fixed peerDependencies for ESLint 3

v3.0.0

04 Jun 21:32
v3.0.0
14221b2
Compare
Choose a tag to compare

New Rules:

New Fixable Rules:

Breaking Changes:

  • Dropped supports of ESLint v1. Requires ESLint v2.

Others:

  • Revived supports of Node 0.10 & 0.12

v1.0.3

07 Nov 14:38
Compare
Choose a tag to compare

Updated dependencies.

v1.0.2

31 Jul 07:35
Compare
Choose a tag to compare

Not changed.

v1.0.1 had been mistaken :(