-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add `CHANGELOG.md` - Update `.gitignore` - Update license year - Update dependencies - Add lock files - Add _npm_ badge - Mention `gulp-babel@next` - Capitalize project files (`README.md`, `LICENSE.md`)
- Loading branch information
Showing
8 changed files
with
6,626 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
############################################################################### | ||
# Dependencies # | ||
############################################################################### | ||
node_modules | ||
|
||
############################################################################### | ||
# Temporary files # | ||
############################################################################### | ||
*.log | ||
*.tmp | ||
tmp/ | ||
logs/ | ||
|
||
############################################################################### | ||
# Editor files # | ||
############################################################################### | ||
# JetBrains (Webstorm, IntelliJ IDEA, ...) | ||
.idea/ | ||
*.iml | ||
|
||
############################################################################### | ||
# Other # | ||
############################################################################### | ||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Next | ||
|
||
- **[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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.