a simple Node behavior import resolution plugin for eslint-plugin-import, supporting module alias.
Last release 8 years ago
no release in 18 months
Ships unpredictably
gaps range from 1 weeks to 1.3 years
Nearly every release is documented
notes for 7 of 7 stable releases
1 version withdrawn
withdrawn after publishing
10 years old
8 releases · first in 2016
Release timeline
8 releases since 2016201620182020202220242026
20162026
One column per quarter.
Releases
- 1.1.28 Dec 2018
Release notes
Open source →Fixed
- fix a bug in order to not resolve
path/to/filetopath/from/filewith the config['to', 'from']. see [#7][issue7]
Changed
- update test case
- update coverage for node 10 & 11
- update changelog
- update usage to readme
- fix a bug in order to not resolve
- 1.1.130 Jul 2018
Release notes
Open source →Fixed
- fix the bug that the module mapped to a relative path can not be resolved. see [#5][issue5]
Changed
- update test case
- update changelog
- update usage to readme
- add more package keywords
- 1.1.06 May 2018
Release notes2 sources agree
Open source →Added
- support custom file extensions
Changed
- update test case
- update changelog
- update usage to readme
- 1.0.425 Apr 2018withdrawn: critical bug fixed in latest version
Release notes2 sources agree
Open source →Added
- add builtin modules resolve test case and relevant dependencies
Fixed
- fix the bug that inner function
resolveLookupPathsresolve/node_modulesas//node_modules - update core modules for Node.js 8/9/...
Changed
- add peerDependencies, repository, bugs, homepage config items to package.json
- update readme
- update changelog
- update travis config
- add release script to complete preparation before publish
- 1.0.312 Jan 2017
Release notes
Open source →Fixed
- excludes lookup path like /path/to/node_modules/node_modules from lookup paths
Changed
- update changelog
- modify test script for unit testing
- add test case for the fixed bug
Additional notes
Open source →Fixed
- fix the bug that the path like /path/to/node_modules/node_modules is excluded from the lookup paths
- 1.0.25 Jan 2017
Release notes2 sources agree
Open source →Changed
- fix the bug that it's unable to resolve non-relative path modules when current working directory is subdirectory of the project root directory.
- 1.0.128 Dec 2016
Release notes
Open source →Fixed
- remove package
resolveto fix the bug caused by format changing of the internal file core.json of resolve 1.1.7
Changed
- add bug description and solution to README.md
Additional notes
Open source →Changed
- remove package
resolveto fix the bug caused by format changing of the internal file core.json of resolve 1.1.7 - add bug description and solution to README.md
- remove package
- 1.0.025 Dec 2016
Release notes
Open source →Added
- support resolve node modules with alias config
- support resolve normal node modules, including Node.js core modules and other third party modules
- support resolve relative path modules
<!-- references --> [issue5]: https://github.com/johvin/eslint-import-resolver-alias/issues/5 [issue7]: https://github.com/johvin/eslint-import-resolver-alias/issues/7