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