Releases: go-playground/pkg
Releases · go-playground/pkg
Release 5.12.0
What's new?
- Added generic Doubly Linked List in new
listext
package. - Started adding math generic functions in
mathext
likeMin
andMax
- Added
constraintsext
to internally manage constraints used by this library.
Release 5.11.0
What's new?
Added sliceext
and mapext
Generic helper functions such as Filter
, Retain
, Reduce
, ...
Release 5.10.0
What's new?
Made some micro optimization changes to the Option
& Result
types.
Release 5.9.0
What's New?
Added timeext.RFC3339Nano
, a corrected version to Go's std library time.RFC3339Nano
.
Release 5.8.0
What's new?
Added sys call.EPIPE
to the retryable network errors.
Release 5.7.0
What's new?
Add contextext.Detach(...)
to have the ability to Detach a context from the parents timeouts and deadlines but not it's values.
Release v5.6.2
What was fixed?
This is a breaking change to the Mutex interface, the previous was not usable in the manner intended.
Release 5.6.1
What was fixed?
Fixed package names of some recent package additions that were accidentally misnamed and violating this packages naming convention of package + ext
to avoid namespace collisions.
Release 5.6.0
What was changed?
- Added HTTP 408 to retryable HTTP status codes.
Release 5.5.0
Added
- Option generic type
- Result generic type
- Type safe Mutex & RWMutex implementations.