You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.4 KiB

  1. v0.4.1:
  2. date: 2013-03-13
  3. changes:
  4. - Fix path.join thrown errors with expandMapping rename. Closes gh-725.
  5. - Update copyright date to 2013. Closes gh-660.
  6. - Remove some side effects from manually requiring Grunt. Closes gh-605.
  7. - grunt.log: add formatting support and implicitly cast msg to a string. Closes gh-703.
  8. - Update js-yaml to version 2. Closes gh-683.
  9. - The grunt.util.spawn method now falls back to stdout when the `grunt` option is set. Closes gh-691.
  10. - Making --verbose "Files:" warnings less scary. Closes gh-657.
  11. - Fixing typo: the grunt.fatal method now defaults to FATAL_ERROR. Closes gh-656, gh-707.
  12. - Removed a duplicate line. Closes gh-702.
  13. - Gruntfile name should no longer be case sensitive. Closes gh-685.
  14. - The grunt.file.delete method warns and returns false if file doesn't exist. Closes gh-635, gh-714.
  15. - The grunt.package property is now resolved via require(). Closes gh-704.
  16. - The grunt.util.spawn method no longer breaks on multibyte stdio. Closes gh-710.
  17. - Fix "path.join arguments must be strings" error in file.expand/recurse when options.cwd is not set. Closes gh-722.
  18. - Adding a fairly relevant keyword to package.json (task).
  19. v0.4.0:
  20. date: 2013-02-18
  21. changes:
  22. - Initial release of 0.4.0.
  23. - See http://gruntjs.com/upgrading-from-0.3-to-0.4 for a list of changes / migration guide.