This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
Releases: freaktechnik/twitch-chatlog
Releases · freaktechnik/twitch-chatlog
v7.0.0
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:
v6.1.0
- Support VIP badge
v6.0.1
- Fix loading chat fragments when a start time is specified
v6.0.0
- Support cheering leaders and sub gifting badge
- Load emote images in iTerm3+
v5.4.1
- Properly display global mod badge
v5.4.0
- Add support for the new bits badges https://blog.twitch.tv/earn-new-rewards-for-supporting-your-favorite-creators-da6b34a98827
v5.3.3
- Fix not all fragments getting loaded due to comments being considered in length calculation of received messages
v5.3.2
- Fetch fragments as long as the end of the VOD or VOD snippet has not been reached and don't bet on fragment length
v5.3.1
- Fix JSON output formatting
v5.3.0
- Add
--raw
option to get the raw JSON message objects returned by Twitch in an array