Gulp Sourcemaps Versions Save

Sourcemap support for gulpjs.

v3.0.0

3 years ago

Nothing changed to the overall API.

However the following security fixes lead to the following:

v1.5.2

9 years ago
  • Run sourceMappingURLPrefix function individually for every file.

v1.5.1

9 years ago
  • Dependency update (convert-source-map)

v1.5.0

9 years ago
  • 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

9 years ago
  • 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