Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign committed Jan 31, 2019
1 parent e67be9a commit a13d01e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

### Specifications

* Version:
* Platform:
* Subsystem:
- Version:
- Platform:
- Subsystem:
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

### Please check if the PR fulfills these requirements:

* [ ] Tests for the changes have been added
* [ ] Docs have been added / updated
- [ ] Tests for the changes have been added
- [ ] Docs have been added / updated
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Contributions are very welcome, but please follow the conventions below if you want to do a pull request:

* Create a new branch and make the pull request from that branch
* Each pull request for a single feature or bug fix
* If you are planning on doing something big, please open an issue and discuss about it
* Follow current code formatting
* Update tests and make sure that test coverage doesn't decrease
- Create a new branch and make the pull request from that branch
- Each pull request for a single feature or bug fix
- If you are planning on doing something big, please open an issue and discuss about it
- Follow current code formatting
- Update tests and make sure that test coverage doesn't decrease
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a13d01e

Please sign in to comment.