Releases: izumin5210/Droidux
Releases · izumin5210/Droidux
v0.5.0
v0.4.0
- #16 #17 Compatibility with other annotation processing libraries
- Dagger 2 like API
- #15 #20 Introduce the middleware droidux-thunk, like "redux-thunk"
- Provides
ThunkMiddleware
forAsyncAction
- Provides
- #14 #22 Allow initial state
null
- #18 #23 Add Todos with Dagger sample
- It uses
@Component
,@Subcomponent
and@Store
.
- It uses