Releases: deanpcmad/twitchrb
Releases · deanpcmad/twitchrb
v1.3.0
- Added Warn Chat User API
- Added support for
each
,first
andlast
on Collections
Full Changelog: v1.2.6...v1.3.0
v1.2.5
- Added Unban Requests API
- Added Get User Emotes API
Full Changelog: v1.2.4...v1.2.5
v1.2.0
This release updates the following:
- Users
get_by_id
is renamed toretrieve
- Users
get_by_username
is renamed toretrieve
- Users
retrieve
can now accept an array of IDs or Usernames by usingid
,ids
,name
ornames
- Channels
get
is renamed toretrieve
- Added Videos
retrieve
- Added Games
retrieve
which can retrieve games byid
,ids
,name
ornames
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Added support for the new Get Followed Channels and Get Channel Followers endpoints.
- Deprecated
user.follows
anduser.following?
as these API endpoints will be removed on August 3, 2023
Full Changelog: v1.0.4...v1.1.0
v1.0.4
v1.0.3
Added support for Shoutouts.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fix Charity Campaigns by @deanpcmad in #2
- Added Chatters by @deanpcmad in #3
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Added support for the new Charity Campaigns API
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full release of the twitchrb Rubygem.
Changed
- Removed Client Secret as a required Client value (only Client ID and Access Token are required).
Added
- Added Chat Announcements
- Added Raids
- Added Chat Message Deletion
- Added User Chat Colours
- Added Moderator management
- Added VIP management
- Added Send Whisper
- Added Automod Status
- Added Automod Settings get/update
- Added Ban/Unban users
- Added Blocked Terms management
Full Changelog: v0.2.6...v1.0.0