Skip to content

Latest commit

 

History

History
133 lines (56 loc) · 4.81 KB

CHANGELOG.md

File metadata and controls

133 lines (56 loc) · 4.81 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2017-02-05)

Bug Fixes

  • Fix support for custom extensions from babel (#39) (fa885e8)

Features

  • Use babel's built-in option manager for loading configs (#34) (c526927)

Fix

  • Fix linting when using a root glob config (#38) (45a78be)

BREAKING CHANGES

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

Reverts

  • "Use babel's built-in option manager for loading configs." (#31) (6d1add0)

2.2.0 (2016-11-09)

Features

  • Add support for having the babel plugin configured in a preset (#28) (952863e)

2.1.1 (2016-11-07)

Bug Fixes

2.1.0 (2016-11-06)

Features

  • Add support for the custom cwd option from babel-resolver (0a0d42c)

2.0.1 (2016-08-14)

Bug Fixes

  • Remove deconstructuring to fix build on Node < 6 (9649b9a)

2.0.0 (2016-08-14)

Features

  • Support for new version of babel-plugin-module-resolver v2 (f2fc1f3)

BREAKING CHANGES

  • This removes the support for babel-plugin-module-alias v1

1.5.1 (2016-08-09)

Bug Fixes

  • Fix config lookup with specific environment (50f4f6e), closes #22

1.5.0 (2016-08-06)

Bug Fixes

  • resolver: Add cascading support (#17) (dd94f0a), closes #15
  • Also search config with 'babel-plugin-' prefix name (c7633d6)

Features

1.4.2 (2016-07-10)

Bug Fixes

  • mapping: Fix mapping again in editors (3b3bc98)

1.4.1 (2016-07-10)