Skip to content

Releases: go-playground/pkg

Release 5.22.0

18 Oct 05:33
c86469e
Compare
Choose a tag to compare
Add UnwrapOr* functions (#40)

Added `UnwrapOr`, `UnwrapOrElse` and `UnwrapOrDefault` functions to
`Option` & `Result` types.

Release 5.21.3

11 Oct 17:45
b9698f8
Compare
Choose a tag to compare
v5.21.3

fix slq.Scanner for Option (#39)

Release 5.21.2

13 Jul 16:48
3070d83
Compare
Choose a tag to compare
update form dep (#38)

Updated default form/url.Value encoder/decoder with fix for bubbling up
invalid array index values.

Release 5.21.1

01 Jul 05:56
ef3be41
Compare
Choose a tag to compare
v5.21.1

Fix Instant to be a type not struct. (#37)

Release 5.21.0

30 Jun 15:27
9a02754
Compare
Choose a tag to compare
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

17 Jun 18:14
8acc0b9
Compare
Choose a tag to compare
v5.20.0

Expand Option.Value cases (#35)

Release 5.19.0

14 Jun 15:16
ab6d6f3
Compare
Choose a tag to compare
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

21 May 17:48
f910bd5
Compare
Choose a tag to compare
v5.18.0

Add Nothing (#33)

Release 5.17.2

09 May 19:34
823004f
Compare
Choose a tag to compare
v5.17.2

fix closing of body prematurely (#32)

Release 5.17.1

09 May 19:17
6148921
Compare
Choose a tag to compare
v5.17.1

Pass resp on retryable status (#31)