Skip to content

Releases: gempir/go-twitch-irc

v4.0.0

22 Jan 19:56
Compare
Choose a tag to compare

What's Changed

  • Remove commands since in Feb 2023 twitch is going to remove them by @gempir in #193

Full Changelog: v3.3.0...v4.0.0

v3.3.0

19 Jan 19:45
2d96376
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

12 Jun 09:21
8cf13b4
Compare
Choose a tag to compare

What's Changed

  • Add callbacks for self JOIN/PART messages by @zneix in #182

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

01 May 14:52
fde60d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0-beta.2

12 Jan 18:30
3ec8e32
Compare
Choose a tag to compare

Breaking changes

membership capability removed #126
RateLimiter naming changes #172
import path changed to v3

What's Changed

New Contributors

Full Changelog: v2.8.1...v3.0.0-beta.2

v3.0.0

29 Jan 19:40
3ec8e32
Compare
Choose a tag to compare

Breaking changes

membership capability removed #126
RateLimiter naming changes #172
import path changed to v3

What's Changed

New Contributors

Full Changelog: v2.8.1...v3.0.0

v2.8.2-beta.1

19 Dec 14:08
0a43a55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.1...v2.8.2-beta.1

v2.8.1

22 Nov 11:45
5da4523
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

09 Nov 19:56
61d050b
Compare
Choose a tag to compare

What's Changed

  • Added First Message support to Twitch user messages. by @Cidan in #168

Full Changelog: v2.7.0...v2.8.0

v2.7.0

12 Sep 11:24
b173bfc
Compare
Choose a tag to compare
  • Respect join ratelimits #160
    - This change is a bit breaking since it will now use the default ratelimits from twitch and might cause your joins to be slower
    - Use SetRatelimiter with the factory methods CreateVerifiedRateLimiter or CreateUnlimitedRateLimiter to change the limits