-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
CHANGELOG
54 lines (54 loc) · 3.18 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
v0.4.3:
date: 2014-03-07
changes:
- When devving Grunt, do "npm install && npm uninstall grunt" (isaacs/npm#3958)
- Grunt is now tested on Node.js 0.11
- Extracted internal "util" lib to "grunt-legacy-util" lib
- task.normalizeMultiTaskFiles now flattens nested "files" arrays. Closes gh-1034.
- Better error in renameTask if task doesn't exist. Closes gh-1058.
- Update rimraf to latest version. Closes gh-1043.
- Empty string "ext" should strip extension. Closes gh-1087.
- Add expandMapping .extDot option. Can be 'first' or 'last' but defaults to 'first'. Closes gh-979.
- Add default array for util.spawn optional args. Closes gh-1064.
- util.spawn "grunt" option now uses proper Node, passes Node exec options. Closes gh-980, gh-981, gh-877.
- Make all tasks asynchronous to reduce call stack. Closes gh-1026.
- Fix <%= grunt.task.current.target %> in Multitask files. Closes gh-994.
- Generalize cli tests, see gh-983, gh-991.
- --debug option can optionally be Boolean. Closes Gh-983, gh-991.
v0.4.2:
date: 2013-11-21
changes:
- Extract internal "namespace" lib to external "getobject" lib.
- "Grunt collections" are now deprecated, use peerDependencies. See "grunt-contrib" 0.8.0 for details.
- Fix stdout / stderr issues on Windows. Closes gh-940, gh-921, gh-744, gh-792, gh-644, gh-708.
- Fix pipe-redirecting on Windows. Closes gh-510.
- Fixed this.options() in renamed basic tasks. Closes gh-855.
- Update underscore.string dependency to follow semver. Closes gh-886.
- Output task options in verbose mode. Closes gh-749.
- Add file.preserveBOM property. Closes gh-806, gh-937.
- Test that file methods warn. Closes gh-909.
- Fixed a few spelling errors in code comments. Closes gh-849.
- Updated watch, jshint and nodeunit deps. Closes gh-914.
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.