ReactiveX / RxSwing

RxJava bindings for Swing
Apache License 2.0
98 stars 23 forks source link

2.x support for rxjava2 with 1.6 support, (dont merge) #63

Closed jutoft closed 11 months ago

akarnokd commented 7 years ago

I've attempted a change as well but run into trouble.

jutoft commented 7 years ago

Yes, i can not push 2.x, someone would have to pull it and push it from my branch. The library is still small so changing the design could be done, what is your suggestion @akarnokd ?

akarnokd commented 7 years ago

Yes, i can not push 2.x, someone would have to pull it and push it from my branch.

This can only work if there is an 1.x branch created and released so git has a 1.x.y tag in its history. Then a new branch out of 1.x can be named 2.x and can be replaced with v2 code.

The library is still small so changing the design could be done, what is your suggestion

I'm still evaluating the design options.