Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

v7.0.0

Latest
Compare
Choose a tag to compare
@freaktechnik freaktechnik released this 08 Feb 17:13
· 22 commits to main since this release
v7.0.0
adb0e1d

This is a major release due to multiple breaking changes:

  • progress parameter has been removed
  • The output is now streamed, both in the node API and the CLI. This fixes issues with large chatlogs, where strings would get too long. To get the array of messages (like in previous versions) when using the node API, just use a package like stream-to-array on the stream getChatlog resolves to.
  • Minimum node version is now 11.13.0; tested to work on the latest node 12 LTS.

Other changes:

  • Many dependency updates
  • Add hype train badge and automod 873ca39
  • feat: add founder badge 1f5dea2
  • fix: #88 and add anonymous cheer badge df846ed
  • feat: support cheer emotes. (fixes #75) 7c8346a

v6.1.0...v7.0.0