Skip to content

Commit fd4e584

Browse files
committed
Update CHANGELOG.md for 3.0.0
1 parent 58634f8 commit fd4e584

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# Change Log
1+
# [3.0.0](https://github.com/kevinoid/stream-compare/compare/v2.0.0...v3.0.0) (2020-04-26)
2+
3+
4+
### BREAKING CHANGES
5+
6+
* Additional events after `'end'` are compared by default, if they occur before
7+
the event queue becomes empty since the previous event (i.e. before
8+
`setImmediate` from the last event on a stream).
9+
* `options.delay` applies after `setImmediate` from the last event.
10+
* Drop support for Node.js before 10.13.
11+
12+
13+
### Bug Fixes
14+
15+
* `makeIncremental` now considers whether additional events are expected,
16+
rather than whether `'end'` has been emitted
17+
([f7ddc29](https://github.com/kevinoid/stream-compare/commit/f7ddc29690ca6a1d8f54144097cefb1cf9394cda))
18+
219

320
## [v2.0.0](https://github.com/kevinoid/stream-compare/tree/v2.0.0) (2018-06-29)
421
[Full Changelog](https://github.com/kevinoid/stream-compare/compare/v1.0.0...v2.0.0)

0 commit comments

Comments
 (0)