Skip to content

Latest commit

 

History

History
119 lines (96 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

119 lines (96 loc) · 4.28 KB

Change Log

All notable changes to this resolver will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.

Unreleased

0.8.1 - 2017-01-19

Changed

  • official support for Webpack 2.2.0 (RC), thanks @graingert

0.8.0 - 2016-12-15

Changed

  • bumped resolve to fix issues with Node builtins (thanks @SkeLLLa and @ljharb)
  • allow enhanced-resolve to be version >= 2 (thanks @Kovensky)

0.7.1

Fixed

0.7.0

Added

  • Support for explicit Webpack config object in .eslintrc.*. (#572, thanks @jameslnewell)
  • Added resolve.modules to configs for webpack2 support (#569, thanks @toshafed)

0.6.0 - 2016-09-13

Added

0.5.1 - 2016-08-11

Fixed

  • don't throw and die if no webpack config is found

0.5.0 - 2016-08-11

Added

  • support for Webpack 2 + module package.json key! ([#475], thanks @taion)

Changed

  • don't swallow errors, assume config exists (#435, thanks @Kovensky)

0.4.0 - 2016-07-17

Added

  • support for webpack.ResolverPlugin (#377, thanks @Rogeres)

Fixed

  • provide string context to externals functions (#411 + #413, thanks @Satyam)

0.3.2 - 2016-06-30

Added

  • shared config (config.js) with barebones settings needed to use this resolver. (#283)

Fixed

0.3.1 - 2016-06-02

Added

  • debug logging. run with DEBUG=eslint-plugin-import:* to see log output.

0.3.0 - 2016-06-01

Changed

  • use enhanced-resolve to support additional plugins instead of re-implementing aliases, etc.

0.2.5 - 2016-05-23

Added

0.2.4 - 2016-04-29

Changed

  • automatically find webpack config with interpret-able extensions (#287, thanks @taion)

0.2.3 - 2016-04-28

Fixed

  • interpret dependency was declared in the wrong package.json. Thanks [@jonboiser] for sleuthing (#286) and fixing (#289).

0.2.2 - 2016-04-27

Added

  • interpret configs (such as .babel.js). Thanks to @gausie for the initial PR (#164, ages ago! 😅) and @jquense for tests (#278).