Skip to content

v0.85 simple-react : minor api clean up

Compare
Choose a tag to compare
@johnmcclean johnmcclean released this 21 Apr 16:16
· 3293 commits to master since this release

New in simple-react v0.85

Minor API changes

Eager / Lazy static builder methods have been removed from EagerFutureStream, SimpleReactStream and LazyFutureStream.

EagerReact / LazyReact / SimpleReact .construct method has been cleaned up

Adding SimpleReact as a Dependency

Gradle

compile group: 'com.aol.simplereact', name:'simple-react', version:'0.85'

Maven

 <dependency>
   <groupId>com.aol.simplereact</groupId>
     <artifactId>simple-react</artifactId>
      <version>0.85</version>
     <scope>compile</scope>
   </dependency>

Javadoc

http://www.javadoc.io/doc/com.aol.simplereact/simple-react/0.85