Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1006 Bytes

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 1006 Bytes

Change log

1.0.1

  • Remove wrong line at the beginning of the docs

1.0.0

Breaking Changes

  • selectorCreator argument is deprecated in favor of an option object

New Features

  • Accept an option object to provide cacheObject and selectorCreator options
  • Extract caching logic into pluggable/customizable cache objects
  • Introduce Rollup.js as bundler
  • Make compilation cross-platform

0.6.3

  • Add TS type definition for optional selectorCreator

0.6.2

  • Fix wrong UMD reselect global import

0.6.1

  • Fix TypeScript OutputCachedSelector and OutputParametricCachedSelector type definitions

0.6.0

  • Add TypeScript type definitions

0.5.0

  • Expose resultFunc attribute

0.4.0

  • Expose removeMatchingSelector method
  • Expose clearCache method

0.3.0

  • Add UMD dist

0.2.0

  • Expose getMatchingSelector method to retrieve the instance of cached selectors

0.1.0

  • Allow resolver function to return keys of type number

0.0.0

  • Initial release