Skip to content

Release v5.0.1

Compare
Choose a tag to compare
@BirjuVachhani BirjuVachhani released this 28 Jun 16:33
· 157 commits to main since this release
d029389
  • Add T.tryCast() extension on generics to cast an object to a type if possible.
  • Add records extension for Iterable.
  • Add tryJsonDecode function to safely decode JSON.
  • Add closeTo extension on double.
  • Add max and min extensions on num.
  • Add replaceFirstWhere and replaceLastWhere extensions on List.
  • Add findBy, findByOrNull and findAllBy extensions on Iterable.