Skip to content

Commit

Permalink
add UIWebView extension CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSB committed Nov 16, 2016
1 parent 5eb5390 commit e51d6b7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ custom_categories:
- UITextView+Rx
- UIView+Rx
- UIViewController+Rx
- UIWebView+Rx
- name: RxCocoa/iOS/Protocols
children:
- RxCollectionViewDataSourceType
Expand All @@ -266,6 +267,7 @@ custom_categories:
- RxTableViewDelegateProxy
- RxTextStorageDelegateProxy
- RxTextViewDelegateProxy
- RxWebViewDelegateProxy
- name: RxCocoa/macOS
children:
- NSButton+Rx
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.

## Master

* adds `UIWebView` extensions:
* `didStartLoad`
* `didFinishLoad`
* `didFailLoad`

## [3.0.1](https://github.com/ReactiveX/RxSwift/releases/tag/3.0.1) (Xcode 8 / Swift 3.0 compatible)

#### Anomalies
Expand Down Expand Up @@ -141,6 +146,7 @@ any observers or `forwardToDelegate` wasn't implementing `UITableViewDataSource.
* `textDidEndEditing`
* Moves `CLLocationManager` and `UIImagePickerViewController` extensions from RxCocoa to RxExample project. #874
* Adds matrix CI builds.
=======

## [3.0.0.alpha.1](https://github.com/ReactiveX/RxSwift/releases/tag/3.0.0.alpha.1) (Xcode 8 beta 6 compatible 8S201h)

Expand Down
2 changes: 1 addition & 1 deletion RxCocoa/iOS/Proxies/RxWebViewDelegateProxy.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// RxWebViewDelegateProxy.swift
// Rx
// RxCocoa
//
// Created by Andrew Breckenridge on 9/26/16.
// Copyright © 2016 Krunoslav Zaher. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion RxCocoa/iOS/UIWebView+Rx.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// UIWebView+Rx.swift
// Rx
// RxCocoa
//
// Created by Andrew Breckenridge on 8/30/16.
// Copyright © 2016 Krunoslav Zaher. All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions Sources/RxCocoa/RxWebViewDelegateProxy.swift
1 change: 1 addition & 0 deletions Sources/RxCocoa/UIWebView+Rx.swift
2 changes: 1 addition & 1 deletion Tests/RxCocoaTests/UIWebView+RxTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// UIWebView+RxTests.swift
// Rx
// Tests
//
// Created by Andrew Breckenridge on 8/30/16.
// Copyright © 2016 Krunoslav Zaher. All rights reserved.
Expand Down

0 comments on commit e51d6b7

Please sign in to comment.