Skip to content

v1.22.1

Compare
Choose a tag to compare
@samber samber released this 03 Jul 22:25
· 153 commits to master since this release
f1f9d18

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)