Skip to content

Commit

Permalink
docs(MIGRATION): add Observable.of
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbulley committed Feb 7, 2016
1 parent 42bcced commit 0976d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ enabling "composite" subscription behavior.
|`fromNodeCallback`|`bindNodeCallback`|
|`publishValue`|`publishBehavior`|
|`replay`|`publishReplay`|
|`return` or `just`|`of`|
|`select`|`map`|
|`selectConcat`|`concatMap`|
|`switchFirst`|`exhaust`|
Expand Down

0 comments on commit 0976d7a

Please sign in to comment.