Skip to content

Releases: promisependingapis/twitch.js

Twitch.js v1.0.0-beta.13

17 Feb 23:31
f36835c
Compare
Choose a tag to compare
Pre-release
  • Remove all global variables (No one left) ➖
  • Convert api/functions/chatters.js, api/twitchWebAPI.js and logger to classes 🏛️
  • Adds and improve documentation for Client and SLEEPTMethods 📕
  • Reduce generateUser method size on SLEEPTMethods ▫️
  • Add Twitch token verification endpoint support ☑️
  • Added backwards compatibility for some things 👴

To download, please use npm install @twitchapis/[email protected] or yarn add @twitchapis/[email protected]

Twitch.js v1.0.0-beta.12

18 Jan 17:39
v1.0.0-BETA.12
4f1aea5
Compare
Choose a tag to compare
Pre-release
  • Readme enhancements 💫
  • Added typescript information ➖
  • Added automated tests 🧪
  • Change paths to absolute paths 📑
  • Make client token a private propriety 🚫
  • Remove todos from code 🗳️
  • Upgrade message reply system to uses twitch thread system 🧵
  • Add disconnect method to disconnect from IRC 📤
  • Make some classes than should be private really private 🔴
  • Implements anonymous mode 🕵️
  • Login method promise only returns when IRC is connected and no more when web-socket is connected 🕰️
  • Crashes fixes 📕
  • Remove unnecessary comments 🐸

To download, please use npm install @twitchapis/[email protected] or yarn add @twitchapis/[email protected]

Twitch.js v1.0.0-beta.11

09 Jan 00:50
ac4f72e
Compare
Choose a tag to compare
Pre-release
  • Backwards compatibility 🔙
  • Code otimization ⏩

To download, please use npm install @twitchapis/[email protected] or yarn add @twitchapis/[email protected]

Twitch.js v1.0.0-beta.9

08 Jan 22:15
1a56de9
Compare
Choose a tag to compare
Pre-release
  • Fixed bug than makes bot crash on leave 🐛
  • Intelligent autoLogEnd 🧠
  • Minor crashes resolved 💥
  • Make readme.md clean 🧼
  • Make logger file shorter 🔹
  • Implements http requests ➖
  • Uses users collection on author 💠
  • Makes users collection have all users of chat when bot connects to it 😄
  • Makes client update channels propriety when the channels global propriety is changed 🥳
  • Resolve some todos ♟️
  • Improve switch cases ☑️

To download, please use npm install @twitchapis/[email protected] or yarn add @twitchapis/[email protected]

Twitch.js v1.0.0-beta.10

08 Jan 23:41
b261983
Compare
Choose a tag to compare
Pre-release
  • Fixed bug than makes bot user collection be created without name 🐛

To download, please use npm install @twitchapis/[email protected] or yarn add @twitchapis/[email protected]

Twitch.js v1.0.0-beta.8

03 Jan 20:01
b3f1e64
Compare
Choose a tag to compare
Pre-release
  • Fixed bug than allows you to send messages on not connected channels 🐛
  • Solved minor crashs than can happen when you try to disconnect from a channel ✅

To download, please use npm install @twitchapis/[email protected] or yarn add @twitchapis/[email protected]

twitch.js v1.0.0-beta.5

06 Dec 16:16
Compare
Choose a tag to compare
Pre-release

This verison implement sendMessage method

To download, please use npm install @twitchapis/[email protected] or yarn add @twitchapis/[email protected]

twitch.js v1.0.0-beta.4

04 Dec 15:17
0186278
Compare
Choose a tag to compare
Pre-release

This verison fixes crash when unmod people send any message

To download, please use npm install @twitchapis/[email protected] or yarn add @twitchapis/[email protected]

twitch.js v1.0.0-beta.3

24 Nov 02:39
6cd5516
Compare
Choose a tag to compare
Pre-release

This version fix a onReady event bug and implement a Client.ping() command.

To download, please use npm install @twitchapis/twitch.js or yarn add @twitchapis/twitch.js

twitch.js v1.0.0-beta.2

24 Nov 02:37
523abaf
Compare
Choose a tag to compare
Pre-release

This version implement onReady, onJoin and onLeave event.

To download, please use npm install @twitchapis/twitch.js or yarn add @twitchapis/twitch.js