Skip to content

Releases: mysticatea/eslint-plugin-node

v1.3.0

14 May 11:26
v1.3.0
fdfb0e9
Compare
Choose a tag to compare

Enhancements:

  • c6f1762 The following rules came to ignore the part which preceded by ! of import path. (fixes #36)
    • no-missing-require
    • no-missing-import
    • no-unpublished-require
    • no-unpublished-import

v1.2.2

13 May 13:07
v1.2.2
2201894
Compare
Choose a tag to compare

Bug Fixes:

  • f59bfba Schema of allowModules option has been fixed as it was too strict.

v1.2.1

05 May 17:06
f026544
Compare
Choose a tag to compare

This version is trivial.
Just tests for ESLint v1 have been fixed.

v1.2.0

05 May 17:05
15c9335
Compare
Choose a tag to compare

Features:

v1.1.0

27 Apr 13:08
198837c
Compare
Choose a tag to compare

Features:

  • 90fce67 no-unsupported-features gets to read the engines field of package.json when version was omitted (fixes #29)
  • 80b30ab no-unsupported-features gets to support Node 6 (fixes #31)

v1.0.0

13 Feb 09:21
Compare
Choose a tag to compare

Breaking Changes:

  • 61ba0db Supports of ESLint pre-release versions are dropped.

Bug Fixes:

  • 47e0896 shebang rule had been reporting false positive if there are empty line(s) at the top of a file.

Others:

v0.6.2

01 Feb 06:07
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

Bug Fixes:

  • e9ef104 The no-unpublish-* rules came to handle the "files" field of package.json correctly (#23)
  • 3d18409 Pre-release versions of ESLint were added to peerDependencies (#24)

v0.6.1

30 Jan 22:10
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Bug Fixes:

  • f603c06 The no-missing-* rules came to handle relative paths to a directory correctly. (#21)

v0.6.0

24 Jan 02:51
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Enhancements:

  • 1b7154d The shebang rule came to support Unicode BOM (#16).
  • 65b5e4e The no-unsupported-features came to support grouping values in the "ignore" option (#18).

v0.5.1

17 Jan 18:03
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Bug Fixes: