All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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)