All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.3.2 (2023-01-16)
5.3.1 (2021-04-26)
5.3.0 (2021-04-19)
- Now requires Node 10
5.2.0 (2020-10-19)
5.1.2 (2020-01-23)
5.1.1 (2020-01-07)
5.1.0 (2019-04-25)
5.0.1 (2019-01-29)
5.0.0 (2019-01-22)
5.0.0-beta.1 (2018-08-14)
5.0.0-beta.0 (2017-12-11)
- babel: This resolver now requires babel 7
4.0.0 (2017-12-11)
4.0.0-beta.5 (2017-10-12)
4.0.0-beta.4 (2017-10-12)
- Add support for Babel 7.0.0 (#63) (1ffa7f5)
- Allow the resolver options to be set in the eslint file (#68) (8ee7c08)
4.0.0-beta.3 (2017-07-10)
- Use new resolvePath function from module-resolver 3.0.0-beta.4 (f731792)
4.0.0-beta.2 (2017-05-17)
- Strip the webpack loaders and query string from the source before resolving the file (#60) (21c37f2), closes #59
4.0.0-beta.1 (2017-04-25)
- Fix resolution when using a custom cwd (#55) (188f338), closes #43
- Fix the custom babel cwd in an editor (#56) (b13ffd9)
4.0.0-beta.0 (2017-04-23)
- Fix build (91029b8)
- Fix lib to support babel plugin v3 (#54) (731ab8c)
- Prevents
options.extensions
from failing whenoptions
isnull
(#47) (5d297a7)
- Not compatible with babel-plugin-module-resolver v2.x
3.0.0 (2017-02-05)
- Now requires babel-plugin-module-resolver >= 2.5.0
- The root config and alias must be relative to the project root, not relative to the babelrc file.
2.2.1 (2016-11-11)
2.2.0 (2016-11-09)
2.1.1 (2016-11-07)
- Fix usage of let (a925e3f)
2.1.0 (2016-11-06)
- Add support for the custom cwd option from babel-resolver (0a0d42c)
2.0.1 (2016-08-14)
- Remove deconstructuring to fix build on Node < 6 (9649b9a)
2.0.0 (2016-08-14)
- Support for new version of babel-plugin-module-resolver v2 (f2fc1f3)
- This removes the support for babel-plugin-module-alias v1
1.5.1 (2016-08-09)
1.5.0 (2016-08-06)
- resolver: Add cascading support (#17) (dd94f0a), closes #15
- Also search config with 'babel-plugin-' prefix name (c7633d6)
1.4.2 (2016-07-10)
- mapping: Fix mapping again in editors (3b3bc98)