v0.2.0
Breaking Changes
- Remove callback argument and return Promise unconditionally. Consider using
promise-nodeify to migrate.
New Features
endEvents
option for controlling comparison on stream end..checkpoint()
method on returned Promise allows caller to trigger compare..end()
method on returned Promise allows caller to end comparison.