-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat: update to rxjs 5.5.0 and switch to lettable operators #7276
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
Conversation
0641f9e to
4041c43
Compare
jelbourn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for doing this! I was going to dive into it myself when I saw your PR
|
Also blocked on rxjs 5.5 getting into google |
4041c43 to
3542ed6
Compare
|
@crisbeto Is this unblocked now that angular/angular#19345 is synced? Or are we waiting for 5.0.0 final? |
package.json
Outdated
| "a-sync-waterfall": "^1.0.0", | ||
| "core-js": "^2.4.1", | ||
| "rxjs": "^5.0.1", | ||
| "rxjs": "5.5.0-beta.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RxJS 5.5.0 is now out of beta, this can be set to ^5.5.0
3542ed6 to
1e0ae27
Compare
|
Rebased, sorted out any new usages of the |
2cd7e4d to
37270c8
Compare
Bumps the required RxJS version to 5.5.0 and gets rid of our RxChain in favor of using the lettable Rx operators. Refactors all the usages and updates the configs. Fixes angular#7275.
37270c8 to
711d05e
Compare
|
Awesome work! |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bumps the required RxJS version to 5.5.0 and gets rid of our RxChain in favor of using the lettable Rx operators. Refactors all the usages and updates the configs.
Fixes #7275.