Skip to content

Releases: RACCommunity/Rex

0.12 - RAC 4.2.2

19 Sep 13:13
Compare
Choose a tag to compare

This release targets Swift 2.3 and RAC 4.2.2

Updated

thanks @mdiep, @neilpa, @sharplet, @andersio, @ktakayama

0.11 - RAC 4.2.1

07 Jul 15:21
Compare
Choose a tag to compare

This release targets Swift 2.2 and RAC 4.2.1

Added

  • UITextView.rex_text (#95). Thanks @RuiAAPeres!
  • UISwitch.rex_on (#97). Thanks @dmcrodrigues!
  • NSObject.rex_willDealloc (#99). Thanks @RuiAAPeres!
  • UIViewController properties: rex_viewDidDisappear, rex_viewWillDisappear, rex_viewDidAppear, rex_viewWillAppear (#100). Thanks @RuiAAPeres!
  • UIViewController.rex_dismissAnimated (#101). Thanks @RuiAAPeres!
  • UITableViewCell. rex_prepareForReuse, UITableViewHeaderFooterView.rex_prepareForReuse, UICollectionReusableView.rex_prepareForReuse, UICollectionReusableView.rex_prepareForReuse (#104). Thanks @dmcrodrigues!
  • Action.completed and Action.started (#105). Thanks @larryonoff!
  • UIProgressView.rex_progress (#121). Thanks @eofs!
  • UISegmentedControl.rex_selectedSegmentIndex (#126). Thanks @iv-mexx!
  • UIView. rex_userInteractionEnabled (#127). Thanks @andrew-ware!
  • UIActivityIndicatorView.rex_animating (#134). Thanks @Azeff!

Updated

  • Updated text bind from a String to an String? (#133). Thanks @dmcrodrigues!
  • Enhanced the mechanism for the associated properties with an intermediate step for setup (#119). Thanks @dmcrodrigues!
  • Updated to target RAC 4.2.1! (#130). Thanks @RuiAAPeres!

Thanks @neilpa, @mdiep, @RuiAAPeres, @dmcrodrigues, @iv-mexx for code review.

0.10 - RAC 4.1

01 Apr 18:05
Compare
Choose a tag to compare

This release targets Swift 2.2 and RAC 4.1

Added

Updated

0.9 - RAC 4 Final

02 Feb 22:01
Compare
Choose a tag to compare

This release targets RAC 4.0.1

Added

Updated

0.9 Release Candidate 2

21 Jan 20:17
Compare
Choose a tag to compare
Pre-release

This release targets RAC 4.0-RC.2

Added

  • Handful of time based operators (#74).
    • debounce - Enforces that a specified amount of time passes between values
    • muteFor - Forwards a value and then mutes the signal specified time
    • deferred - Delays the start of a signal producer
    • deferredRetry - Delays retrying a failed producer

0.9 Release Candidate 1

16 Dec 05:01
Compare
Choose a tag to compare
Pre-release

This release targets RAC 4.0-RC.1

Added

  • Targets for tvOS and watchOS (#72).

0.9-alpha.4

12 Dec 22:17
Compare
Choose a tag to compare
0.9-alpha.4 Pre-release
Pre-release

The 0.9-alpha.x.y series will mirror RAC 4 pre-releases while still allowing new development

This release targets RAC 4.0-alpha.4

Added

  • Functional tests for UIKit extensions (#59). Thanks @skyylex!
  • UILabe.rex_textColor extension (#62). Thanks @iv-mexx!
  • Documentation for UIButton.rex_pressed (#58). Thanks @skyylex!
  • Boolean logic for composing PropertyType values (#48).

Improved

  • Simplified creation of extension properties (#69, #70). Thanks @ikesyo!
  • Refactor NSObject.rex_valueProperty using associatedProperty (#68). Thanks @ikesyo!

Fixed

  • Fixed failing tests (#61). Thanks @iv-mexx!
  • Fix associated object key shadowing (#65).

0.9-alpha.3

25 Oct 14:28
Compare
Choose a tag to compare
0.9-alpha.3 Pre-release
Pre-release

The 0.9-alpha.x.y series will mirror RAC 4 pre-releases while still allowing new development

This release targets RAC 4.0-alpha.3

0.9-alpha.2.1

23 Oct 20:25
Compare
Choose a tag to compare
0.9-alpha.2.1 Pre-release
Pre-release

The 0.9-alpha.x.y series will mirror RAC 4 pre-releases while still allowing new development

This release targets RAC 4.0-alpha.2

  • [removed] start and observe overloads in favor of new Observer API (#55, thanks @ikesyo!)

0.9-alpha.2

23 Oct 00:54
Compare
Choose a tag to compare
0.9-alpha.2 Pre-release
Pre-release

The 0.9-alpha.x.y series will mirror RAC 4 pre-releases while still allowing new development

This release targets RAC 4.0-alpha.2

  • [added] Added numerous UIKit extensions (#54, thanks @avalanched!)
  • [added] Made several Cocoa extensions public (#42, thanks @ikesyo!)
  • [fixed] Compiler warning around StaticString (#43, thanks @ikesyo!)