Komprehensions v1.3.0 Release Notes

Release Date: 2017-02-24 // about 7 years ago
  • ⚡️ Kotlin has updated to 1.0.6, and RxJava 1 to 1.2.7.

    Due to the overwhelming feedback I've renamed all functions from their short form into the full name.

    • doL is now doLet
    • doCh is now doChainable
    • doMI is now doMapIterable
    • doFMI is now doFlatMapIterable

    Komprehensions-rx

    • doFM is now doFlatMap
    • doCM is now doConcatMap
    • doSM is now doSwitchMap
    • doCo is now doCompose