From 7075ac642873791b37802422f54104a9863bf6de Mon Sep 17 00:00:00 2001 From: beeth0ven Date: Mon, 18 Sep 2017 10:05:16 +0800 Subject: [PATCH] Publish 0.1.1 --- SUMMARY.md | 2 +- content/about.md | 2 +- content/about/CHANGELOG.md | 4 +++- content/rxswift_core.md | 4 ++-- introduction.md | 18 ++++-------------- 5 files changed, 11 insertions(+), 19 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 9111af4..09e1400 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/content/about.md b/content/about.md index f81c7de..46178fd 100644 --- a/content/about.md +++ b/content/about.md @@ -3,7 +3,7 @@ * 文档作者:[罗杰 (Beeth0ven)](https://github.com/beeth0ven) * 作者邮箱: * 首发日期:**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 diff --git a/content/about/CHANGELOG.md b/content/about/CHANGELOG.md index 17613e6..60fcc03 100644 --- a/content/about/CHANGELOG.md +++ b/content/about/CHANGELOG.md @@ -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) diff --git a/content/rxswift_core.md b/content/rxswift_core.md index abf2a92..5f4b921 100644 --- a/content/rxswift_core.md +++ b/content/rxswift_core.md @@ -1,6 +1,6 @@ -# RxSwift 的核心组件 +# RxSwift 核心 -这一章主要介绍 **RxSwift** 的核心组件: +这一章主要介绍 **RxSwift** 的核心内容: ![](/assets/RxSwiftCore.png) diff --git a/introduction.md b/introduction.md index 4efd649..edff807 100644 --- a/introduction.md +++ b/introduction.md @@ -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)**