Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 538 Bytes

File metadata and controls

37 lines (25 loc) · 538 Bytes

1.0.9

  • Override toString and == for Pair.

1.0.8

  • orEmpty for List and Map.

1.0.7

  • firstNotNullOfOrNull for iterable.

1.0.6

  • joinToString for iterable.

1.0.5

  • fistOrNullIf, lastOrNullIf for List and Iterable.

1.0.4+1

  • Fix mapNotNull issue.

1.0.4

  • Fix let issue.
  • Add takeUnless.

1.0.3

  • Add getOrElse for map.

1.0.2+1

  • Fix mapIndex return -1 issue.

1.0.2

  • support mapIndexed and mapNotNull.

1.0.1

  • support lastIndex, getOrElse and getOrNull for iterables.

1.0.0

  • Initial version.