All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Moved RX classes under version named packages to prevent collision (#42)
Thanks Cody Henthorne
- Commands now use generics also and become strongly typed for a better Kotlin support (#39)
Thanks Cain Wong
'
- Add maven badge to README (#21)
- Fix snapshot upload mechanism for Travis. (#23)
Thanks to Mihaly Nagy
- Add RxJava2 support (#26)
1.1.0 - 2017-09-07
- Use KeepAChangelog v1.0.0 for CHANGELOG.md. (#18)
- Make Store emit actions sequentially. (#13)
Thanks to Yichen Wu for the bugfixes she contributed to.
1.0.1 - 2017-06-29
- Commands should return an Observable<? extends Action>. (#9)
1.0.0 - 2017-06-20
- Initial release