Skip to content

ETH

Compare
Choose a tag to compare
@kzaher kzaher released this 19 Mar 10:47
· 2408 commits to main since this release

Features

  • Adds rx_badgeValue to UITabBarItem.
  • Adds rx_progress to UIProgresView.
  • Adds rx_selectedScopeButtonIndex to UISearchBar.
  • Adds asyncInstance to MainScheduler.
  • Makes name parmeter optional for rx_notification extension.
  • Adds UnitTests.md.
  • Adds Tips.md.
  • Updates playground inline documentation with running instructions.
  • Synchronizes copy of RxDataSources source files inside example project to 0.6 release.

Anomalies

  • Fixes anomaly with synchronization in disposable setter of SingleAssignmentDisposable.
  • Improves DelegateProxy memory management.
  • Fixes anomaly during two way binding of UITextView text value.
  • Improves single operator so it handles reentrancy better.