28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
# 8.0.0-beta.2 (2018-03-14)
|
|
|
|
- **[Fix]** Fix for `sourceMapTarget` removal in Babel v7.0.0-beta.41 ([#149](https://github.com/babel/gulp-babel/pull/149))
|
|
|
|
# 8.0.0-beta.1 (2018-01-26)
|
|
|
|
- **[Fix]** Drop dependency on deprecated `gulp-util` ([#137](https://github.com/babel/gulp-babel/pull/137))
|
|
- **[Chore]** Update repository: add `CHANGELOG.md`, update `.gitignore`, license year, update dependencies,
|
|
add lock files, add _npm_ badge, mention `gulp-babel@next`.
|
|
|
|
# 8.0.0-beta.0 (2017-10-30)
|
|
|
|
- **[Breaking change]** Make `@babel/core` a peer dependency
|
|
|
|
# 7.0.0 (2017-08-06)
|
|
|
|
- **[Breaking change]** Make `babel-core` a peer dependency
|
|
|
|
# 7.0.0-alpha.18 (2017-08-04)
|
|
|
|
- **[Breaking change]** Update to `babel-core@7.0.0-beta.18` ([#112](https://github.com/babel/gulp-babel/pull/112))
|
|
- **[Chore]** Replace usage of `ES6` by `ES2015`
|
|
- **[Documentation]** Update `README.md`: update samples, fix link to issue tracker
|
|
|
|
# 6.1.2 (2016-01-31)
|
|
|
|
- **[Fix]** Do not add `.js` extension to files without extension ([#74](https://github.com/babel/gulp-babel/pull/74))
|