Skip to content

Releases: jorrit/gulp-requirejs

v1.4.0

24 Jul 11:57
v1.4.0
d8833bb
Compare
Choose a tag to compare
  • Update dependencies
  • Don't try to create file with no output (#53) (thanks @eemeli)

v1.3.0

20 May 09:02
Compare
Choose a tag to compare

New features

Other

  • Dependency updates

v1.2.1

13 Dec 07:24
v1.2.1
Compare
Choose a tag to compare
  • Pin event-stream to 3.3.4 to prevent installing a crypto backdoor (#39)

v1.2.0

17 Sep 06:57
v1.2.0
Compare
Choose a tag to compare
  • dependency updates.
  • minimum node version increased to 6.
  • Replace deprecated new Buffer() with Buffer.from().

v1.1.1

08 Jan 15:36
v1.1.1
Compare
Choose a tag to compare

Fix an NPM packaging error.

v1.1.0

08 Jan 15:35
v1.1.0
Compare
Choose a tag to compare
  • Dependency updates.
  • Replacing gulp-util with plugin-error and vinyl.

1.0.0

09 Sep 08:40
v1.0.0
Compare
Choose a tag to compare

Same as v1.0.0-rc2, mostly.

Version 1.0.0-rc2

01 Apr 18:03
v1.0.0-rc2
Compare
Choose a tag to compare

Dependency updates and replaced .npmignore with a files array in package.json.

Version 1.0.0-rc1

20 Dec 07:02
v1.0.0-rc1
Compare
Choose a tag to compare

No more issues, no more pull requests: time for v1.0.0!

Compared to v0.4.0 only the code style has been improved and codified in .editorconfig and .eslintrc.json.

Version 0.4

02 Dec 14:01
v0.4.0
Compare
Choose a tag to compare

This release adds:

  • Preliminary source map support (see readme for instructions)
  • Support for retrieving the r.js build report from the file object in the vinyl stream (see #21) (@docnoe)
  • r.js error reporting via the regular gulp error message system
  • Optional optimization via r.js via the optimize option