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

Changelog History
Page 8

  • v0.7.48 Changes

    • ๐Ÿ›  Fix stack overflow with synchronous sources in Bacon.fromStreamGenerator
  • v0.7.47 Changes

    • ๐Ÿ›  Fix #541: stack overflow with Bacon.retry
  • v0.7.46 Changes

    • ๐Ÿ›  Fix #506: smarter method lookup in Bacon.fromEvent
  • v0.7.45 Changes

    • ๐Ÿ›  Fix #543: holdWhen with array values
    • ๐Ÿ›  Fix #544: bufferWithTimeOrCount
  • v0.7.44 Changes

    Foobar, don't use

  • v0.7.43 Changes

    • โž• Add Bacon.fromEvent as shorthand for Bacon.fromEventTarget
    • โž• Add Observable :: forEach as synonym for onValue
  • v0.7.42 Changes

    • ๐Ÿ›  Fix #523: respect return value of subscribe function in synchronous case
    • Built using assemble.js
    • โœ‚ removed setTimeout from Bacon.fromBinder
  • v0.7.41 Changes

    • ๐Ÿ›  Fix #490: throw if non-observable plugged to bus
  • v0.7.40 Changes

    • ๐Ÿ›  Fix #491: takeUntil/flatMapLatest issues with sync sources
  • v0.7.39 Changes

    • ๐Ÿ›  Fix wrapping constants as functions in Bacon.when