re-reselect
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -0,1 +1,4 @@ | ||
# 0.6.0 | ||
- Add TypeScript type definitions | ||
# 0.5.0 | ||
@@ -2,0 +5,0 @@ - Expose `resultFunc` attribute |
{ | ||
"name": "re-reselect", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Memoize selectors and avoid recalculation between calls with different inputs", | ||
@@ -8,9 +8,13 @@ "main": "lib/index.js", | ||
"jsnext:main": "es/index.js", | ||
"typings": "./index.d.ts", | ||
"files": [ | ||
"dist", | ||
"es", | ||
"lib" | ||
"lib", | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"test": "npm run test:js && npm run test:typescript", | ||
"test:js": "jest", | ||
"test:typescript": "typings-tester --dir typescript_test", | ||
"clean": "rm -rf dist es lib", | ||
@@ -21,2 +25,4 @@ "compile": "npm run clean && npm run compile:es && npm run compile:commonjs && npm run compile:umd", | ||
"compile:umd": "NODE_ENV=umd babel -d dist/ index.js", | ||
"contrib:add": "all-contributors add", | ||
"contrib:generate": "all-contributors generate", | ||
"preversion": "npm test", | ||
@@ -43,2 +49,3 @@ "version": "git add package.json", | ||
"devDependencies": { | ||
"all-contributors-cli": "^4.3.0", | ||
"babel-cli": "^6.23.0", | ||
@@ -50,4 +57,6 @@ "babel-core": "^6.23.1", | ||
"jest": "^19.0.2", | ||
"reselect": ">1.0.0" | ||
"reselect": ">1.0.0", | ||
"typescript": "^2.4.1", | ||
"typings-tester": "^0.2.2" | ||
} | ||
} |
@@ -327,2 +327,11 @@ # Re-reselect [![Build Status][ci-img]][ci] | ||
- Named exports? | ||
- TypeScript/Flux type definitions? | ||
- Flow type definitions? | ||
## Contributors | ||
Thanks to you all ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): | ||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
| [<img src="https://avatars3.githubusercontent.com/u/4573549?v=4" width="100px;"/><br /><sub>Andrea Carraro</sub>](http://www.andreacarraro.it)<br />[💻](https://github.com/toomuchdesign/re-reselect/commits?author=toomuchdesign "Code") [📖](https://github.com/toomuchdesign/re-reselect/commits?author=toomuchdesign "Documentation") [🚇](#infra-toomuchdesign "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/toomuchdesign/re-reselect/commits?author=toomuchdesign "Tests") [👀](#review-toomuchdesign "Reviewed Pull Requests") | [<img src="https://avatars3.githubusercontent.com/u/693493?v=4" width="100px;"/><br /><sub>Mitch Robb</sub>](https://olslash.github.io/)<br />[💻](https://github.com/toomuchdesign/re-reselect/commits?author=olslash "Code") [⚠️](https://github.com/toomuchdesign/re-reselect/commits?author=olslash "Tests") | [<img src="https://avatars3.githubusercontent.com/u/1128559?v=4" width="100px;"/><br /><sub>Stephane Rufer</sub>](https://github.com/rufman)<br />[💻](https://github.com/toomuchdesign/re-reselect/commits?author=rufman "Code") [⚠️](https://github.com/toomuchdesign/re-reselect/commits?author=rufman "Tests") | [<img src="https://avatars0.githubusercontent.com/u/2788860?v=4" width="100px;"/><br /><sub>Tracy Mullen</sub>](https://github.com/spiffysparrow)<br />[💻](https://github.com/toomuchdesign/re-reselect/commits?author=spiffysparrow "Code") [⚠️](https://github.com/toomuchdesign/re-reselect/commits?author=spiffysparrow "Tests") | [<img src="https://avatars2.githubusercontent.com/u/830824?v=4" width="100px;"/><br /><sub>Stepan Burguchev</sub>](https://github.com/xsburg)<br />[💻](https://github.com/toomuchdesign/re-reselect/commits?author=xsburg "Code") [👀](#review-xsburg "Reviewed Pull Requests") | [<img src="https://avatars1.githubusercontent.com/u/4211838?v=4" width="100px;"/><br /><sub>Sushain Cherivirala</sub>](https://www.skc.name)<br />[💻](https://github.com/toomuchdesign/re-reselect/commits?author=sushain97 "Code") | [<img src="https://avatars0.githubusercontent.com/u/6316590?v=4" width="100px;"/><br /><sub>Steve Mao</sub>](https://twitter.com/MaoStevemao)<br />[📖](https://github.com/toomuchdesign/re-reselect/commits?author=stevemao "Documentation") | | ||
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | | ||
| [<img src="https://avatars3.githubusercontent.com/u/1177323?v=4" width="100px;"/><br /><sub>Denis Sikuler</sub>](https://github.com/gamtiq)<br />[💬](#question-gamtiq "Answering Questions") | [<img src="https://avatars1.githubusercontent.com/u/1586931?v=4" width="100px;"/><br /><sub>Sigfried Gold</sub>](http://sigfried.org)<br />[💬](#question-Sigfried "Answering Questions") | [<img src="https://avatars1.githubusercontent.com/u/132278?v=4" width="100px;"/><br /><sub>Daniel Karp</sub>](https://twitter.com/karptonite)<br />[💬](#question-karptonite "Answering Questions") | [<img src="https://avatars3.githubusercontent.com/u/10407025?v=4" width="100px;"/><br /><sub>Maarten Schumacher</sub>](https://github.com/maartenschumacher)<br />[💬](#question-maartenschumacher "Answering Questions") | | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49772
8
685
337
10
1