- Null Safety Support
- Update dependencies for full Dart 2 support
- Support Dart 2
- Move to github
- No longer export the memoizing functions
- Use community
memoize
package instead
- Fix link to repo in pubspec
- Initial version, includes the
Selector
typedef andcreateSelector1
throughcreateSelector10
as mechanisms to create and combine memoized selectors. - Includes docs
- Includes tests