Skip to content

Releases: trello-archive/RxLifecycle

v4.0.2

05 Nov 20:58
0dabd1c
Compare
Choose a tag to compare
  • #332: Namespace Kotlin module names

v4.0.1

29 Oct 15:35
53b3a9b
Compare
Choose a tag to compare
  • #330: Corrected package name in rxlifecycle-android-lifecycle-kotlin

v4.0.0

24 May 01:17
bdadff7
Compare
Choose a tag to compare

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

21 Sep 23:37
8cefb24
Compare
Choose a tag to compare
  • #290: Fixed up some missing rxlifecycle3 conversions
  • #308: Support LayoutId constructors for AppCompatActivity and (AndroidX)Fragment

v3.0.0

25 Oct 19:36
7cb0192
Compare
Choose a tag to compare
  • #285: Updated base package to com.trello.rxlifecycle3
  • #284: Deprecate rxlifecycle-navi
  • #283: Upgraded to AndroidX

v2.2.2

29 Jul 16:24
e44e253
Compare
Choose a tag to compare
  • #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.2.1

15 Nov 20:03
6fdab5c
Compare
Choose a tag to compare
  • #248: Remove generic type declaration for Completable bindings

  • #249: Updated to release version of Android architecture components

v2.2.0

07 Sep 00:23
Compare
Choose a tag to compare
  • #239: Added support for support preference fragments

    These can be found in the new rxlifecycle-components-preference artifact.

v2.1.0

27 May 15:55
Compare
Choose a tag to compare
  • #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

23 Nov 14:20
Compare
Choose a tag to compare
  • #183: Fix usage of null in navi module