This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
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 streamgetChatlog
resolves to. - Minimum node version is now 11.13.0; tested to work on the latest node 12 LTS.
Other changes: