Skip to content

v0.2.0

Choose a tag to compare

@kevinoid kevinoid released this 22 Apr 22:27
· 470 commits to main since this release
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.