UNPKG

2.36 kBMarkdownView Raw
1# gulp changelog
2
3## 3.2.4
4
5- Bug fix - we didn't have any CLI tests
6
7## 3.2.3
8
9- Update dependencies for bug fixes
10- autocomplete stuff in the completion folder
11
12## 3.2
13
14- File object is now [vinyl](https://github.com/wearefractal/vinyl)
15- .watch() is now [glob-watcher](https://github.com/wearefractal/glob-watcher)
16- Fix CLI -v when no gulpfile found
17- gulp-util updated
18- Logging moved to CLI bin file
19 - Will cause double logging if you update global CLI to 3.2 but not local
20 - Will cause no logging if you update local to 3.1 but not global CLI
21- Drop support for < 0.9
22
23## 3.1.3
24
25- Move isStream and isBuffer to gulp-util
26
27## 3.1
28
29- Move file class to gulp-util
30
31## 3.0
32
33- Ability to pass multiple globs and glob negations to glob-stream
34- Breaking change to the way glob-stream works
35- File object is now a class
36- file.shortened changed to file.relative
37- file.cwd added
38- Break out getStats to avoid nesting
39- Major code reorganization
40
41## 2.7
42
43- Breaking change to the way options are passed to glob-stream
44- Introduce new File object to ease pain of computing shortened names (now a getter)
45
46## 2.4 - 2.6
47
48- Moved stuff to gulp-util
49- Quit exposing createGlobStream (just use the glob-stream module)
50- More logging
51- Prettier time durations
52- Tons of documentation changes
53- gulp.trigger(tasks...) as a through stream
54
55## 1.2-2.4 (11/12/13)
56
57- src buffer=false fixed for 0.8 and 0.9 (remember to .resume() on these versions before consuming)
58- CLI completely rewritten
59 - Colorful logging
60 - Uses local version of gulp to run tasks
61 - Uses findup to locate gulpfile (so you can run it anywhere in your project)
62 - chdir to gulpfile directory before loading it
63 - Correct exit codes on errors
64- silent flag added to gulp to disable logging
65- Fixes to task orchestration (3rd party)
66- Better support for globbed directories (thanks @robrich)
67
68## 1.2 (10/28/13)
69
70- Can specify buffer=false on src streams to make file.content a stream
71- Can specify read=false on src streams to disable file.content
72
73## 1.1 (10/21/13)
74
75- Can specify run callback
76- Can specify task dependencies
77- Tasks can accept callback or return promise
78- `gulp.verbose` exposes run-time internals
79
80## 1.0 (9/26/13)
81
82- Specify dependency versions
83- Updated docs
84
85## 0.2 (8/6/13)
86
87- Rename .files() to .src() and .folder() to .dest()
88
89## 0.1 (7/18/13)
90
91- Initial Release
92
\No newline at end of file