Releases: go-playground/pkg
Releases · go-playground/pkg
Release 5.22.0
Add UnwrapOr* functions (#40) Added `UnwrapOr`, `UnwrapOrElse` and `UnwrapOrDefault` functions to `Option` & `Result` types.
Release 5.21.3
v5.21.3 fix slq.Scanner for Option (#39)
Release 5.21.2
update form dep (#38) Updated default form/url.Value encoder/decoder with fix for bubbling up invalid array index values.
Release 5.21.1
v5.21.1 Fix Instant to be a type not struct. (#37)
Release 5.21.0
Add Instant (#36) A way to conveniently represent and work with monotonically increasing time doesn't exist in Go and so added the new `Instant` type.
Release 5.20.0
v5.20.0 Expand Option.Value cases (#35)
Release 5.19.0
SQL plus improvements (#34) ## PR - Added `strconv.ParseBool` which is like the std libraries `ParseBool` but with some additional cases added and should be a drop in replacement. - Updated/extended `Options` SQL decoding abilitys
Release 5.18.0
v5.18.0 Add Nothing (#33)
Release 5.17.2
v5.17.2 fix closing of body prematurely (#32)
Release 5.17.1
v5.17.1 Pass resp on retryable status (#31)