Skip to content

Commit 39a5c7f

Browse files
committed
Update CHANGELOG.md for 1.0.0
1 parent bd849ce commit 39a5c7f

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

CHANGELOG.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# Change Log
22

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)
95

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.
1511

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)
1614

1715
## [v0.1.0](https://github.com/kevinoid/stream-compare/tree/v0.1.0) (2016-04-02)
1816

0 commit comments

Comments
 (0)