Skip to content

v1.27.0

Compare
Choose a tag to compare
@samber samber released this 29 Jul 10:12
· 125 commits to master since this release
cf45927

Breaking:

- Change of MapToSlice prototype: MapToSlice[K comparable, V any, R any](in map[K]V, iteratee func(V, K) R) []R -> MapToSlice[K comparable, V any, R any](in map[K]V, iteratee func(K, V) R) []R

Added:

  • lo.ChunkString
  • lo.SliceToMap (alias to lo.Associate)