Releases: gulpjs/vinyl-sourcemap
Releases · gulpjs/vinyl-sourcemap
vinyl-sourcemap v2.0.0
v1.1.0
v1.0.0
v0.4.0
Breaking
- Remove destPath option (ec34ab1)
- Error in .add if file is stream, callback when null (720590d)
- Avoid loading sources during the write method (11265af)
- Avoid overwriting file or sourceRoot properties (f79c6d8)
- Remove sourceRoot normalization (c057703)
- Remove file normalization (312be82)
- Remove sources normalization (505fad6)
- Remove options from the API (ea56f4c)
- Remove sourceRoot option (06f26ac)
- Simplify writeSourceMaps & add comment to non-JS/CSS files (11e9e00)
- Remove includeContent option (571fbcf)
- Remove addComment option (f6c2765)
- Remove sourceMappingURLPrefix option (a98f7e5)
- Remove sourceMappingURL option (156d084)
- Remove extra newline added before sourcemap comment (1b2f9a4)
- Remove .add options & always load maps (5f5a2b5)
- Remove identityMap option (5871c2d)
- Remove mapFile option (52ff013)
Update
- Tabs to spaces (2e7ffe4)
- Cleanup and more testing for .write (da3ba78)
- Use file.dirname when possible (956e5a3)
- Cleanup add tests & cover more cases (338eae2)
- Use normalize-path from file-normalize (e20cec2)
- eqnull on destPath (169abe8)
- Use extname for commentFormatter (f2ea47c)
- Assign the file contents at more appropriate points (7cdb9e2)
- Remove custom path normalization for normalize-path (8363195)
- Remove commented debug statements (b26b013)
Docs
- Add stubbed readme (40b1927)
Build
- More linting fixes (2ec6a54)
Scaffold
v0.3.0
Breaking
- Remove mapSources option (4058d2e)
- Avoid mutating options when defaulted (dfd166f) - Closes #16
- Remove charset option & force to utf-8 per spec (8992ffd) - Closes #17
- Reduce argument juggling (61473f8) - Closes #15
- Remove destPath argument in .write & attach to options as path property (86aa9c7) - Closes #14
Update
- Add test from gulp-sourcemaps/gulp-sourcemaps#157 (650d7b7)
- Remove inline docs because they never stay up-to-date (2ecf6bc)
v0.2.0
v0.1.1
v0.1.0
Breaking
- Remove functions as options & disable tests (ca3817d)
New
- Initial implementation (c0119ed)
Update
- Use switch statment when generating sourcemaps (175fa0a)
- Transfer
write
logic into helpers file (288a03a) - Utilize file.extname in contentIncluded (0d12aae)
- Refactor includeContent using async.eachOf (ab4e5a0)
- Rename variables and functions to be more consistent (98586e0)
- Use file.extname property since we depend on newer vinyl (3634eaa)
- Simplify async.waterfall arguments (0d75031)
- Pin convert-source-map due to changes in 1.4.0 (d3db6e0)
- Refactor loading of existing sourcemap (6835e80)
- Move generators and helpers into own files (33b428d)
- Reduce nesting of functions in
add
(1d7879a) - Create utility function for JSON parsing data (0416af0)
- Cleanup loadSourcesAsync iteration with async.each (78265cc)