CHANGELOG 1.8 KB

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