Skip to content

Commit

Permalink
docs(MIGRATION): update operators list
Browse files Browse the repository at this point in the history
`race` and `let` were added recently.
  • Loading branch information
luisgabriel authored and kwonoj committed Jan 11, 2016
1 parent 5e43f14 commit 2dd771e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ enabling "composite" subscription behavior.

|RxJS 4|RxJS 5|
|---|---|
|`amb`|`race`|
|`bufferWithCount`|`bufferCount`|
|`bufferWithTime`|`bufferTime`|
|`flatMap` or `selectMany`|`mergeMap` or `flatMap`(alias)|
Expand All @@ -67,7 +68,6 @@ enabling "composite" subscription behavior.
|`windowWithTime`|`windowTime`|
|`windowWithCount`|`windowCount`|
|`where`|`filter`|
|`amb`|`-`|
|`and`|`-`|
|`asObservable`|`-`|
|`average`|`-`|
Expand All @@ -84,7 +84,6 @@ enabling "composite" subscription behavior.
|`jortSort`|`-`|
|`jortSortUntil`|`-`|
|`lastIndexOf`|`-`|
|`let`|`-`|
|`manySelect`|`-`|
|`maxBy`|`-`|
|`minBy`|`-`|
Expand Down

0 comments on commit 2dd771e

Please sign in to comment.