All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- fix a bug in order to not resolve
path/to/filetopath/from/filewith the config['to', 'from']. see #7
- update test case
- update coverage for node 10 & 11
- update changelog
- update usage to readme
- fix the bug that the module mapped to a relative path can not be resolved. see #5
- update test case
- update changelog
- update usage to readme
- add more package keywords
- support custom file extensions
- update test case
- update changelog
- update usage to readme
- add builtin modules resolve test case and relevant dependencies
- fix the bug that inner function
resolveLookupPathsresolve/node_modulesas//node_modules - update core modules for Node.js 8/9/...
- 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
- fix the bug that the path like /path/to/node_modules/node_modules is excluded from the lookup paths
- fix the bug that it's unable to resolve non-relative path modules when current working directory is subdirectory of the project root directory.
- 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
- 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