File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ v0.2.0] ( https://github.com/kevinoid/stream-compare/tree/v0.2.0 ) (2016-04-22)
4
-
5
- ### Breaking Changes
6
-
7
- - Remove callback argument and return Promise unconditionally. Consider using
8
- [ promise-nodeify] ( https://github.com/kevinoid/promise-nodeify ) to migrate.
3
+ ## [ 1.0.0] ( https://github.com/kevinoid/stream-compare/tree/1.0.0 ) (2017-02-24)
4
+ [ Full Changelog] ( https://github.com/kevinoid/stream-compare/compare/v0.2.0...1.0.0 )
9
5
10
- ### New Features
11
-
12
- - ` endEvents ` option for controlling comparison on stream end .
13
- - ` .checkpoint() ` method on returned Promise allows caller to trigger compare .
14
- - ` .end() ` method on returned Promise allows caller to end comparison .
6
+ - ** No API Changes ** Bump to 1.0 is declaration of stability rather than an
7
+ indication of changes.
8
+ - Code style updates .
9
+ - Add AppVeyor CI .
10
+ - Test dependency updates .
15
11
12
+ ## [ v0.2.0] ( https://github.com/kevinoid/stream-compare/tree/v0.2.0 ) (2016-04-22)
13
+ [ Full Changelog] ( https://github.com/kevinoid/stream-compare/compare/v0.1.0...v0.2.0 )
16
14
17
15
## [ v0.1.0] ( https://github.com/kevinoid/stream-compare/tree/v0.1.0 ) (2016-04-02)
18
16
You can’t perform that action at this time.
0 commit comments