Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 1.66 KB

3.0.0 (2020-04-26)

BREAKING CHANGES

  • Additional events after 'end' are compared by default, if they occur before the event queue becomes empty since the previous event (i.e. before setImmediate from the last event on a stream).
  • options.delay applies after setImmediate from the last event.
  • Drop support for Node.js before 10.13.

Bug Fixes

  • makeIncremental now considers whether additional events are expected, rather than whether 'end' has been emitted (f7ddc29)

v2.0.0 (2018-06-29)

Full Changelog

  • BREAKING Drop support for Node < 6.
  • Drop unnecessary dependencies.
  • Dependency version updates.
  • Code style improvements.

v1.0.0 (2017-02-24)

Full Changelog

  • No API Changes Bump to 1.0 is declaration of stability rather than an indication of changes.
  • Code style updates.
  • Add AppVeyor CI.
  • Test dependency updates.

v0.2.0 (2016-04-22)

Full Changelog

v0.1.0 (2016-04-02)

* This Change Log was automatically generated by github_changelog_generator