Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 495 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 495 Bytes

Changelog

0.5.0

  • Null Safety Support

0.4.0

  • Update dependencies for full Dart 2 support

0.3.0

  • Support Dart 2

0.2.1

  • Move to github

0.2.0

  • No longer export the memoizing functions
  • Use community memoize package instead

0.1.1

  • Fix link to repo in pubspec

0.1.0

  • Initial version, includes the Selector typedef and createSelector1 through createSelector10 as mechanisms to create and combine memoized selectors.
  • Includes docs
  • Includes tests