Releases: jorrit/gulp-requirejs
Releases · jorrit/gulp-requirejs
v1.4.0
- Update dependencies
- Don't try to create file with no output (#53) (thanks @eemeli)
v1.2.1
- Pin
event-stream
to 3.3.4 to prevent installing a crypto backdoor (#39)
v1.2.0
- dependency updates.
- minimum node version increased to 6.
- Replace deprecated
new Buffer()
with Buffer.from()
.
v1.1.1
Fix an NPM packaging error.
v1.1.0
- Dependency updates.
- Replacing gulp-util with plugin-error and vinyl.
1.0.0
Same as v1.0.0-rc2, mostly.
Version 1.0.0-rc2
Dependency updates and replaced .npmignore with a files
array in package.json.
Version 1.0.0-rc1
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
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