From 53ac4e8a873f10a8ad1e97569c8fab458989c951 Mon Sep 17 00:00:00 2001 From: BqLin Date: Thu, 1 Mar 2018 11:26:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A0=87=E7=82=B9=E3=80=81?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=2004=5Frevision=5Fhistory.md=20(#775)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 修正全角逗号、句号的使用 * 修正逗号使用 * 修正一处代码空格错误 * 修正斜体范围,引用的空格使用 * 修正示例代码错误 * 修正标点,修正示例代码 * 修正标点 * 修正标点 * 添加 Swift 3.1 的更新 * 修改 Swift 3.0.1 位置 * 添加 Swift 4.0.3 更新 * 添加 Swift 4.1 更新 * 修正示例代码 --- source/chapter1/04_revision_history.md | 136 +++++++++++++++++++------ source/chapter2/12_Subscripts.md | 4 +- source/chapter2/13_Inheritance.md | 4 +- source/chapter2/14_Initialization.md | 16 +-- 4 files changed, 118 insertions(+), 42 deletions(-) diff --git a/source/chapter1/04_revision_history.md b/source/chapter1/04_revision_history.md index 9a5036ba..7de463c1 100644 --- a/source/chapter1/04_revision_history.md +++ b/source/chapter1/04_revision_history.md @@ -31,18 +31,78 @@ > > 3.0.1 > 翻译+校对:[shanks](http://codebuild.me),2016-11-10 +> +> 3.1 +> 翻译+校对:[bq](https://github.com/bqlin),2018-02-22 +> +> 4.0 +> 翻译+校对:[bq](https://github.com/bqlin),2018-02-22 +> +> 4.1 +> 翻译+校对:[bq](https://github.com/bqlin),2018-02-22 本页面根据 [Document Revision History](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/RevisionHistory.html) 进行适配更新。 本页内容包括: -- [Swift 3.1 更新](#swift_3_1) -- [Swift 3.0 更新](#swift_3_0) -- [Swift 2.2 更新](#swift_2_2) -- [Swift 2.1 更新](#swift_2_1) -- [Swift 2.0 更新](#swift_2_0) -- [Swift 1.2 更新](#swift_1_2) -- [Swift 1.1 更新](#swift_1_1) -- [Swift 1.0 更新](#swift_1_0) + +- [Swift 4.0 更新](#swift_4_1) +- [Swift 4.0 更新](#swift_4_0) +- [Swift 3.1 更新](#swift_3_1) +- [Swift 3.0 更新](#swift_3_0) +- [Swift 2.2 更新](#swift_2_2) +- [Swift 2.1 更新](#swift_2_1) +- [Swift 2.0 更新](#swift_2_0) +- [Swift 1.2 更新](#swift_1_2) +- [Swift 1.1 更新](#swift_1_1) +- [Swift 1.0 更新](#swift_1_0) + + +### Swift 4.1 更新 + + + + + + + + + + + + + + +
发布日期语法变更记录
2018-02-06 + +
+ + +### Swift 4.0 更新 + + + + + + + + + + + + + + +
发布日期语法变更记录
2017-12-04 +
    +
  • 更新至 Swift 4.0.3。
  • +
  • 更新 Key-Path 表达式,现在 key path 支持下标子路径。
  • +
+
### Swift 3.1 更新 @@ -55,27 +115,21 @@ - - 2016-10-27 - - - + + 2017-03-27 + + + @@ -91,7 +145,29 @@ - + + 2016-10-27 + + + + + 2016-09-13