Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Aug 13, 2017
1 parent 72aff8b commit 4b9ca23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion RxFeedback.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxFeedback"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "Simplest architecture for RxSwift. State + feedback loops."
s.description = <<-DESC
Simplest architecture for RxSwift. State + feedback loops.
Expand Down

0 comments on commit 4b9ca23

Please sign in to comment.