All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- dependency
- Bump object-assign to v3.0.0
- dependency
- Use readable-stream instead of through2
- dependency
- Bump object-assign to v3.0.0
- index.js
- Fix the relative path problem (#105) by reproducing the
cleancss
CLI behavior faithfully.
- Fix the relative path problem (#105) by reproducing the
- index.js
- Remove the file-path workarounds since clean-css v3.3.0 treats paths correctly.
This version is exactly the same as v1.1.2. See the discussion about it.
- Reflect the update of the repository owner name.
- index.js
- Improve path handlong for more correct Source Map. (#89)
- CHANGELOG.md for project clarity.
- index.js
- Follow th internal changes of clean-css v3.2.x
- test/sourceMaps.js
- gulp-sourcemaps doesn’t support stream mode, so we don’t need to test the result of Source Map in stream mode.
- README.md
- 'Breaking Changes' section removed, as those changes are now 3 months old and are no longer surprising.
cache
option -- this violated the 'do one thing well' principle of gulp.- test/cache.js
- No more
cache
option in the API means no need for those tests.
- No more