Skip to content
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

deprecate thunkservables and rename things to Epic #67

Merged
merged 1 commit into from Jul 12, 2016

Conversation

jayphelps
Copy link
Member

@jayphelps jayphelps commented Jul 12, 2016

BREAKING CHANGE: We are deprecating thunkservables in favor of the new "epic"-style. Now, creating the middleware is done with createEpicMiddleware(rootEpic) instead of reduxObservable(rootEpic) and combineDelegators() has been renamed combineEpics(). See the brand new gitbook documentation (landing soon in #66) for more details on Epics.

}
return (action) => {
if (typeof action === 'function') {
if (typeof console !== 'undefined' && typeof console.warn !== 'undefined') {
console.warn('DEPRECATION: Using thunkservables with redux-observable is now deprecated in favor of the new "Epics" feature. See https://github.com/redux-observable/redux-observable/blob/docs/docs/SUMMARY.md');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the new docs are up, we will change this URL to point to the new docs at redux-observable.js.org

@jayphelps
Copy link
Member Author

@Blesh Once this is merged, don't publish a new release yet. We'll merge the new docs first, then publish.

…rvable()` to `createEpicMiddleware()`, `combineDelegators()` to `combineEpics()`

BREAKING CHANGE: We are deprecating thunkservables in favor of the new
process managers called "Epics". See
https://github.com/redux-observable/redux-observable/blob/docs/docs/SUMMARY.md
for more information on Epics.

BREAKING CHANGE: Creating the middleware is now done with
`createEpicMiddleware(rootEpic)` instead of `red
uxObservable(rootEpic)` and `combineDelegators()` has been renamed
`combineEpics()`
@benlesh
Copy link
Collaborator

benlesh commented Jul 12, 2016

LGTM :shipit:

@benlesh benlesh merged commit 303ef5c into master Jul 12, 2016
@jayphelps jayphelps deleted the thunk-deprecate branch August 2, 2016 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants