Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

72 lines (42 loc) · 1.94 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[1.2.1] - 2015-08-23

[1.2.0] - 2015-06-25

[1.1.6] - 2015-06-04

[1.1.5] - 2015-06-03

  • index.js
    • Fix the relative path problem (#105) by reproducing the cleancss CLI behavior faithfully.

[1.1.4] - 2015-06-02

  • index.js
    • Remove the file-path workarounds since clean-css v3.3.0 treats paths correctly.

[1.1.3] - 2015-05-31

This version is exactly the same as v1.1.2. See the discussion about it.

[1.1.2] - 2015-05-31

Changed

  • Reflect the update of the repository owner name.

[1.1.1] - 2015-05-03

Changed

  • index.js
    • Improve path handlong for more correct Source Map. (#89)

[1.1.0] - 2015-04-21

Added

  • CHANGELOG.md for project clarity.

Changed

  • index.js
    • Follow th internal changes of clean-css v3.2.x

[1.0.0] - 2015-03-10

Changed

  • 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.

Removed

  • 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.