Skip to content

Releases: johvin/eslint-import-resolver-alias

1.1.0 - 2018-05-06

06 May 13:21
Compare
Choose a tag to compare

Added

  • support custom file extensions

Changed

  • update test case
  • update changelog
  • update usage to readme

1.0.4 - 2018-04-25

06 May 13:02
Compare
Choose a tag to compare

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

12 Jan 10:54
Compare
Choose a tag to compare

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

12 Jan 06:27
Compare
Choose a tag to compare

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

12 Jan 10:50
Compare
Choose a tag to compare

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