angular-redux / redux-observable-decorator

Decorators for Redux Observable
MIT License
13 stars 9 forks source link

Compatibility with redux-observable 0.13.0 #6

Closed actra-gschuster closed 7 years ago

actra-gschuster commented 7 years ago

Interface of EpicMiddleware changed from EpicMiddleware<T> to EpicMiddleware<T, S>, created a pull request two days ago: https://github.com/angular-redux/redux-observable-decorator/pull/5

e-schultz commented 7 years ago

Thanks for the PR - just merged it in and did a publish. Since this is a breaking change, decided to do a version bump to 1.0 - thanks!

e-schultz commented 7 years ago

Closing this issue, thanks for the contribution - if you have any other issues / questions feel free to reach out.