Releases: SAP/go-generics
Releases · SAP/go-generics
v0.2.0
fix case handling in publish.yaml
v0.1.10
Add map function
func Collect[K comparable, V any, W any](m map[K]V, f func(V) W) map[K]W
v0.1.9
chore(deps): update dependency go to v1.21.6
v0.1.8
Add slice functions to get first/last n elements of a slice:
func First[T any](s []T, n uint) []T
func Last[T any](s []T, n uint) []T
v0.1.7
chore(deps): update dependency go to v1.21.5
v0.1.6
chore(deps): update dependency go to v1.21.4
v0.1.5
update workflow + delete actions folder
v0.1.4
fix(deps): update dependency @actions/core to v1.10.1
v0.1.3
update release wf
v0.1.2
update release wf