Skip to content

@rematch/core@2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 09:55
· 34 commits to main since this release

2.1.0 (2021-08-13)

Bug Fixes

  • build to modules to .mjs instead of .js and sideEffects: false for better treeshaking (c2978f3)
  • connect() fails on Typescript4.3+ #893 (f794263)
  • context binding in addModel (#873) (7f99a45)
  • make models on init() Partial (#892) (991a9d8)
  • optional payload inference (#901) (dfff163), closes #902
  • reducers and effects with same name are correctly typed 4.3.X (#913) (3db2d9f)
  • this.reducer typed partially correct (f43c3a7)
  • updated peerDependencies (#898) (3013605)