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

Publish refactor #652

Merged
merged 6 commits into from
Nov 5, 2015
Merged

Publish refactor #652

merged 6 commits into from
Nov 5, 2015

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Nov 5, 2015

This is to address #453

  • make multicast polymorphic to support new factory behavior and old subject argument behavior
  • restore the following operators to RxJS 4 behavior: publish, publishBehavior, publishReplay
  • ensure share returns an Observable that can be retried
  • remove shareBehavior and shareReplay to prevent end-user-developer confusion.

Uses a single Subjec to restore the RxJS 4 behavior that produces an Observable that
cannot be retried or repeated.

BREAKING: observables produced by  can no longer be retried or replayed
related #453
BREAKING: publishBehavior no longer produces an Observable that can be retried or repeated
related #453
BREAKING: publishReplay will no longer produce an Observable that can be retried or repeated
related #453
moves share to use its own call to multicast under the hood

related #453
BREAKING: shareBehavior and shareReplay are no longer operators on Observable
closes #453
@staltz
Copy link
Member

staltz commented Nov 5, 2015

Looks all OK.

@benlesh benlesh merged commit 8b8d0e5 into ReactiveX:master Nov 5, 2015
@benlesh
Copy link
Member Author

benlesh commented Nov 5, 2015

Great. Putting this to bed.

@benlesh benlesh deleted the publish-refactor branch April 27, 2016 17:20
@lock
Copy link

lock bot commented Jun 7, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants