Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 490 Bytes

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 490 Bytes

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.