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: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@ Note: you may refer to `README.md` for description of features.
3
3
4
4
## Dev (WIP)
5
5
6
-
## 1.0.3 (2025-01-17)
6
+
## 2.0.0 (2025-01-12)
7
+
- Adopted Laravel's `Number::fileSize()` to show the estimated file size cleaned stats
8
+
- Therefore, further requires `ext-intl`
9
+
10
+
## 1.0.3 (2025-01-07)
7
11
Special note: this update is made in response to the external rugpull as discovered in #4. All previous versions are "tainted" and will not be supported, effective immediately. Update your installed version now!!!
8
12
- No longer depends on `ramazancetinkaya/byte-formatter` as culprit of rugpull
9
13
- A StackOverflow-copied solution is being used for now
@@ -26,4 +30,3 @@ This is a utility library for Laravel that can efficiently remove many expired c
26
30
- Supports the `file` and `database` cache driver
27
31
- Supports self-defined cache eviction strategies
28
32
- Uses PHP generators to avoid using too much memory while scanning for expired items
0 commit comments