Skip to content

Latest commit

 

History

History
118 lines (76 loc) · 2.53 KB

Changelog.md

File metadata and controls

118 lines (76 loc) · 2.53 KB

Changelog

Current master

3.2.0

  • Add macOS bindings for NSControl and NSButton

3.1.1

  • Loosens dependency on RxSwift.

3.1.0

  • Replace PublishSubject with InputSubject #92
  • Added missing sources for watchOS target #95

3.0.0

  • Change bindTo([...]) methods to bind(to: [...]) to better align with the revised Rx API
  • Update Rx invocations to resolve deprecation warnings related to same

2.2.2

  • Remove RxBlocking from Linked Libraries in Action target

2.2.1

  • Loosens dependency on RxSwift.

2.2.0

  • Fixes #63, related to the default enabled state.
  • Adds bindTo(action:) for non-CocoaAction.

2.1.1

  • Not replay executionObservables to fix execute(_:). See #64.

2.1.0

  • Refactors internal implementation. See #56 and #59.
  • Adds SwiftPM support. See #58.

2.0.0-beta.1

  • Adds Swift 3 support. See #46.

1.2.2

  • Added inputs subject to trigger actins by observables. See #37.
  • Fixes a problem with observable deallocation related to rx_action button property. See #33.
  • Improved Carthage compatibility. See #34.
  • Swift 2.3 support.

1.2.1

  • Relaxes dependency requirements.

1.2.0

  • Updates to RxSwift 2.1.0.

1.1.0

  • Transitioned podspec to new remote URL (see #15).
  • Moved to RxSwift 2.0 🎉

1.2.2

  • Fixes memory leak when used on buttons. See #21.

1.2.1

  • Relaxes dependency requirements.

1.0.0

  • Unbounded replaying of event values (see #3).

0.3.0

Added UIAlertAction support.

0.2.1

  • Fixes enabledIf: parameter to be Observable<B>, where B: BooleanType.

0.2.0

  • Added tvOS support to UIButton extension.
  • Changes enabledIf to accept Observable<BooleanType> instead of Bool.

0.1.0

  • Initial release.