-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Master | ||
|
||
|
||
## [0.3.0](https://github.com/kzaher/RxFeedback/releases/tag/0.3.0) | ||
|
||
* Improves reentrancy properties. | ||
* Adds `ObservableSchedulerContext` and additional `system` operator overload that enables passing of scheduler to feedback loops to improve cancellation guarantees. | ||
* Improves built in feedback loops with additional cancellation guarantees. | ||
* Receiving stale events by using built-in feedback loops shouldn't be possible anymore. | ||
* Deprecates feedback loops that don't use scheduler argument. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters