CHANGELOG 2.0 KB

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