From 24d2d7d0feff59efb4c4440655ef95b7015b3524 Mon Sep 17 00:00:00 2001
From: Anders Ha
Date: Sun, 22 Oct 2017 17:46:55 +0800
Subject: [PATCH] Update the readme.
---
README.md | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index d109c9704..f59274cde 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,10 @@
-[](#carthage) [](#cocoapods) [](#swift-package-manager) [](https://github.com/ReactiveCocoa/ReactiveSwift/releases)  
+[](#carthage) [](#cocoapods) [](#swift-package-manager) [](https://github.com/ReactiveCocoa/ReactiveSwift/releases)  
-☕️ [Looking for Cocoa extensions?][ReactiveCocoa]
-🎉 [Getting Started](#getting-started)
+🎉 [Getting Started](#getting-started) 🚄 [Release Roadmap](#release-roadmap)
-🚄 [Release Roadmap](#release-roadmap)
## What is ReactiveSwift?
__ReactiveSwift__ offers composable, declarative and flexible primitives that are built around the grand concept of ___streams of values over time___.
@@ -29,6 +27,12 @@ code and state to bridge the gap.
1. **[Basic Operators][]**
An overview of the operators provided to compose and transform streams of values.
+
+1. **[ReactiveCocoa][ReactiveCocoa]**
+
+ Building on top of ReactiveSwift, **ReactiveCocoa** extends Cocoa platform frameworks with reactive bindings and extensions.
+
+ [](https://github.com/ReactiveCocoa/ReactiveCocoa/releases)[](https://github.com/ReactiveCocoa/ReactiveCocoa/#carthage) [](https://github.com/ReactiveCocoa/ReactiveCocoa/#cocoapods)
1. **[How does ReactiveSwift relate to RxSwift?][]**
@@ -125,17 +129,9 @@ If you need any help, please visit our [GitHub issues][] or [Stack Overflow][].
## Release Roadmap
**Current Stable Release:**
[](https://github.com/ReactiveCocoa/ReactiveSwift/releases)
-#### Swift 3.2 and Swift 4.0 compatibility
-While the development would be Swift 3.2 and Swift 4.0 aware, ReactiveSwift 2.0 would not declare official support until Swift 3.2 and Swift 4.0 launch.
-
-The official release for Swift 3.2 and Swift 4.0 is expected to be a minor 2.x release with full API compatibility.
-
### Plan of Record
-#### ReactiveCollections
-Collection support in ReactiveSwift is currently being iterated in [ReactiveCollections](https://github.com/RACCommunity/ReactiveCollections/). Contributions are welcomed.
-
-#### ReactiveSwift 3.0
-ReactiveSwift 3.0 is expected to declare library ABI stability as it adopts generics features arriving in a later Swift 4 release, e.g. conditional conformance. There is no ETA for now.
+#### ABI stability release
+ReactiveSwift is expected to declare library ABI stability when Swift rolls out resilence support. Until then, ReactiveSwift would incrementally adopt new language features that help move towards to goal. The ETA is Swift 5.
[Core Reactive Primitives]: Documentation/ReactivePrimitives.md
[Basic Operators]: Documentation/BasicOperators.md