Skip to content

1.1.0

Compare
Choose a tag to compare
@michaelbull michaelbull released this 18 Sep 23:08
· 317 commits to master since this release

Now published on Bintray

repositories {
    maven { url = 'https://dl.bintray.com/michaelbull/maven' }
}

dependencies {
    compile 'com.michael-bull.kotlin-result:kotlin-result:1.1.0'
}
  • Update dependencies (cc1ab49)
  • Add more mapping functions for Iterables (e43a700)
    • mapAll
    • mapResult
    • mapResultTo
    • mapResultNotNull
    • mapResultNotNullTo
    • mapResultIndexed
    • mapResultIndexedTo
    • mapResultIndexedNotNull
    • mapResultIndexedNotNullTo
  • Avoid creating unnecessary Err elements in map functions (29e21e5)
  • Consistently wrap documentation at 100 characters(1377350)
  • Mark new mapping functions as inline (21db2e5)
  • Add bintray publishing configuration (4a0a49b)
  • Add explicit dependencies to bintrayUpload task (88f496a)
  • Migrate away from multi-platform project structure (f10de37)