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: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,12 @@ MPMC (multiple-producers and multiple consumers) enabled.
18
18
19
19
## History
20
20
21
+
### v2.1.0
22
+
23
+
- remove extras deps
24
+
- use 'log/slog' instead 'hedzr/log', 'errors' instead 'hedzr/errors.v3'
25
+
- remove WithLogger()
26
+
21
27
### v2.0.+
22
28
23
29
security updates
@@ -43,7 +49,8 @@ Next release (v2) will move to go 1.18+ with generic enabled.
43
49
- review all codes
44
50
- updated deps
45
51
- review and solve uncertain misreport failed licenses
46
-
- we have two deps: [hedzr/errors](https://github.com/hedzr/errors) and [hedzr/log](https://github.com/hedzr/log), and both them have no 3rd-party deps.
52
+
-~~we have two deps: [hedzr/errors](https://github.com/hedzr/errors) and [hedzr/log](https://github.com/hedzr/log), and both them have no 3rd-party deps.~~
0 commit comments