Skip to content

Releases: SAP/go-generics

v0.2.0

23 Feb 18:22
Compare
Choose a tag to compare
fix case handling in publish.yaml

v0.1.10

01 Feb 13:04
Compare
Choose a tag to compare

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

15 Jan 07:16
Compare
Choose a tag to compare
chore(deps): update dependency go to v1.21.6

v0.1.8

04 Jan 08:56
Compare
Choose a tag to compare

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

11 Dec 07:16
Compare
Choose a tag to compare
chore(deps): update dependency go to v1.21.5

v0.1.6

13 Nov 07:16
Compare
Choose a tag to compare
chore(deps): update dependency go to v1.21.4

v0.1.5

25 Sep 07:16
Compare
Choose a tag to compare
update workflow + delete actions folder

v0.1.4

18 Sep 07:16
Compare
Choose a tag to compare
fix(deps): update dependency @actions/core to v1.10.1

v0.1.3

11 Sep 07:16
Compare
Choose a tag to compare
update release wf

v0.1.2

06 Sep 12:16
Compare
Choose a tag to compare
update release wf