Update redux-thunk to version 2.0.0 🚀 #158
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello 👋
🚀🚀🚀
redux-thunk just published its new version 2.0.0, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of redux-thunk – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
Breaking Changes
If you used Redux Thunk from npm in CommonJS environment, you need to add
.default
to yourrequire
s:If you used ES modules, you’re already all good:
New Features
UMD build
Like with CommonJS build, you will need to grab the middleware from
.default
export:ES modules build
Rollup users can now use
redux-thunk
directly withoutcommonjs
plugin.The new version differs by 31 commits .
bc1641c
2.0.0
470b2d4
Merge pull request #59 from gaearon/umd
8f0f79f
Fix Travis config
9ae4ec5
Build UMD correctly
621539d
Specify jsnext:main
d642913
feat(es-modules): Adding es modules support
fbb7f1d
feat(umd): Adding umd support
9e99c17
Merge pull request #55 from ipeters90/configure-lint-script
b821b8b
fixed eslint errs and added npm script
fcf7598
Merge pull request #54 from samsch/update-rackt-links
31a8788
Updated rackt links to redux.js.org and reactjs/
78c87f4
Merge pull request #53 from jirutka/patch-1
09baf8d
editorconfig: do not trim trailing whitespaces in Markdown files
68f15eb
Update README.md
879193a
Update to Redux 3.1 API
There are 31 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.