All Versions
192
Latest Version
Avg Release Cycle
32 days
Latest Release
-

Changelog History
Page 7

  • v0.7.59 Changes

    • โž• Add doError() (#581)
  • 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) or skipWhile(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() and last() (#509)
  • 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