-
Notifications
You must be signed in to change notification settings - Fork 341
Description
This issue is a placeholder to discuss the future v2 release.
I know for example migrating Observable
, Observer
etc. should be part of the v1 according to this card: https://github.com/ReactiveX/RxGo/projects/1#card-6433015
Yet, if we do that it will not be backward compatible anymore with the existing API. For example, an user cannot wait anymore on the end of an Observable
by doing a:
<-myObservable
Regarding the v2, I've started to implement few stuf which are part of this PR: #95. In a nutshell, it contains a migration of the main types into interfaces, a creation of new types (Optional
, Single
etc.) and new operators. Is this PR going in the right direction for the v2?
What else should we include?
Furthermore, what are the plans for the v2 in terms of scheduling? Shall we release something before or after Go 2?