Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@passsy passsy released this 20 Mar 13:12
· 2 commits to master since this release
  • #190 KtMutableMapEntry.setValue() is now implemented (thx @hugobrancowb)
  • #188 Added KtIterable.firstNotNullOf() KtIterable.firstNotNullOfOrNull() (thx @hugobrancowb)
  • #196 Methods, returning mutated copies are now marked with @useReslt (thx @nohli)
  • #197 mapNotNull, mapNotNullTo, mapIndexedNotNull, mapIndexedNotNullTo, filterNotNullTo work now correctly for non-nullable types