Releases: ReactiveX/RxGroovy
Releases · ReactiveX/RxGroovy
1.0.3 Fixed parameters for indy support
- Pull 12 Fix getParameterTypes for groovy:indy versions
- Pull 8 Allow maven central automatic sync on travis publish
Artifacts: Maven Central
Bintray release
The last release didn't work so we're trying again.
Extension support
This release changes the way the extension invokes the rx.functions.Function
based methods to allow additional extensions to be applied to rx.Observable
and rx.observables.BlockingObservable
.
1.0.0
RxGroovy 1.0.0 released after RxJava 1.0.0 release.
io.reactivex:rxgroovy:1.0.0
Artifacts: Maven Central
1.0.0 Release Candidate 1
The first release candidate for 1.0.0.
This is the first release after splitting from RxJava into its own top level project RxGroovy.
This is the same code as version 0.20.x except:
- all deprecated methods and types are deleted
- now published to groupId
io.reactivex
instead ofcom.netflix.rxjava
- artifactId is now
rxgroovy
instead ofrxjava-groovy
io.reactivex:rxgroovy:1.0.0-rc.1
The artifacts can be found on maven Central at: http://repo1.maven.org/maven2/io/reactivex/rxgroovy/1.0.0-rc.1/
Artifacts: Maven Central