UNPKG

4.01 kBMarkdownView Raw
1# Change Log
2All notable changes to this resolver will be documented in this file.
3This project adheres to [Semantic Versioning](http://semver.org/).
4This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
5
6## Unreleased
7
8
9## 0.7.1
10### Fixed
11- missing `has` dependency ([#681] + [#683], thanks [@benmvp] + [@ljharb])
12
13## 0.7.0
14### Added
15- Support for explicit Webpack config object in `.eslintrc.*`. ([#572], thanks [@jameslnewell])
16- Added `resolve.modules` to configs for webpack2 support ([#569], thanks [@toshafed])
17
18## 0.6.0 - 2016-09-13
19### Added
20- support for config-as-function ([#533], thanks [@grahamb])
21
22## 0.5.1 - 2016-08-11
23### Fixed
24- don't throw and die if no webpack config is found
25
26## 0.5.0 - 2016-08-11
27### Added
28- support for Webpack 2 + `module` package.json key! ([#475], thanks [@taion])
29
30### Changed
31- don't swallow errors, assume config exists ([#435], thanks [@Kovensky])
32
33## 0.4.0 - 2016-07-17
34### Added
35- support for `webpack.ResolverPlugin` ([#377], thanks [@Rogeres])
36
37### Fixed
38- provide string `context` to `externals` functions ([#411] + [#413], thanks [@Satyam])
39
40## 0.3.2 - 2016-06-30
41### Added
42- shared config ([config.js](./config.js)) with barebones settings needed to use this resolver. ([#283])
43
44### Fixed
45- strip resource query ([#357], thanks [@daltones])
46- allow `externals` to be defined as a function ([#363], thanks [@kesne])
47
48## 0.3.1 - 2016-06-02
49### Added
50- debug logging. run with `DEBUG=eslint-plugin-import:*` to see log output.
51
52## 0.3.0 - 2016-06-01
53### Changed
54- use `enhanced-resolve` to support additional plugins instead of re-implementing
55 aliases, etc.
56
57## 0.2.5 - 2016-05-23
58### Added
59- Added support for multiple webpack configs ([#181], thanks [@GreenGremlin])
60
61## 0.2.4 - 2016-04-29
62### Changed
63- automatically find webpack config with `interpret`-able extensions ([#287], thanks [@taion])
64
65## 0.2.3 - 2016-04-28
66### Fixed
67- `interpret` dependency was declared in the wrong `package.json`.
68 Thanks [@jonboiser] for sleuthing ([#286]) and fixing ([#289]).
69
70## 0.2.2 - 2016-04-27
71### Added
72- `interpret` configs (such as `.babel.js`).
73 Thanks to [@gausie] for the initial PR ([#164], ages ago! 😅) and [@jquense] for tests ([#278]).
74
75[#683]: https://github.com/benmosher/eslint-plugin-import/pull/683
76[#572]: https://github.com/benmosher/eslint-plugin-import/pull/572
77[#569]: https://github.com/benmosher/eslint-plugin-import/pull/569
78[#533]: https://github.com/benmosher/eslint-plugin-import/pull/533
79[#413]: https://github.com/benmosher/eslint-plugin-import/pull/413
80[#377]: https://github.com/benmosher/eslint-plugin-import/pull/377
81[#363]: https://github.com/benmosher/eslint-plugin-import/pull/363
82[#289]: https://github.com/benmosher/eslint-plugin-import/pull/289
83[#287]: https://github.com/benmosher/eslint-plugin-import/pull/287
84[#278]: https://github.com/benmosher/eslint-plugin-import/pull/278
85[#181]: https://github.com/benmosher/eslint-plugin-import/pull/181
86[#164]: https://github.com/benmosher/eslint-plugin-import/pull/164
87
88[#681]: https://github.com/benmosher/eslint-plugin-import/issues/681
89[#435]: https://github.com/benmosher/eslint-plugin-import/issues/435
90[#411]: https://github.com/benmosher/eslint-plugin-import/issues/411
91[#357]: https://github.com/benmosher/eslint-plugin-import/issues/357
92[#286]: https://github.com/benmosher/eslint-plugin-import/issues/286
93[#283]: https://github.com/benmosher/eslint-plugin-import/issues/283
94
95[@gausie]: https://github.com/gausie
96[@jquense]: https://github.com/jquense
97[@taion]: https://github.com/taion
98[@GreenGremlin]: https://github.com/GreenGremlin
99[@daltones]: https://github.com/daltones
100[@kesne]: https://github.com/kesne
101[@Satyam]: https://github.com/Satyam
102[@Rogeres]: https://github.com/Rogeres
103[@Kovensky]: https://github.com/Kovensky
104[@grahamb]: https://github.com/grahamb
105[@jameslnewell]: https://github.com/jameslnewell
106[@toshafed]: https://github.com/toshafed
107[@benmvp]: https://github.com/benmvp
108[@ljharb]: https://github.com/ljharb