All Versions
10
Latest Version
Avg Release Cycle
14 days
Latest Release
2404 days ago

Changelog History

  • v1.7.2 Changes

    September 25, 2017
    • โœ‚ Remove flow types for await and awaitPromises that cause errors in flow 0.55.0.
  • v1.7.1 Changes

    September 18, 2017
    • ๐Ÿ›  Fix case where delay() may not dispose pending tasks (#490)
    • ๐Ÿ‘ Allow ES Observable subscribers to omit properties (#484)
  • v1.7.0 Changes

    August 28, 2017
    • โž• Add Flow types (#478)
    • ๐Ÿ‘Œ Improve TypeScript types for higher-order combinators: join, switchLatest, mergeConcurrently (#483)
  • v1.6.2 Changes

    August 21, 2017
    • Rethrow errors when an error propagates to a subscriber without an error method.
  • v1.6.1 Changes

    August 13, 2017
    • Constrain type of this in await method, add awaitPromises aliases (#475)
  • v1.6.0 Changes

    August 12, 2017
    • ๐Ÿ‘‰ Make thru fully parametric in its return type, allowing functions that return other types, e.g. promises. (#473)
    • ๐Ÿ›  Fix issue where debounce was not disposing its upstream source (#472)
  • v1.5.1 Changes

    August 02, 2017
    • ๐Ÿ›  Fix regression in slice (and consequently, take) that prevented some fast sources from being disposed immediately. (#468)
  • v1.5.0 Changes

    June 27, 2017
    • ๐Ÿ‘Œ Improve filter Typescript type inference by adding type guard (#460)
  • v1.4.1 Changes

    June 06, 2017
    • ๐Ÿ›  Fix Scheduler delay and periodic types (#454)
  • v1.4.0 Changes

    May 26, 2017
    • ๐Ÿ‘ Allow ES Observable subscribe to accept a function, to align with other libs. (#448)