No Description

CHANGELOG 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. v0.8.1:
  2. date: 2014-08-24
  3. changes:
  4. - Fix `check` option.
  5. v0.8.0:
  6. date: 2014-08-21
  7. changes:
  8. - Support Sass 3.4 Source Map option.
  9. - Add `update` option.
  10. v0.7.4:
  11. date: 2014-08-09
  12. changes:
  13. - Fix bundleExec option.
  14. - Fix `os.cpus()` issue.
  15. - Log `sass` command when `--verbose` flag is set.
  16. v0.7.3:
  17. date: 2014-03-06
  18. changes:
  19. - Only create empty dest files when they don't already exist.
  20. v0.7.2:
  21. date: 2014-02-02
  22. changes:
  23. - Fix error reporting when Sass is not available.
  24. v0.7.1:
  25. date: 2014-01-28
  26. changes:
  27. - Fix regression of Bundler support.
  28. v0.7.0:
  29. date: 2014-01-26
  30. changes:
  31. - Improve Windows support.
  32. v0.6.0:
  33. date: 2013-12-10
  34. changes:
  35. - Ignore files where filename have leading underscore.
  36. v0.5.0:
  37. date: 2013-08-21
  38. changes:
  39. - Add banner option.
  40. v0.4.1:
  41. date: 2013-07-06
  42. changes:
  43. - Use file.orig.src if file.src does not exist and return early to avoid passing non-existent files to sass binary.
  44. v0.4.0:
  45. date: 2013-06-30
  46. changes:
  47. - Rewrite task to be able to support Source Maps.
  48. - Compile Sass files in parallel for better performance.
  49. v0.3.0:
  50. date: 2013-03-26
  51. changes:
  52. - Add support for `bundle exec`. Make sure `.css` files are compiled with SCSS.
  53. v0.2.2:
  54. date: 2013-02-15
  55. changes:
  56. - First official release for Grunt 0.4.0.
  57. v0.2.2rc7:
  58. date: 2013-01-25
  59. changes:
  60. - Updating grunt/gruntplugin dependencies to rc7.
  61. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  62. v0.2.2rc5:
  63. date: 2013-01-09
  64. changes:
  65. - Updating to work with grunt v0.4.0rc5.
  66. - Switching to this.files api.
  67. - Add separator option.
  68. v0.2.0:
  69. date: 2012-11-05
  70. changes:
  71. - Grunt 0.4 compatibility.
  72. - Improve error message when Sass binary couldn't be found
  73. v0.1.3:
  74. date: 2012-10-12
  75. changes:
  76. - Rename grunt-contrib-lib dep to grunt-lib-contrib.
  77. v0.1.2:
  78. date: 2012-10-08
  79. changes:
  80. - Fix regression for darwin.
  81. v0.1.1:
  82. date: 2012-10-05
  83. changes:
  84. - Windows support.
  85. v0.1.0:
  86. date: 2012-09-24
  87. changes:
  88. - Initial release.