Skip to content

Commit 8916c7c

Browse files
authored
chore(publish): prepare for v0.27.6 (#697)
* chore(publish): prepare for v0.27.6 * chore(publish): prepare for v0.27.6
1 parent 9464cdd commit 8916c7c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.27.6 (2022-11-11)
2+
3+
* `Rx.using`/`UsingStream`: `resourceFactory` can now return a `Future`.
4+
This allows for asynchronous resource creation.
5+
6+
* `Rx.range`/`RangeStream`: ensure `RangeStream` is only listened to once.
7+
18
## 0.27.5 (2022-07-16)
29

310
### Bug fixes

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rxdart
2-
version: 0.27.5
2+
version: 0.27.6
33
description: >
44
RxDart is an implementation of the popular reactiveX api for asynchronous
55
programming, leveraging the native Dart Streams api.

0 commit comments

Comments
 (0)