Skip to content

Latest commit

 

History

History
168 lines (135 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

168 lines (135 loc) · 5.93 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.11.1 - 2019-04-13

Fixed

  • [fix] match coreLibs after resolveSync in webpack-resolver (#1297)

0.11.0 - 2018-01-22

Added

  • support for argv parameter when config is a function. (#1261, thanks @keann)

Fixed

0.10.1 - 2018-06-24

Fixed

0.10.0 - 2018-05-17

Changed

  • cache webpack resolve function, for performance (#788/#1091)

0.9.0 - 2018-03-29

Breaking

  • Fix with pnpm by bumping resolve (#968)

0.8.4 - 2018-01-05

Changed

  • allow newer version of node-libs-browser (#969)

0.8.3 - 2017-06-23

Changed

  • debug bumped to match others

0.8.2 - 2017-06-22

Changed

  • webpack peer dep updated to >= 1.11 (works fine with webpack 3 AFAICT)

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).