Skip to content

v2.1.0 Typescript support

Compare
Choose a tag to compare
@neverclear86 neverclear86 released this 28 Nov 02:59
· 36 commits to develop since this release

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