forked from gruntjs/grunt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into nopt-2.1.1
* master: quote version number for travis add node 0.10 to travis Bumping version to 0.4.1 and publishing to npm. Fix path.join thrown errors with expandMapping rename. Closes gruntjsgh-725. Update copyright date to 2013. Closes gruntjsgh-660. Remove some side effects from manually requiring Grunt. Closes gruntjsgh-605. grunt.log: add formatting support and implicitly cast msg to a string. Closes gruntjsgh-703. Update js-yaml to version 2. Closes gruntjsgh-683. The grunt.util.spawn method now falls back to stdout when the `grunt` option is set. Closes gruntjsgh-691. Making --verbose "Files:" warnings less scary. Closes gruntjsgh-657. Fixing typo: the grunt.fatal method now defaults to FATAL_ERROR. Closes gruntjsgh-656, gruntjsgh-707. Removed a duplicate line. Closes gruntjsgh-702. Gruntfile name should no longer be case sensitive. Closes gruntjsgh-685. The grunt.file.delete method warns and returns false if file doesn't exist. Closes gruntjsgh-635, gruntjsgh-714. The grunt.package property is now resolved via require(). Closes gruntjsgh-704. The grunt.util.spawn method no longer breaks on multibyte stdio. Closes gruntjsgh-710. Fix "path.join arguments must be strings" error in file.expand/recurse when options.cwd is not set. Closes gruntjsgh-722. Adding a fairly relevant keyword to package.json. Bumping version for development.
- Loading branch information
Showing
26 changed files
with
371 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
language: node_js | ||
node_js: | ||
- 0.8 | ||
- "0.8" | ||
- "0.10" | ||
before_script: | ||
- npm install -g grunt-cli | ||
- npm install -g grunt-cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
v0.4.1: | ||
date: 2013-03-13 | ||
changes: | ||
- Fix path.join thrown errors with expandMapping rename. Closes gh-725. | ||
- Update copyright date to 2013. Closes gh-660. | ||
- Remove some side effects from manually requiring Grunt. Closes gh-605. | ||
- grunt.log: add formatting support and implicitly cast msg to a string. Closes gh-703. | ||
- Update js-yaml to version 2. Closes gh-683. | ||
- The grunt.util.spawn method now falls back to stdout when the `grunt` option is set. Closes gh-691. | ||
- Making --verbose "Files:" warnings less scary. Closes gh-657. | ||
- Fixing typo: the grunt.fatal method now defaults to FATAL_ERROR. Closes gh-656, gh-707. | ||
- Removed a duplicate line. Closes gh-702. | ||
- Gruntfile name should no longer be case sensitive. Closes gh-685. | ||
- The grunt.file.delete method warns and returns false if file doesn't exist. Closes gh-635, gh-714. | ||
- The grunt.package property is now resolved via require(). Closes gh-704. | ||
- The grunt.util.spawn method no longer breaks on multibyte stdio. Closes gh-710. | ||
- Fix "path.join arguments must be strings" error in file.expand/recurse when options.cwd is not set. Closes gh-722. | ||
- Adding a fairly relevant keyword to package.json (task). | ||
v0.4.0: | ||
date: 2013-02-18 | ||
changes: | ||
- Initial release of 0.4.0. | ||
- See http://gruntjs.com/upgrading-from-0.3-to-0.4 for a list of changes / migration guide. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.