Skip to content

Releases: gulp-sourcemaps/gulp-sourcemaps

Security Fixes

17 Nov 18:14
Compare
Choose a tag to compare

Nothing changed to the overall API.

However the following security fixes lead to the following:

Fix 1.X semver and 0.X Node Compat

10 Oct 20:26
Compare
Choose a tag to compare

The foobar is described here 2d8c319

v1.5.2

16 Apr 11:43
Compare
Choose a tag to compare
  • Run sourceMappingURLPrefix function individually for every file.

v1.5.1

18 Mar 08:54
Compare
Choose a tag to compare
  • Dependency update (convert-source-map)

v1.5.0

05 Mar 09:37
Compare
Choose a tag to compare
  • uses graceful-fs for more robust file system access
  • the BOM is now stripped from files loaded from the file system
  • updated badge URLs in the README

v1.4.0

05 Mar 09:34
Compare
Choose a tag to compare
  • Use sourceRoot (if set) as root path to load missing sourcesContent
  • Always use correct (unix style) path on Windows
  • Updated dependencies
  • Run automated tests on more platforms: Node 0.10, Node 0.12, io.js