CHANGELOG 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. v0.14.0:
  2. date: 2015-09-15
  3. changes:
  4. - bump to cssmin ~3.4.0
  5. - minor test fixes
  6. v0.13.0:
  7. date: 2015-07-27
  8. changes:
  9. - bump to cssmin ~3.3.0
  10. v0.12.3:
  11. date: 2015-05-09
  12. changes:
  13. - Improve reporting of errors and warnings.
  14. - Log out written files and the saved size.
  15. - Fix absolute paths.
  16. v0.12.2:
  17. date: 2015-02-20
  18. changes:
  19. - Set the `rebase` option to `false` by default.
  20. v0.12.0:
  21. date: 2015-02-09
  22. changes:
  23. - Add `sourceMap` option.
  24. v0.11.0:
  25. date: 2014-12-24
  26. changes:
  27. - Bump `clean-css` to 3.0.1.
  28. - Remove `banner` option.
  29. v0.10.0:
  30. date: 2014-06-11
  31. changes:
  32. - update clean-css v2.2.0
  33. v0.9.0:
  34. date: 2014-02-01
  35. changes:
  36. - refactor. remove grunt-lib-contrib dependency. backwards-compatibly remove `false` choice from `report`.
  37. v0.8.0:
  38. date: 2014-02-14
  39. changes:
  40. - update clean-css v2.1.0
  41. v0.7.0:
  42. date: 2013-11-23
  43. changes:
  44. - update clean-css v2.0.0
  45. v0.6.2:
  46. date: 2013-09-14
  47. changes:
  48. - Support relative URLs via clean-css ~1.1.1.
  49. v0.6.1:
  50. date: 2013-05-25
  51. changes:
  52. - Support import in-lining vis clean-css ~1.0.4.
  53. v0.6.0:
  54. date: 2013-04-05
  55. changes:
  56. - Update clean-css dependency to ~1.0.0
  57. v0.5.0:
  58. date: 2013-03-14
  59. changes:
  60. - Support for 'report' option (false by default)
  61. v0.4.2:
  62. date: 2013-03-10
  63. changes:
  64. - Add banner option
  65. - Support clean-css keepSpecialComments
  66. v0.4.1:
  67. date: 2013-02-17
  68. changes:
  69. - Update clean-css dependency to ~0.10.0
  70. v0.4.0:
  71. date: 2013-02-15
  72. changes:
  73. - First official release for Grunt 0.4.0.
  74. v0.4.0rc7:
  75. date: 2013-01-23
  76. changes:
  77. - Updating grunt/gruntplugin dependencies to rc7.
  78. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  79. v0.4.0rc5:
  80. date: 2013-01-09
  81. changes:
  82. - Updating to work with grunt v0.4.0rc5.
  83. - Switching to this.files api.
  84. v0.3.2:
  85. date: 2012-11-01
  86. changes:
  87. - Update clean-css dep.
  88. v0.3.1:
  89. date: 2012-10-12
  90. changes:
  91. - Rename grunt-contrib-lib dep to grunt-lib-contrib.
  92. v0.3.0:
  93. date: 2012-09-23
  94. changes:
  95. - Options no longer accepted from global config key.
  96. v0.2.0:
  97. date: 2012-09-10
  98. changes:
  99. - Refactored from grunt-contrib into individual repo.