Skip to content

Releases: LinaTsukusu/youtube-chat

v2.2.0 Handle supported!

30 Nov 13:50
Compare
Choose a tag to compare

YoutubeHandleをサポート

const liveChat = new LiveChat({ handle: "@handle" }) で使える! 便利!!😊

絵文字エラーの修正

#74

ショートカットのない絵文字でエラーになるのを修正
@RyumaRyama さんありがとうございます😍

その他

  • 依存関係のバージョンアップ
    • 全部最新にして動いたよ!
  • 取得できたChatItemにID付与
    • あったほうが使いやすい場面があるかも
    • Idea from @test137E29B

Detail

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.0 Typescript support

28 Nov 02:59
Compare
Choose a tag to compare

Typescriptでエラーが出なくなった 😎

  • Typed-emitterをdependenciesへ変更
  • Typescriptから使うときにエラーが無くなってイベント名が補完されるよ!

その他の修正

  • 2回目以降のstartは何もしなくなったよ
  • LiveIDがリプレイだったらstartできなくなったよ
  • リファクタリングした

No errors in Typescript 😎

  • Changed Typed-emitter to dependencies
  • No more errors and event names are completed when using from Typescript!

Other fixes

  • The second and subsequent starts no longer do anything
  • If the LiveID is a replay, you can't start anymore
  • Refactored

New Version! 🎉

25 Nov 19:09
Compare
Choose a tag to compare

Release note

  • Added support for the new (1 year old) YouTube specs👌
  • Changed comment and chat to chat
  • Event types are now easier to find when using Typescript ✌️
  • The error event now works better than before🤯
  • Refactored some code🍝
  • Wrote some test code 🤖
  • Introduced Eslint and Prettier 🧬
  • Introduced CI with Github Actions 🧒

リリースノート

  • 新しい(1年前)YouTubeの仕様に対応したよ👌
  • commentchatが混在してたけどchatに統一🏯
  • Typescriptから使う時イベントの型がわかりやすくなったよ✌️
  • errorイベントが前よりちゃんと機能するようになった🤯
  • その他コードをリファクタリングしたよ🍝
  • テストコードを書いたよ🤖
  • EslintとPrettierを導入🧬
  • Github ActionsでCIを導入🧒