tag:github.com,2008:https://github.com/johvin/eslint-import-resolver-alias/releasesRelease notes from eslint-import-resolver-alias2018-05-06T13:16:09Ztag:github.com,2008:Repository/77328513/1.1.02018-05-06T13:21:29Z1.1.0 - 2018-05-06<h3>Added</h3>
<ul>
<li>support custom file extensions</li>
</ul>
<h3>Changed</h3>
<ul>
<li>update test case</li>
<li>update changelog</li>
<li>update usage to readme</li>
</ul>johvintag:github.com,2008:Repository/77328513/1.0.42018-05-06T13:02:31Z1.0.4 - 2018-04-25<h3>Added</h3>
<ul>
<li>add builtin modules resolve test case and relevant dependencies</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>fix the bug that inner function <code>resolveLookupPaths</code> resolve <code>/node_modules</code> as <code>//node_modules</code></li>
<li>update core modules for Node.js 8/9/...</li>
</ul>
<h3>Changed</h3>
<ul>
<li>add peerDependencies, repository, bugs, homepage config items to package.json</li>
<li>update readme</li>
<li>update changelog</li>
<li>update travis config</li>
<li>add release script to complete preparation before publish</li>
</ul>johvintag:github.com,2008:Repository/77328513/1.0.32017-01-12T10:54:54Z1.0.3 - 2017-01-12<h3>Fixed</h3>
<ul>
<li>excludes lookup path like /path/to/node_modules/node_modules from lookup paths</li>
</ul>
<h3>Changed</h3>
<ul>
<li>update changelog</li>
<li>modify test script for unit testing</li>
<li>add test case for the fixed bug</li>
</ul>johvintag:github.com,2008:Repository/77328513/1.0.22017-01-12T06:27:39Z1.0.2 - 2017-01-05<h3>Changed</h3>
<ul>
<li>fix the bug that it's unable to resolve non-relative path modules when current working directory is subdirectory of the project root directory.</li>
</ul>johvintag:github.com,2008:Repository/77328513/1.0.12017-01-12T10:50:22Z1.0.1 - 2016-12-29<h3>Fixed</h3>
<ul>
<li>remove package <code>resolve</code> to fix the bug caused by format changing of the internal file core.json of resolve 1.1.7</li>
</ul>
<h3>Changed</h3>
<ul>
<li>add bug description and solution to README.md</li>
</ul>johvin