lo v1.22.0 Release Notes

Release Date: 2022-07-04 // almost 2 years ago
  • โž• Adding:

    • lo.Slice
    • lo.FromPtr
    • lo.IsEmpty
    • lo.Compact
    • lo.ToPairs: alias to lo.Entries
    • lo.FromPairs: alias to lo.FromEntries
    • lo.Partial

    ๐Ÿ”„ Change:

    • lo.Must + lo.MustX: add context to panic message

    ๐Ÿ›  Fix:

    • ๐Ÿ‘ป lo.Nth: out of bound exception (#137)