You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# ModClean History
2
2
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
+
3
12
## 3.0.0-alpha.6 (5/18/2018)
4
13
***FIX:** Fixed old variable reference in CLI (#24)
0 commit comments