Skip to content

7.0.0-pre.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@d-fischer d-fischer released this 10 Jun 19:57
· 110 commits to main since this release
v7.0.0-pre.1
7e8141d

Breaking changes

  • [api] remove deprecated follower methods & types (855721b)
  • [api] remove dependency on dom or node-fetch types, offer interface to merge with instead (cd536e2, #507)
  • [auth] cache refresh failures (73fdb22, #485)

Fixes

  • [api] export missing follow classes (ede2953)
  • [eventsub-ngrok] replace ngrok integration with official one to fix authentication bug (35a9969)
  • [chat] fix auth error notice breaking auth handling (fb85471)

Improvements

  • [chat] use VIP tag rather than (overridable) badge for isVip (92f8cf9)
  • [ebs-helper] replace jsonwebtoken for jose to improve compatibility (ef9e075, #509, #510)