File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
+
2
19
3
20
## [ v2.0.0] ( https://github.com/kevinoid/stream-compare/tree/v2.0.0 ) (2018-06-29)
4
21
[ Full Changelog] ( https://github.com/kevinoid/stream-compare/compare/v1.0.0...v2.0.0 )
You can’t perform that action at this time.
0 commit comments