Skip to content

Commit

Permalink
Publish 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beeth0ven committed Sep 18, 2017
1 parent 9361eba commit 7075ac6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* [3.1 函数式编程](content/think_reactive/funtional_programming.md)
* [3.2 函数式编程 -> 函数响应式编程](content/think_reactive/functional_reactive_progaramming.md)
* [3.3 数据绑定](content/think_reactive/data_binding.md)
* [4. RxSwift 的核心组件](content/rxswift_core.md)
* [4. RxSwift 核心](content/rxswift_core.md)
* [4.1 Observable - 可被监听的序列](content/rxswift_core/observable.md)
* [Single](content/rxswift_core/observable/single.md)
* [Completeable](content/rxswift_core/observable/completeable.md)
Expand Down
2 changes: 1 addition & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 文档作者:[罗杰 (Beeth0ven)](https://github.com/beeth0ven)
* 作者邮箱:<[email protected]>
* 首发日期:**17年9月1日**
* 更新日期:**17年9月1日**
* 更新日期:**17年9月18日**
* 使用工具:[GitBook](https://www.gitbook.com)
* 托管平台:[Github Pages](https://pages.github.com)
* 文档库地址:https://github.com/beeth0ven/RxSwift-Chinese-Documentation
Expand Down
4 changes: 3 additions & 1 deletion content/about/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

---

## master
## [0.1.1](https://github.com/beeth0ven/RxSwift-Chinese-Documentation/releases/tag/0.1.1)

#### 17年9月18日

* 更新 [RxFeedback](/content/architecture/rxfeedback.md) 配图,与官方保持一致
* 修复 [Maybe](/content/rxswift_core/observable/maybe.md) 中的[描述问题](https://github.com/beeth0ven/RxSwift-Chinese-Documentation/pull/9/files)
Expand Down
4 changes: 2 additions & 2 deletions content/rxswift_core.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RxSwift 的核心组件
# RxSwift 核心

这一章主要介绍 **RxSwift** 的核心组件
这一章主要介绍 **RxSwift** 的核心内容

![](/assets/RxSwiftCore.png)

Expand Down
18 changes: 4 additions & 14 deletions introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,10 @@
------
## 文档更新日志

#### 17年9月4日

* 加入学习资源[《泊学 RxSwift 中文视频教程》](https://boxueio.com/series/rxswift-101)
*[concat](/content/decision_tree/concat.md) 操作符加入演示代码
*[concatMap](/content/decision_tree/concatMap.md) 操作符加入演示代码
* 将操作符列表移动到[《如何选择操作符?》](/content/decision_tree.md)章节下,便于查找
*[combineLatest](/content/decision_tree/combineLatest.md) 操作符加入演示代码
*[catchError](/content/decision_tree/catchError.md) 操作符加入演示代码
*[filter](/content/decision_tree/filter.md) 操作符加入演示代码
*[flatMap](/content/decision_tree/flatMap.md) 操作符加入演示代码
*[flatMapLatest](/content/decision_tree/flatMapLatest.md) 操作符加入演示代码
*[map](/content/decision_tree/map.md) 操作符加入演示代码
*[zip](/content/decision_tree/zip.md) 操作符加入演示代码
*[withLatestFrom](/content/decision_tree/withLatestFrom.md) 操作符加入演示代码
#### 17年9月18日

* 更新 [RxFeedback](/content/architecture/rxfeedback.md) 配图,与官方保持一致
* 修复 [Maybe](/content/rxswift_core/observable/maybe.md) 中的[描述问题](https://github.com/beeth0ven/RxSwift-Chinese-Documentation/pull/9/files)

**[... 点击查看更多](/content/about/CHANGELOG.md)**

Expand Down

0 comments on commit 7075ac6

Please sign in to comment.