Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 1.29 KB

Changelog

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.

[1.1.2] - 2018-07-04

Changed

  • 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'

[1.1.1] - 2017-11-22

Changed

  • 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

Changed

  • 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

Changed

  • Commands should return an Observable<? extends Action>. (#9)

1.0.0 - 2017-06-20

  • Initial release