-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update redux-promise-middleware to the latest version 🚀 #63
base: master
Are you sure you want to change the base?
Conversation
Version 5.1.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 11 commits.
See the full diff |
Version 5.1.1 just got published.Update to this version instead 🚀 Release NotesVersion 5.1.1This release adds Typescript bindings, thanks to @franklixuefei. |
Update to this version instead 🚀 CommitsThe new version differs by 12 commits ahead by 12, behind by 1.
See the full diff |
|
Update to this version instead 🚀 Release Notes for Version 6.1.0Fixes
|
Update to this version instead 🚀 Release Notes for Version 6.1.1Fixes:
CommitsThe new version differs by 8 commits ahead by 8, behind by 1.
See the full diff |
|
Version 5.0.0 of redux-promise-middleware was just published.
The version 5.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of redux-promise-middleware.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
Version 5.0.0Breaking Changes 🔥 🚒
The
promiseTypeSeparator
config property is nowpromiseTypeDelimiter
.Why? Because delimiters are one or more characters used to specify the boundaries in strings. It’s a delimiter, not a separator!
With the above configuration, given
FOO
async action, the type will be appended with a forward slash/
delimiter.New ✨
Here’s an async/await example:
See the Async/Await guide for more.
Lastly, as this is a major release, please report any issues you encounter!
Commits
The new version differs by 8 commits.
a31f5dd
Release version 5.0.0
5d5d70c
Update complex example
6104245
Update docs
8317fed
Change to promiseTypeDelimiter
fdbbb88
Update dependencies
b6d94a6
Develop Async/Await Support (#184)
ebb1f5f
Async/Await Support (#176)
4c6282e
Fix typo
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴