All Versions
16
Latest Version
Avg Release Cycle
35 days
Latest Release
1556 days ago

Changelog History
Page 1

  • v2.5.0 Changes

    October 16, 2020
    • ๐Ÿ†• New functions client.FollowersOn and client.FollowersOff thanks to @cocap10
  • v2.4.2 Changes

    August 15, 2020
    • ๐Ÿ›  fix a race condition in handleNamesMessage
      Relevant issue: #142
      Relevant PR: #143
  • v2.4.1 Changes

    August 01, 2020
    • ๐Ÿ“œ more carefully parse emotes, some special modified emotes could crash the emote parser (repeat)
      Relevant issue: #140
      Relevant PR: #141
  • v2.4.0 Changes

    June 13, 2020
    • ๐Ÿ‘ GLOBALUSERSTATE message support #136 issue: #98
  • v2.3.1 Changes

    May 16, 2020
    • ๐Ÿ“œ more carefully parse emotes, some special modified emotes could crash the emote parser
  • v2.3.0 Changes

    March 29, 2020
    • ๐Ÿ†• new constructor to create an anonymous client without writing functionality
  • v2.2.2 Changes

    January 15, 2020
    • ๐Ÿ“œ Parse out a nickname if available in IRC message (#110) @bamnet
    • ๐Ÿ›  Fix go-twitch-irc not rejoining channels properly upon reconnecting (#116) @pajlada
  • v2.2.1

    November 09, 2019
  • v2.2.0 Changes

    July 12, 2019
    • ๐Ÿ‘ Join now supports multiple channels thanks to @brattonross
  • v2.1.1 Changes

    June 15, 2019
    • do capabilities request in a single message, thanks @RAnders00