All Versions
7
Latest Version
Avg Release Cycle
39 days
Latest Release
2971 days ago

Changelog History

  • v4.0.0 Changes

    March 07, 2016

    What'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(...) to sendNext(...);
    • ๐Ÿ“‡ Renamed dispatch(:onQueue:) to sendNext(:onQueue:)
    • ๐Ÿ“‡ Renamed deliverOn(...) to observeOn(...);
    • ๐Ÿ“‡ Renamed all(...) to allEqual(...);
    • ๐Ÿ“‡ Renamed some(...) to someEqual(...);
    • โœ‚ 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, 2016

    What's new:

    • ๐Ÿ‘Œ Improvements in DisposableBag;

    ๐Ÿฑ ๐ŸŽ‰

  • v3.0.0 Changes

    January 22, 2016

    What's new

    • UIBarItem extension for binding a Boolean value to the enabled property of UIBarItem;
    • UIBarButtonItem extension to observe for the button tap event;
    • ObservableCollectionType protocol;
    • ๐Ÿ†• New UITableView and UICollectionView bindings using the ObservableCollectionType;
    • ๐Ÿšฆ Observable protocol extension to dispatch the item on a given SignalQueue;

    API changes:

    • ObservableArray is gone;
    • ๐Ÿ“‡ Renamed the Disposable protocol extension method addTo(...) to disposeWith(...);

    ๐Ÿฑ ๐ŸŽ‰

  • v2.0.0 Changes

    October 01, 2015

    What's new:

    • ObservableArray
    • UITableView and UICollectionView bindings
    • โœ… 100% test coverage

    API changes:

    • ๐Ÿšฆ SignalBag is now DisposableBag

    ๐Ÿฑ ๐ŸŽ‰

  • 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