Releases: gulp-community/gulp-wrap-amd
Releases · gulp-community/gulp-wrap-amd
0.5.0 - Update dependencies
0.4.1 - Fix moduleId on Windows
Changes:
- Fix bug with
moduleId
generation on Windows due topath.sep
- @mattma
0.4.0 - modulePrefix option
Changes:
- Add a new option, modulePrefix - @mattma
0.3.1 - Update dependencies
Changes:
- Updated gulp-util, through2, gulp and gulp-jshint.
- Updated
.jshintrc
.trailing
option has been removed from JSHint v2.5.0.describe
andit
globals are not necessary because this project doesn't use Mocha.
Many thanks to @shinnn for these changes.
0.3.0 - Support `moduleRoot` option
Changes:
- Support
moduleRoot
option - No longer support streaming file contents.
- Switched to through2 as per Gulp 3.4 guidelines, which breaks node 0.8 compatibility.
0.1.0 - Gulp 1.0.0 compatible
Changes:
- Fix bug with template wrapping (@ccowan)
- Remove
clone
dependency - Make Gulp 1.0.0 compatible + update usage examples