Skip to content

v1.0.5 of cyclops-react : Performance improvements, bug fixes

Compare
Choose a tag to compare
@johnmcclean johnmcclean released this 02 Jan 19:30
· 1717 commits to master since this release

1.0.5 of cyclops-react

cyclops-react 1.0.5 speeds up the performance of takeRight and scanLeft operators as well as fixing a bug in the Try API. recoverWith allows a Try to returned rather than insisting on a Success instance.

Changelog

Check out the features delivered and bugs fixed -

github 1.0.5 issues & PRs

Get cyclops-react

Gradle

compile 'com.aol.simplereact:cyclops-react:1.0.5’

Maven

<dependency>
    <groupId>com.aol.simplereact</groupId>
    <artifactId>cyclops-react</artifactId>
    <version>1.0.5</version>
</dependency>

Documentation

Articles

Old simple-react landing page

License

cyclops-react is licensed under the Apache 2.0 license.

http://www.apache.org/licenses/LICENSE-2.0#