Releases: arthurkushman/pgo
Releases · arthurkushman/pgo
#71: Fix deferred error checks
v1.0.6 #71: Fix deferred error checks (#72)
#69: Change deprecated rand.Seed to NewSource/New
v1.0.5 #69: Change deprecated rand.Seed to NewSource/New (#70)
Add ArrayReverse
v1.0.4 #65: Add ArrayReverse (#66)
Add ArrayValues impl
v1.0.3 #20: Add ArrayValues impl (#64)
ArrayUnique implementation
v1.0.2 #63: Add ArrayUnique impl
ArrayMin/ArrayMax implementation
v1.0.1 #61: Add ArrayMin/ArrayMax impls (#62)
Generics to arrays
! Note: generics have been implemented in Go >= 1.18 version, don't use this lib version with Go < 1.18
PS Though they definitely much faster than reflection - happy coding 🎉 .
Add types to http query builder
v0.8.5 #typed_http_builder: Add types to http query builder
Add EqualSlices to compare two slices of any types
v0.8.4 #57: Add EqualSlices to compare two slices of any types
Change HTTPBuildQuery to accept []string
- Change HTTPBuildQuery to accept []string
- Fix len to l redeclaration issue