All Versions
5
Latest Version
Avg Release Cycle
197 days
Latest Release
1830 days ago

Changelog History

  • v1.3.2 Changes

    April 16, 2019

    ๐Ÿ‘ Thanks to @btkelly's PR, Komprehensions now supports Project Reactor. Many thanks for his contribution!

  • v1.3.1 Changes

    April 08, 2019

    ๐Ÿš€ This minor release adds sources and javadocs. Thanks to @bernaferrari for the PR!

  • v1.3.0 Changes

    February 24, 2017

    โšก๏ธ 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
  • v1.2.1 Changes

    February 19, 2017

    ๐Ÿ›  Fix a jitpack caching issue for the current version

  • v1.2.0 Changes

    February 19, 2017

    It adds top level comprehension functions for the following chainable methods:

    Komprehensions

    • let for any type
    • ๐Ÿ†• new interface Chainable
    • Iterable#map
    • Iterable#flatMap

    KomprehensionsRx 1 and 2

    For Observable#

    • flatMap
    • switchMap
    • concatMap
    • compose