Releases: mysticatea/eslint-plugin-node
Releases · mysticatea/eslint-plugin-node
v1.3.0
14 May 11:26
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes:
f59bfba Schema of allowModules option has been fixed as it was too strict.
v1.2.1
05 May 17:06
Compare
Sorry, something went wrong.
No results found
This version is trivial.
Just tests for ESLint v1 have been fixed.
v1.2.0
05 May 17:05
Compare
Sorry, something went wrong.
No results found
Features:
23f6fba allowModules option has been added to the following rules. This rule would support platforms which have own additional modules (e.g. electron).
bdd2c27 Experimental process-exit-as-throw rule has been added. This is an experimentation to solve eslint/eslint#6014
v1.1.0
27 Apr 13:08
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found