Skip to content

Conversation

broadwaylamb
Copy link
Contributor

@broadwaylamb broadwaylamb commented Jul 3, 2019

In the new beta:

  • AnyCanellable.store(in:) method has been added
  • eraseToAnySubject() has been removed
  • Publishers.Just has become just Just :)
Copy link
Member

@freak4pc freak4pc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! one nit

ConnectableObservableType,ConnectablePublisher,
Disposable,Cancellable,
DisposeBag,❌,
DisposeBag,A collection of AnyCancellables,"Call anyCancellable.store(in: disposeBag), where disposeBag can be an array, a set, or any other RangeReplaceableCollection"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be

Suggested change
DisposeBag,A collection of AnyCancellables,"Call anyCancellable.store(in: disposeBag), where disposeBag can be an array, a set, or any other RangeReplaceableCollection"
DisposeBag,A collection of AnyCancellables,"Call anyCancellable.store(in: collection), where disposeBag can be an array, a set, or any other RangeReplaceableCollection"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Member

@freak4pc freak4pc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@freak4pc freak4pc merged commit be35307 into CombineCommunity:master Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants