Skip to content

v0.9.0

Compare
Choose a tag to compare
@thoas thoas released this 07 Jul 06:57
  • (BC) Typesafe Min*, Max* previously returned a nil pointer when the argument does not contain any items, it has been changed to have a typesafe signature and it panics
  • Add StringerJoin which joins an array of elements which implement the String() string function (thks @arnovanliere)
  • Update Get to allows zero values with the option WithAllowZero (thks @roneli)
  • Add typesafe bool functions FilterBool, ContainsBool, InBools, IndexOfBool, LastIndexOfBool, UniqBool, DropBool, ShuffleBool, ReverseBools (thks @arnovanliere)
  • Update Zip to panic when the passing argument is not a slice / array