Skip to content

v2.0.0

Compare
Choose a tag to compare
@kouhin kouhin released this 08 Mar 06:40
· 28 commits to develop since this release
  • [BREAK] Change the signature momoize(opts)(actionCreator) to memoize(opts, actionCreator) (To create memoize group, please use Function.prototype.bind())
  • [BREAK] Change default ttl to 200ms
  • [IMPROVEMENT] Update dependency
  • [IMPROVEMENT] Use babel-preset-env instead of babel-preset-latest