All Versions
7
Latest Version
Avg Release Cycle
39 days
Latest Release
3306 days ago
Changelog History
Changelog History
-
v4.0.0 Changes
March 07, 2016What's new
- Rewritten;
- โ Removed unnecessary code;
- API improvements;
- ๐ New
Signal
implementation; - ๐ฆ
SignalValue
; CollectionEvent
;ControlEventObserver
;NotificationObserver
;KeyPathObserver
;ActionTarget
;- Replaced
TableViewBinding
with new implementation; - Replaced
CollectionViewBinding
with new implementation;
API changes:
- ๐ Renamed
dispatch(...)
tosendNext(...)
; - ๐ Renamed
dispatch(:onQueue:)
tosendNext(:onQueue:)
- ๐ Renamed
deliverOn(...)
toobserveOn(...)
; - ๐ Renamed
all(...)
toallEqual(...)
; - ๐ Renamed
some(...)
tosomeEqual(...)
; - โ Removed
combineLatest(...)
for 3 input signals; - โ Removed
all(...)
for 3 input values; - โ Removed
some(...)
for 3 input values; LockType
is gone;ObservableCollectionType
is gone;TokenGeneratorType
is gone;ObservableProperty
is gone;CollectionChangeSet
is gone;ListOperation
is gone;- ๐ฆ
ControlSignal
is gone; - ๐ฆ
KVOSignal
is gone; - ๐ฆ
NotificationSignal
is gone; NSIndexSet
extensions are gone;CollectionChangeSetHandler
is gone;CompoundObserver
is gone;Dispatcher
is gone;DisposableActionTarget
is gone;IncrementalKeyGenerator
is gone;SpinLock
is gone;
๐ฑ ๐
-
v3.0.1 Changes
January 29, 2016What's new:
- ๐ Improvements in
DisposableBag
;
๐ฑ ๐
- ๐ Improvements in
-
v3.0.0 Changes
January 22, 2016What's new
UIBarItem
extension for binding a Boolean value to the enabled property ofUIBarItem
;UIBarButtonItem
extension to observe for the button tap event;ObservableCollectionType
protocol;- ๐ New
UITableView
andUICollectionView
bindings using theObservableCollectionType
; - ๐ฆ
Observable
protocol extension to dispatch the item on a givenSignalQueue
;
API changes:
ObservableArray
is gone;- ๐ Renamed the
Disposable
protocol extension methodaddTo(...)
todisposeWith(...)
;
๐ฑ ๐
-
v2.0.0 Changes
October 01, 2015What's new:
- ObservableArray
UITableView
andUICollectionView
bindings- โ 100% test coverage
API changes:
- ๐ฆ
SignalBag
is nowDisposableBag
๐ฑ ๐
-
v1.0.0 Changes
August 18, 2015- Rewritten with Swift 2.0 (XCode 7 beta 5)
- Protocol Oriented Programming
- ๐ New improved API
- ๐ New signal operations
- Overall improvements
๐ฑ ๐
-
v0.1.1
July 27, 2015 -
v0.1.0
July 17, 2015