You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and <ahref="https://github.com/ReactiveX/RxScala">Scala</a>.
13
-
New language adapters can be <ahref="https://github.com/ReactiveX/RxJava/wiki/How-to-Contribute">contributed</a>.
7
+
- Stay close to other Rx implementations while adjusting naming conventions and idioms to Java
8
+
- Match contracts of Rx should be the same
9
+
- Target the JVM not a language to allow JVM-language bindings (such as [Scala](https://github.com/ReactiveX/RxScala), [Groovy](https://github.com/ReactiveX/RxGroovy), [Clojure](https://github.com/ReactiveX/RxGroovy) and [Kotlin](https://github.com/ReactiveX/RxKotlin)).
14
10
- Support Java 6+ (to include Android support)
15
11
16
12
Learn more about RxJava on the <ahref="https://github.com/ReactiveX/RxJava/wiki">Wiki Home</a> and the <ahref="http://techblog.netflix.com/2013/02/rxjava-netflix-api.html">Netflix TechBlog post</a> where RxJava was introduced.
@@ -27,13 +23,8 @@ Learn more about RxJava on the <a href="https://github.com/ReactiveX/RxJava/wiki
27
23
28
24
## Versioning
29
25
30
-
RxJava is working towards a 1.0 release which will be reached once it "more or less" becomes feature complete with the [Rx.Net version](https://rx.codeplex.com). The backlog of features needed to accomplish this are documented in the [project issues](https://github.com/ReactiveX/RxJava/issues).
31
-
32
-
In short, once the current issue list hits 0 open we will bump to version 1.0.
33
-
34
-
Until that time the "semantic versioning" will be prefixed with the 0.* and breaking changes will be done such as 0.5.x -> 0.6.x All incremental non-breaking changes with additive functionality will be done like 0.5.1 -> 0.5.2.
35
-
36
-
Once we hit 1.0 it will follow the normal major.minor.patch semantic versioning approach.
26
+
As of 1.0.0 RxJava is following semantic versioning.
27
+
During the 0.x.y releases, the minor (.x) releases were breaking changes.
0 commit comments