Skip to content

Releases: gulp-community/gulp-wrap-amd

0.5.0 - Update dependencies

20 Mar 05:40
Compare
Choose a tag to compare

Changes:

0.4.1 - Fix moduleId on Windows

17 Jan 02:12
Compare
Choose a tag to compare

Changes:

  • Fix bug with moduleId generation on Windows due to path.sep - @mattma

0.4.0 - modulePrefix option

19 Dec 19:21
Compare
Choose a tag to compare

Changes:

  • Add a new option, modulePrefix - @mattma

0.3.1 - Update dependencies

26 Jul 21:19
Compare
Choose a tag to compare

Changes:

Many thanks to @shinnn for these changes.

0.3.0 - Support `moduleRoot` option

25 Jan 01:18
Compare
Choose a tag to compare

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

25 Oct 00:13
Compare
Choose a tag to compare

Changes:

  • Fix bug with template wrapping (@ccowan)
  • Remove clone dependency
  • Make Gulp 1.0.0 compatible + update usage examples