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
+6-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [5.18.0] - 2023-05-21
10
+
### Added
11
+
- typesext.Nothing & valuesext.Nothing for better clarity in generic params and values that represent struct{}. This will provide better code readability and intent.
12
+
9
13
## [5.17.2] - 2023-05-09
10
14
### Fixed
11
15
- Prematurely closing http.Response Body before error with it can be intercepted for ErrUnexpectedResponse.
@@ -46,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
50
### Added
47
51
- Added `timext.NanoTime` for fast low level monotonic time with nanosecond precision.
0 commit comments