CHANGELOG 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. v1.0.0:
  2. date: 2016-03-04
  3. changes:
  4. - Bump devDependencies.
  5. - Add example of using relative path.
  6. - Point main to task and remove peerDeps.
  7. v0.8.2:
  8. date: 2015-10-19
  9. changes:
  10. - Fix expand-less copies with multiple files.
  11. v0.8.1:
  12. date: 2015-08-20
  13. changes:
  14. - Update `chalk` dependency.
  15. v0.8.0:
  16. date: 2015-02-20
  17. changes:
  18. - Performance improvements.
  19. - The `mode` option now also applies to directories.
  20. - Fix path issue on Windows.
  21. v0.7.0:
  22. date: 2014-10-15
  23. changes:
  24. - Add timestamp option to disable preserving timestamp when copying.
  25. v0.6.0:
  26. date: 2014-09-17
  27. changes:
  28. - Update chalk dependency and other devDependencies.
  29. - Preserve file timestamp when copying.
  30. v0.5.0:
  31. date: 2013-12-23
  32. changes:
  33. - If an encoding is specified, overwrite grunt.file.defaultEncoding.
  34. - Rename processContent/processContentExclude to process/noProcess to match Grunt API.
  35. - mode option to copy existing or set file permissions.
  36. v0.4.1:
  37. date: 2013-03-26
  38. changes:
  39. - Output summary by default ("Copied N files, created M folders"). Individual transaction output available via `--verbose`.
  40. v0.4.0:
  41. date: 2013-02-15
  42. changes:
  43. - First official release for Grunt 0.4.0.
  44. v0.4.0rc7:
  45. date: 2013-01-23
  46. changes:
  47. - Updating grunt/gruntplugin dependencies to rc7.
  48. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  49. v0.4.0rc5:
  50. date: 2013-01-14
  51. changes:
  52. - Updating to work with grunt v0.4.0rc5.
  53. - Conversion to grunt v0.4 conventions.
  54. - Replace basePath with cwd.
  55. - Empty directory support.
  56. v0.3.2:
  57. date: 2012-10-18
  58. changes:
  59. - Pass copyOptions on single file copy.
  60. v0.3.1:
  61. date: 2012-10-12
  62. changes:
  63. - Rename grunt-contrib-lib dep to grunt-lib-contrib.
  64. v0.3.0:
  65. date: 2012-09-24
  66. changes:
  67. - General cleanup and consolidation.
  68. - Global options depreciated.
  69. v0.2.4:
  70. date: 2012-09-18
  71. changes:
  72. - No valid source check.
  73. v0.2.3:
  74. date: 2012-09-17
  75. changes:
  76. - Path.sep fallback for node <= 0.7.9.
  77. v0.2.2:
  78. date: 2012-09-17
  79. changes:
  80. - Single file copy support.
  81. - Test refactoring.
  82. v0.2.0:
  83. date: 2012-09-07
  84. changes:
  85. - Refactored from grunt-contrib into individual repo.