Releases: johvin/eslint-import-resolver-alias
Releases · johvin/eslint-import-resolver-alias
1.1.0 - 2018-05-06
1.0.4 - 2018-04-25
Added
- add builtin modules resolve test case and relevant dependencies
Fixed
- fix the bug that inner function
resolveLookupPaths
resolve/node_modules
as//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.3 - 2017-01-12
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
1.0.2 - 2017-01-05
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.1 - 2016-12-29
Fixed
- remove package
resolve
to 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