Skip to content

v.2.0.0

Choose a tag to compare

@vitaly-t vitaly-t released this 21 Sep 13:02
· 63 commits to master since this release
  • All methods in the library no longer accept optional parameters directly, only via parameter options. This is the breaking change that resulted in major version increase.
  • stream.read now accepts new option readChunks to support readable streams that only provide event data, but no readable event. This also resolves issue #9
  • Lots of documentation updates
  • Dependency updates
  • New tests added