Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 652 Bytes

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 652 Bytes

changelog

0.9.0 (2017-01-11)

  • Allow disabling sourcemaps
  • Update node-sass to 4.2.0

0.5.0

  • Upgrade to node-sass 3.0.0
  • Set sourceRoot property on sourcemaps to the correct (absolute) path
  • Add a test suite, finally

0.4.1

  • Make relative sourcemap path correct

0.4.0

  • Update node-sass to 2.0.1, to fix io.js/node.js 0.1.2 problems

0.3.2

  • Update node-sass version

0.3.1

  • Correctly resolve paths for sourcemaps with subdirectory destinations

0.3.0

  • All node-sass options are supported
  • Sourcemaps are generated automatically
  • Updated to match gobble 0.6.0 API

0.2.0

  • Started maintaining a changelog