Releases: DeclarativeHub/ReactiveKit
Releases · DeclarativeHub/ReactiveKit
v2.0.0-beta3
- Fix operator
distinct
. - Prevent recursive subjects updates.
v2.0.0-beta2
- Fix Property BindableType conformance.
v2.0.0-beta1
Initial v2 beta release. Check out migration guide for more info on changes.
v1.1.3
- Fix leak in
retry
method.
v1.1.2
- Fix ObservableCollection class semantics
- Add
silentUpdate
method to Observable and ObservableCollection. - Added 'moveItemAtIndex(toIndex:)' to ObservableCollection
v1.1.1
- Make
ObservableCollectionEvent
constructor public.
v1.1.0
- New operators: take, takeLast, first, last, pausable and scan, reduce and collect.
v1.0.10
- Fix initial event for ObservableCollection and related memory leak.
v1.0.9
v1.0.8
- Fix
next
method ofObservable
- Add
replace:perfromDiff:
method toObservableCollection<Array<T>>