Releases: promisependingapis/twitch.js
Twitch.js v1.0.0-beta.13
- 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
- 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
- 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
- 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
- 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
- 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
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
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
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
This version implement onReady, onJoin and onLeave event.
To download, please use npm install @twitchapis/twitch.js
or yarn add @twitchapis/twitch.js