Skip to content

Releases: MahdiBM/TwitchIRC

1.6.0

09 Nov 05:09
Compare
Choose a tag to compare
  • Add communityGiftId to SubGift in UserNotices

Full Changelog: 1.5.0...1.6.0

1.5.0

19 Sep 19:37
Compare
Choose a tag to compare

Add vip to userNotice.

Full Changelog: v1.4.0...1.5.0

v1.4.0

24 Jun 23:43
Compare
Choose a tag to compare

Add new isSystemMessage & level to PrivateMessage pinnedChat.

Full Changelog: v1.3.0...v1.4.0

Add `reply-thread-parent` `msg-id` and `user-login` to `PrivateMessage`

21 Jun 10:56
Compare
Choose a tag to compare

Add reply-thread-parent msg-id and user-login to PrivateMessage.
Accessible through privateMessage.replyThreadParent .messageId and .userLogin.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

06 Apr 14:24
cecc760
Compare
Choose a tag to compare

What's Changed

  • Add client-nonce to outgoing private message in #4
  • Add a new Notice.MessageID case.

Full Changelog: v1.1.1...v1.2.0

Swift 5.5 Fixes

08 Mar 20:54
Compare
Choose a tag to compare

Add Viewer Milestone to User Notice

08 Mar 20:50
Compare
Choose a tag to compare

New UserNotice and PrivateMessage info

03 Oct 05:52
Compare
Choose a tag to compare

Better Emote Parsing + Fixes

16 Sep 23:51
Compare
Choose a tag to compare

Emote Parsing + A Breaking Change

14 Sep 16:35
Compare
Choose a tag to compare

Breaking Change

var emotes in PrivateMessage, UserNotice and Whisper is now of type String. It previously was of type [String].
This is because the array representation of the emotes was meaningless.

New Feature

Thanks to this library's first contributor @kevinrpb, TwitchIRC now supports parsing emotes.
Use parseEmotes() on a PrivateMessage, UserNotice and Whisper.

Full Changelog: v1.0.4...v1.0.5