kotlin-result v1.1.0 Release Notes

Release Date: 2018-09-18 // over 5 years ago
  • 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)