RxSwift v3.0.0-beta.1 Release Notes

    • Adapts to new Swift 3.0 syntax.
    • โœ… Corrects throttle operator behavior to be more consistent with other platforms. Adds latest flag that controls should latest element be emitted after dueTime.
    • โž• Adds delay operator.
    • โž• Adds UISearchBar extensions:
      • bookmarkButtonClicked
      • resultsListButtonClicked
      • textDidBeginEditing
      • textDidEndEditing
    • ๐Ÿšš Moves CLLocationManager and UIImagePickerViewController extensions from RxCocoa to RxExample project. #874

    * โž• Adds matrix CI builds.