Skip to content

Honey Badger

Compare
Choose a tag to compare
@kzaher kzaher released this 10 Jan 23:56
· 2610 commits to main since this release

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.