Skip to content

Release 1.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomas-light tomas-light released this 20 Feb 23:33
· 43 commits to main since this release

Breaking changes:

  • package renamed from @tomas_light/react-redux-controller to redux-controller-middleware;
  • Reducer function renamed to createReducer;
  • Enabled strict null checks in tsconfig.

Updated documentation:

  • added examples;
  • described action chaining.