UNPKG

965 BMarkdownView Raw
1## 2.1.0 (April 16, 2016)
2
3* Added pattern-level context
4* Added pattern-level ignore
5* Added flattening
6
7
8## 2.0.0 (Apr 14, 2016)
9
10* Several bug fixes
11* Added support for webpack-dev-server
12* `from` now accepts glob options
13* Added `copyUnmodified` option
14
15
16## 1.1.1 (Jan 25, 2016)
17
18* `to` absolute paths are now tracked by webpack
19* Reverted dot matching default for minimatch
20* Params can now be passed to the `ignore` option
21
22
23## 1.0.0 (Jan 24, 2016)
24
25* Added globbing support for `from`
26* Added absolute path support for `to`
27* Changed default for minimatch to match dots for globs
28
29
30## 0.3.0 (Nov 27, 2015)
31
32* Added `ignore` option that functions like `.gitignore`
33* Improved Windows support
34
35
36## 0.2.0 (Oct 28, 2015)
37
38* Added `force` option in patterns to overwrite prestaged assets
39* Files and directories are now added to webpack's rebuild watchlist
40* Only includes changed files while using webpack --watch
41
42
43## 0.1.0 (Oct 26, 2015)
44
45* Basic functionality
\No newline at end of file