-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCHANGELOG
45 lines (32 loc) · 1.17 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
3.0.1
=====
* Remove unneeded files. You know, the whole purpose of this package. Whoops.
3.0.0
=====
* Support for Node.js 16.x and newer only.
* Patterns now work with top-level dependencies. (Thanks, @targos!)
2.2.2
=====
* Fix cleaning of peer dependencies. (Thanks, @BridgeAR!)
* Significantly improve cleanup performance. (Thanks, @BridgeAR!)
2.2.1
=====
* Running `dmn clean` on very large setups could crash. (Thanks, @silverwind,
for reporting!) The problem was in either the very old version of `globby` we
were using or a dependency of it. `globby` is built on top of `fast-glob`. We
weren't using any of the features that `globby` adds to `fast-glob`, so we
switched to `fast-glob` and updated to the latest version. This fixed the
problem.
2.2.0
=====
* Now cleans even more files than before! (Thanks @silverwind!)
* Whoops! Tests weren't actually running previously. Now they are.
2.1.0
=====
* `dmn will now remove .ts (TypeScript) and .map (sourcemap) files.
* .editorconfig enhancements. (thanks @vladimyr!)
* Remove unnecessary proxy launcher. (thanks @vladimyr!)
* markdown fixes in README. (thanks @maxnordlund)
2.0.0
=====
* Support for Node.js 6.x and newer only.