All Versions
192
Latest Version
Avg Release Cycle
32 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v0.7.59 Changes
- โ Add
doError()
(#581)
- โ Add
-
v0.7.58 Changes
- ๐ Fix #582, bower.json format
-
v0.7.57 Changes
- ๐ Fix #517, bus should bounce End event when subscribing after end() call
-
v0.7.56 Changes
- Ignore extra files in bower
-
v0.7.55 Changes
- ๐ Fix #572: Bus respects end() calls before subscribers
-
v0.7.54 Changes
- ๐ Fix #580: stack overflow with fromArray using large arrays
- ๐ป Throw an exception with a helpful error message if the user calls
filter(EventStream)
,takeWhile(EventStream)
orskipWhile(EventStream)
This is a potentially backward incompatible change.
-
v0.7.52 Changes
- ๐ Fix #560: unscheduling fail in case subscriber throws error
-
v0.7.51 Changes
- โ Add
toPromise()
,first()
andlast()
(#509)
- โ Add
-
v0.7.50 Changes
- ๐ Fix #501: Call promise.done() to prevent swallowing exceptions from wrapped Promises
-
v0.7.49 Changes
- Introduce Bacon.repeat(fn), previously known as Bacon.fromStreamGenerator