All Versions
5
Latest Version
Avg Release Cycle
197 days
Latest Release
2037 days ago
Changelog History
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, 2017It 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