6.7 KiB
6.7 KiB
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.12.2 - 2020-06-16
Fixed
- [fix] provide config fallback (#1705, thanks @migueloller)
0.12.1 - 2020-01-10
Changed
0.12.0 - 2019-12-07
Added
0.11.1 - 2019-04-13
Fixed
0.11.0 - 2018-01-22
Added
Fixed
0.10.1 - 2018-06-24
Fixed
- log a useful error in a module bug arises (#768/#767, thanks @mattkrick)
0.10.0 - 2018-05-17
Changed
0.9.0 - 2018-03-29
Breaking
- Fix with
pnpm
by bumpingresolve
(#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
0.4.0 - 2016-07-17
Added
Fixed
0.3.2 - 2016-06-30
Added
Fixed
- strip resource query (#357, thanks @daltones)
- allow
externals
to be defined as a function (#363, thanks @kesne)
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
- Added support for multiple webpack configs (#181, thanks @GreenGremlin)
0.2.4 - 2016-04-29
Changed
0.2.3 - 2016-04-28
Fixed
interpret
dependency was declared in the wrongpackage.json
. Thanks [@jonboiser] for sleuthing (#286) and fixing (#289).