CHANGELOG 1.9 KB

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