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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## v3.0.0 - 15 Oct, 2022
4
+
5
+
Upgraded to redis@^4
6
+
7
+
### Breaking Changes
8
+
9
+
- All functions return Promises by default
10
+
- Dropped support for Node.js < 16.18
11
+
3
12
## v2.0.0 - 13 Feb, 2020
4
13
5
14
Updates all outdated dependencies. Updating Jest from v20 to v25 revealed that not all tests that asserted a promise rejecting were succeeding as expected. This resulted in the breaking change mentioned below.
0 commit comments