Skip to content

Releases: JeffreyBodin/WaldyBotTwitch

WaldyBotTwitch v1-0-1-pre_alpha-2-0-0

28 Jan 11:06
2b4b027
Compare
Choose a tag to compare

WaldyBotTwitch v1-0-1-pre_alpha-2-0-0

See the closed pull
#17

Is

Across all forks

  • All previous commits
    Relevant to enhancements
  • All previous commits
    Relevant to WaldyBotTwitch
    Relevant to Fork 17


What's Changed

  • Testbuild by @JeffreyBodin in #1
  • Create README.md by @JeffreyBodin in #6
  • Update README.md by @JeffreyBodin in #7
  • Bump node-fetch from 2.2.0 to 2.6.7 by @dependabot in #12
  • Bump ws from 6.1.0 to 6.2.2 by @dependabot in #11
  • Bump lodash from 4.17.11 to 4.17.21 by @dependabot in #10
  • 2022-01-28_0203 -JeffreyBodin -WaldyBotTwitch - JeffreyBodin #Rebase Commit [#12] by @JeffreyBodin in #13
  • 2022-01-28_0332 - JeffreyBodin - WaldyBotTwitch - JeffreyBodin - added + commit log + versioned history of forks to date 2022-01-28 - LICENSE js MIT License Copyright (c) 2022 Jeffrey Bodin - is ^ branch > [ 2022-01-28_0236--branch-to-fix-this-err ] by @JeffreyBodin in #15
  • 2022 01 28 0236 branch to fix this err by @JeffreyBodin in #16
  • 2022-01-28_0424 - JeffreyBodin - WaldyBotTwitch - JeffreyBodin - did - change name - to - Jeffrey bodin patch 3 2022 01 28 0236 branch to fix this err [renamed] by @JeffreyBodin in #17

New Contributors

Full Changelog: v0.0.1-pre_alpha.0.1.0...v1-0-1-pre_alpha-2-0-0

WaldyBotTwitch v0.0.1-pre_alpha.2.0.0

14 Oct 19:14
Compare
Choose a tag to compare
Pre-release

Changes

  • v0.0.1-pre_alpha.1.0.0 to v0.0.1-pre_alpha.2.0.0
  • Post-TMI migration
    -- Started the codebase migration to TwitchJs. Will now be dependant on a supported repository instead of a dead one.
    -- Hopefully, this will ensure a working project moving forwards. Without hitting constant deprecated code/and outdated docs.
  • Switching to TwitchJs for all future releases of WaldyBotTwitch.
  • Releasing this build for archival + reference purposes. Refer back to as the first (in progress) TwitchJs release of WaldyBotTwitch.

WaldyBotTwitch v0.0.1-pre_alpha.1.0.0

13 Oct 18:26
Compare
Choose a tag to compare
Pre-release

Changes

  • v0.0.0 to v0.0.1-pre_alpha.1.0.0

  • Initial TMI build

  • Pre-TMI migration + pre-TMI deprecation

  • This build halfway authenticates and communicates with twitch.

  • Build Synopsis:
    -- Doesn't join the designated twitch channels.
    -- Doesn't log the correct username for the bot. When using "console.log(client.getUsername());".
    --- Instead logs variation of 'justinfan + #####'. ERROR??
    -- Doesn't log the connected channels. When using "console.log(``+ client.getChannels());".
    --- Instead logs blank space. Likely b/c the bot is not connecting to the server at all.

  • TMI (Twitch Messaging Interface) is no longer maintained.
    -- Therefore I have decided to create an initial pre_alpha build. Before pushing current TwitchJs migration commits. This deprecates TMI in all v0.0.1+ builds.
    -- See https://docs.tmijs.org/
    -- See https://github.com/tmijs/tmi.js
    -- The above links to the docs + the unmaintained-repo for TMI.

  • Switching to TwitchJs for all future releases of WaldyBotTwitch.

  • Releasing this build for archival + reference purposes.
    -- Refer to v0.0.1-pre_alpha.1.0.0 if intended future v0.0.1-pre_alpha+ builds, using TwitchJs, fail.