Releases: LinaTsukusu/youtube-chat
Releases · LinaTsukusu/youtube-chat
v2.2.0 Handle supported!
YoutubeHandleをサポート
const liveChat = new LiveChat({ handle: "@handle" })
で使える! 便利!!😊
絵文字エラーの修正
ショートカットのない絵文字でエラーになるのを修正
@RyumaRyama さんありがとうございます😍
その他
- 依存関係のバージョンアップ
- 全部最新にして動いたよ!
- 取得できたChatItemにID付与
- あったほうが使いやすい場面があるかも
- Idea from @test137E29B
Detail
What's Changed
- v2.1.1 by @neverclear86 in #65
- build(deps): bump follow-redirects from 1.14.5 to 1.14.8 by @dependabot in #72
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #73
- Feature/issue74 add processing of emoji without shortcuts by @RyumaRyama in #77
- fix: enable to use handle by @neverclear86 in #83
- add: add ID in ChatItem by @neverclear86 in #84
- 一旦lockファイルの自動アプデはナシ by @neverclear86 in #85
- update: update modules and fix for typed emitter by @neverclear86 in #87
- build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #86
New Contributors
- @RyumaRyama made their first contribution in #77
Full Changelog: v2.1.1...v2.2.0
v2.1.0 Typescript support
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! 🎉
Release note
- Added support for the new (1 year old) YouTube specs👌
- Changed
comment
andchat
tochat
- 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の仕様に対応したよ👌
comment
とchat
が混在してたけどchat
に統一🏯- Typescriptから使う時イベントの型がわかりやすくなったよ✌️
error
イベントが前よりちゃんと機能するようになった🤯- その他コードをリファクタリングしたよ🍝
- テストコードを書いたよ🤖
- EslintとPrettierを導入🧬
- Github ActionsでCIを導入🧒