Releases: trello-archive/RxLifecycle
Releases · trello-archive/RxLifecycle
v4.0.2
- #332: Namespace Kotlin module names
v4.0.1
- #330: Corrected package name in rxlifecycle-android-lifecycle-kotlin
v4.0.0
This major revision was made to support RxJava 3. RxLifecycle 4.0 lives in a new namespace and
package names so that it can work side-by-side with previous versions of RxLifecycle.
- #317: Upgrade to RxJava 3
- #319: Updated namespace to com.trello.rxlifecycle4
v3.1.0
- #290: Fixed up some missing rxlifecycle3 conversions
- #308: Support LayoutId constructors for AppCompatActivity and (AndroidX)Fragment
v3.0.0
- #285: Updated base package to com.trello.rxlifecycle3
- #284: Deprecate rxlifecycle-navi
- #283: Upgraded to AndroidX
v2.2.2
- #275: Updated dependencies
Normally simply updating dependencies wouldn't justify a new release, except that there are some R8 issues with RxLifecycle (due to it being compiled with Android lifecycle 1.0.0 instead of 1.1.0).
v2.1.0
-
#216: Added support for Android Architecture Components
These can be found in the new rxlifecycle-android-lifecycle and rxlifecycle-android-kotlin artifacts.
-
#219: Fix potential build issues by making JSR305 compileOnly
v2.0.1
- #183: Fix usage of null in navi module