Skip to content

Releases: percula/ktx

Update gradle and dependencies

20 Aug 14:10
Compare
Choose a tag to compare
2.3.2

chore: Add maven publication back in (removed in Gradle 7)

ObservableArrayList fix

23 Jul 18:43
Compare
Choose a tag to compare
2.2.3

feat: Don't notify twice when replacing items

SwitchMapWithUpdateAction

11 Apr 14:13
Compare
Choose a tag to compare
2.2.2

feat: Add switchMapWithUpdateAction

More LiveData Extensions

17 Mar 14:49
Compare
Choose a tag to compare

Added more LiveData extensions and removed duplicate map and switchMap now that they're in the androidx library.

Fix EventObserver

12 Feb 20:21
Compare
Choose a tag to compare
2.1.7

fix: EventObserver was not being called

MutableLiveData.notifyObservers()

11 Oct 15:15
Compare
Choose a tag to compare

Easily notify observers of the MutableLiveData

NonNullLiveData

03 Oct 17:02
Compare
Choose a tag to compare

A LiveData that enforces the generic type's nullability. Also added a Mutable subclass.

MediatorLiveData fixes

02 Oct 17:54
Compare
Choose a tag to compare
2.1.4

fix: MutableLiveData assign value to LiveData from lambda

Event

02 Oct 14:18
Compare
Choose a tag to compare

Add Events, which are a wrapper for data that is exposed via a LiveData that represents an event (one-time use).

mutableLiveDataOf()

24 Sep 12:30
Compare
Choose a tag to compare
2.1.2

feat: MutableLiveData utils