Skip to content

Commit 0b86c79

Browse files
committed
3.0.0-beta.1
1 parent 9a18148 commit 0b86c79

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# ModClean History
22

3+
## 3.0.0-beta.1 (5/21/2018)
4+
First beta release of ModClean 3.0.0.
5+
6+
* **IMPROVEMENT:** Remove "ignore" patterns from that matching patterns array to prevent race condition in node-glob (#19).
7+
* **NEW:** Added ability to send in no pattern definitions. This will allow custom patterns to be quickly used (without a definition module) by using `options.additionalPatterns`.
8+
* Make `additionalPatterns` option `null` by default to match other options.
9+
* Refactored how file objects are generated by moving functionality to its own function.
10+
* Misc. cleanup and refactoring.
11+
312
## 3.0.0-alpha.6 (5/18/2018)
413
* **FIX:** Fixed old variable reference in CLI (#24)
514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modclean",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-beta.1",
44
"description": "Remove unwanted files and directories from your node_modules folder",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)