lo v1.27.0 Release Notes

Release Date: 2022-07-29 // almost 2 years ago
  • ๐Ÿ’ฅ 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)