PackageTrack

npm

eslint-import-resolver-alias

1.1.2johvin/eslint-import-resolver-alias

a simple Node behavior import resolution plugin for eslint-plugin-import, supporting module alias.

Release timeline

8 releases since 2016
20162026

One column per quarter.

Releases

  1. 1.1.28 Dec 2018
    Release notes

    Fixed

    • fix a bug in order to not resolve path/to/file to path/from/file with the config ['to', 'from']. see [#7][issue7]

    Changed

    • update test case
    • update coverage for node 10 & 11
    • update changelog
    • update usage to readme
    Open source →
  2. 1.1.130 Jul 2018
    Release notes

    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
    Open source →
  3. 1.1.06 May 2018
    Release notes2 sources agree

    Added

    • support custom file extensions

    Changed

    • update test case
    • update changelog
    • update usage to readme
    Open source →
  4. 1.0.425 Apr 2018withdrawn: critical bug fixed in latest version
    Release notes2 sources agree

    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
    Open source →
  5. 1.0.312 Jan 2017
    Release notes

    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
    Open source →
    Additional notes

    Fixed

    • fix the bug that the path like /path/to/node_modules/node_modules is excluded from the lookup paths
    Open source →
  6. 1.0.25 Jan 2017
    Release notes2 sources agree

    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.
    Open source →
  7. 1.0.128 Dec 2016
    Release notes

    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
    Open source →
    Additional notes

    Changed

    • remove package resolve to 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
    Open source →
  8. 1.0.025 Dec 2016
    Release notes

    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

    Open source →