Skip to content

Commit

Permalink
docs(MIGRATION): remove shareReplay (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant authored and benlesh committed Nov 8, 2017
1 parent 85d3db2 commit d58feb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ enabling "composite" subscription behavior.
|`selectMany(observable)`|`mergeMapTo(observable)`|
|`selectManyObserver` or `flatMapObserver`|No longer implemented|
|`select`|`map`|
|`shareReplay`|`publishReplay().refCount()`|
|`shareValue`|No longer implemented|
|`singleInstance`|`share`|
|`skipLastWithTime`|No longer implemented|
Expand Down

0 comments on commit d58feb7

Please sign in to comment.