All Versions
10
Latest Version
Avg Release Cycle
20 days
Latest Release
3921 days ago
Changelog History
Changelog History
-
v0.12.0 Changes
September 23, 2015 -
v0.11.4 Changes
July 26, 2015- 🛠 Fix release-build (-O optimization) bug #50
-
v0.11.3 Changes
June 24, 2015 -
v0.11.2 Changes
June 24, 2015- ➕ Add
flatten()&FlattenStyle(.Merge,.Concat,.Latest), improveflatMap()#44
- ➕ Add
-
v0.11.1 Changes
June 18, 2015🛠 Fix AppStore submission bug #43
-
v0.10.0 Changes
April 23, 2015BREAKING CHANGE (see #26 for more information)
- 🚦 1. Rename
Signal<T>toStream<T> - 2. Stream-operation functions
- 1. Move functions outside of
Stream<T>class for better type-constraints. - 2. Rename e.g.
merge,mergeAll,mergeInner& always use**All(stream-array) and**Inner(nested-stream) naming conventions - 3. Add more useful operations
-
distinct() -
distinctUntilChanged() -
reduce() -
interval() -
switchLatestInner() -
prestart()(a.k.aRx.replay) -
catch() -
retry() -
repeat()
- 1. Move functions outside of
- 3. Add stream pipe operator
|>and stream-producer pipe operator|>>in replace of dot-method-chaining syntax. - 🔀 4. Add terminal reacting operator
~>! ()to collect synchronously-emitted values (useful just like Java 8 Stream API)
- 🚦 1. Rename
-
v0.9.0 Changes
April 09, 2015👍 Swift 1.2 Support
-
v0.8.2
April 02, 2015 -
v0.8.1
March 23, 2015