Releases: MahdiBM/TwitchIRC
1.6.0
1.5.0
Add vip
to userNotice
.
Full Changelog: v1.4.0...1.5.0
v1.4.0
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`
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
Swift 5.5 Fixes
Full Changelog: v1.1.0...v1.1.1
Add Viewer Milestone to User Notice
Full Changelog: v1.0.7...v1.1.0
New UserNotice and PrivateMessage info
Full Changelog: v1.0.6...v1.0.7
Better Emote Parsing + Fixes
Full Changelog: v1.0.5...v1.0.6
Emote Parsing + A Breaking Change
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