3.0.0 (2020-04-26)
- Additional events after
'end'
are compared by default, if they occur before the event queue becomes empty since the previous event (i.e. beforesetImmediate
from the last event on a stream). options.delay
applies aftersetImmediate
from the last event.- Drop support for Node.js before 10.13.
makeIncremental
now considers whether additional events are expected, rather than whether'end'
has been emitted (f7ddc29)
v2.0.0 (2018-06-29)
- BREAKING Drop support for Node < 6.
- Drop unnecessary dependencies.
- Dependency version updates.
- Code style improvements.
v1.0.0 (2017-02-24)
- 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)
v0.1.0 (2016-04-02)
* This Change Log was automatically generated by github_changelog_generator