From 30baeedd862baa479fa69de772af7c9f182179c3 Mon Sep 17 00:00:00 2001 From: Andrea Carraro Date: Tue, 22 Jan 2019 23:24:21 +0100 Subject: [PATCH] Update docs --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 -- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af041c9..8959ba89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change log +## 3.0.0 + +### Breaking Changes + +- Update TypeScript typings + - Introduce typings for heterogeneous selectors + - Introduce typings for any number of uniform selectors + +### New Features + +- Update TypeScript typings + - Introduce typings for `dependencies` property + ## 2.3.0 ### New Features diff --git a/README.md b/README.md index a9269d2b..67374da2 100644 --- a/README.md +++ b/README.md @@ -433,8 +433,6 @@ Reset `recomputations` count. ## Todo's -- Introduce typings for heterogeneous selectors. See [this](https://github.com/reduxjs/reselect/pull/274) and [this](https://github.com/toomuchdesign/re-reselect/pull/63). -- Consider introducing typings for `selector.dependencies` method - Improve TS tests readability - More examples