GT2/GT2-Android/node_modules/babel-plugin-module-resolver/CHANGELOG.md

4.8 KiB

Change Log

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

2.7.0 (2017-03-30)

Reverts

  • Force a 2.7.0 by reverting all changes since 2.5.0 (577afad)

2.5.0 (2017-02-05)

Bug Fixes

  • Add only directories in a glob root config (#120) (ac87924)
  • Remove unnecessary trailing /index in the local path resolution (#117) (ac0c671)

Features

  • Add support for jest doMock and dontMock functions (#114) (0bc01ec)
  • Export manipulateOptions (85270e1)
  • Export the default extensions used by the plugin (1c4fbcc)

2.4.0 (2016-11-30)

Features

2.3.0 (2016-11-06)

Bug Fixes

  • Fix wrong location of modified path (e7083ab), closes #94

Features

  • Move the babelrc lookup behind a custom cwd value option (2a8aca5)

2.2.0 (2016-08-27)

Bug Fixes

  • Fix plugin on windows (d6b0a4b)
  • Fix the root resolver when both a file and directory have the same name (a4cff68)

Features

  • Add glob support in the root config (#78) (1f6245b)

2.1.1 (2016-08-22)

Bug Fixes

  • Fix resolver with filename containing a dot (#75) (bb6c903), closes #74

2.1.0 (2016-08-19)

Bug Fixes

  • Fix root mapping with custom extensions (#72) (3d4756b)

Features

  • Aliasing a npm module without 'npm:' (#73) (8e95988)

2.0.0 (2016-08-14)

Features

  • Add support for custom root directories (#69) (3dd29a0), closes #46

BREAKING CHANGES

  • There's a new way to specify alias in the plugin options. See README for more info