github ReactiveX/RxSwift 2.1.0
Honey Badger

latest releases: 6.6.0, 6.5.0, 5.1.3...
8 years ago

Features

  • Adds UIImagePickerController delegate wrappers.
  • Adds SectionedViewDataSourceType that enables third party data sources to use existing rx_modelSelected/rx_modelDeselected wrappers.
  • Adds rx_modelDeselected to UITableView
  • Adds rx_itemDeselected to UITableView
  • Adds rx_modelDeselected to UICollectionView
  • Adds rx_itemDeselected to UICollectionView
  • Adds rx_state to NSButton
  • Adds rx_enabled to NSControl
  • Adds UIImagePickerController usage example to Example app.

Anomalies

  • Removes usage of OSSpinLocks from all Darwin platforms because of problems with inversion of priority on iOS. Original thread on swift mailing list is here
  • Reduces verbose output from RxCocoa project in debug mode. TRACE_RESOURCES is now also treated as a verbosity level setting. It is possible to get old output by using TRACE_RESOURCES with verbosity level >= 2. #397
  • Fixes anomaly with logging of HTTP body of requests in RxCocoa project.

Don't miss a new RxSwift release

NewReleases is sending notifications on new releases.