0.2.7 - Nov 21, 2022 #83
hoc081098
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://pub.dev/packages/rxdart_ext/versions/0.2.7
single:
RxSingles.using.RxSingles.forkJoin3..forkJoin9andRxSingles.forkJoinList.Single.fromStream, introduceSingle.unsafeFromStream.state_stream:
StateSubject, fixStateSubject.addStream.ValueStreamController.sinknow processes events correctly.Subject.streamnow returns a read-onlyStream.Previously,
Subject.streamwas identical to theSubject, so we could add events to it, for example:(subject.stream as Sink<T>).add(event).This behavior is now disallowed, and will throw a
TypeErrorif attempted. UseSubject.sink/Subjectitself for adding events.Several docs and example improvements.
What's Changed
RxSingles.usingby @hoc081098 in feat(RxSingles.using): addRxSingles.using#77Subject.streamnow returns a read-onlyStream, fixStateSubject.addStream, add more tests by @hoc081098 in fix(subject):Subject.streamnow returns a read-onlyStream, fixStateSubject.addStream, add more tests #79RxSingles.forkJoin3..forkJoin9andRxSingles.forkJoinListby @hoc081098 in feat(single): addRxSingles.forkJoin3..forkJoin9andRxSingles.forkJoinList#80Single.fromStream, introduceSingle.unsafeFromStreamby @hoc081098 in refactor(single): deprecateSingle.fromStream, introduceSingle.unsafeFromStream#81Full Changelog: 0.2.6...0.2.7
This discussion was created from the release 0.2.7 - Nov 21, 2022.
Beta Was this translation helpful? Give feedback.
All reactions