4.8 KiB
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
- Add support for Jest specific functions (#100) (ffa2c39), closes #97
- Add support for System.import (#101) (06ba4dd), closes #99
2.3.0 (2016-11-06)
Bug Fixes
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
2.1.1 (2016-08-22)
Bug Fixes
2.1.0 (2016-08-19)
Bug Fixes
Features
2.0.0 (2016-08-14)
Features
BREAKING CHANGES
- There's a new way to specify alias in the plugin options. See README for more info