Releases: jh3y/gulp-boilerplate
Releases · jh3y/gulp-boilerplate
4.1.5
- Updated dependencies to resolve vulnerable dependencies warning
- Removed markup linting due to dependency vulnerability
4.1.4
- Update
gulp
version to use semver via yarn add --dev gulp@next
🎉
@jh3y
4.1.3
Remove deprecated gulp-util
in favor of minimist
and through2
for reading process.argv
and noop
respectively.
@jh3y
4.1.2
- Remove redundant packages
@jh3y
4.1.0
- deprecate
gulp.task
usage in favour of exports as tasks
@jh3y
4.0.0
- use
gulp#4.0
- integrate
prettier
- use
rollup
for script bundling
- improve task metadata
- use
babel-preset-env
- integrate
travis-ci
@jh3y
3.3.1
Add metadata to available tasks so that gulp -T
gives a better understanding of task structure/behavior 🎉
@jh3y
3.3.0
- Use
key-mirror
to handle referencing task names
@jh3y
3.2.1
- Resolve issue with
watch:markup
firing markup:compile
instead of compile:markup
- Add
yarn.lock
file
- Update dates to
2017
🎉
@jh3y