All Versions
192
Latest Version
Avg Release Cycle
32 days
Latest Release
-
Changelog History
Page 17
Changelog History
Page 17
-
v0.3.6 Changes
- generalize combine method to all Observables
- ๐ Fix #147: Prevent sending duplicate Errors in case the same Error is routed thru multiple paths.
- Internal change: PropertyDispatcher now used in Property constructor as a default.
-
v0.3.5 Changes
- ๐ Support constant values to be returned from function f in flatMap
- ๐ Fix #148: Handle same subscriber added twice just like two separate subscribers
-
v0.3.4 Changes
- โ Add Bacon.onValues shorthand function
-
v0.3.3 Changes
- ๐ Fix #146: Avoid catch-rethrow to preserve original stack trace
-
v0.3.2 Changes
- ๐ #133: Support EventStreams and Properties as arguments of fromCallback, fromNodeCallback
-
v0.3.1 Changes
- ๐ Fix #142: map(".foo.bar") failed if "foo" was null
-
v0.3.0 Changes
- #124: Change combineWith behavior to combine n Observables using n-ary function
- โ Remove combineAll which had a confusing name and no known uses
- ๐ Support constants instead of Observables as arguments of combineAsArray, combineWith
-
v0.2.8 Changes
- โ Add EventStream.zip, Bacon.zipWith, Bacon.zipAsArray
-
v0.2.7 Changes
- โ Removed exception-catching in fromBinder
-
v0.2.6 Changes
- ๐ Fix #129: error handling bug in fromBinder