Skip to content

Releases: vscav/react-twitch-provider

v0.1.1-beta.1

28 Nov 22:43
Compare
Choose a tag to compare
v0.1.1-beta.1 Pre-release
Pre-release

0.1.1-beta.1 - 2022-11-28

Added

  • Basic application example for documentation purpose.
  • Documentation for useTwitchCheermotes, useTwitchCurrentUser and useTwitchTopGames hooks.

v0.1.1-beta.0

28 Nov 20:38
Compare
Choose a tag to compare
v0.1.1-beta.0 Pre-release
Pre-release

0.1.1-beta.0 - 2022-11-28

Added

  • Package build support for both ESM and CommonJS.
  • useTwitchApi (internal) hook to act as a wrapper around the useSWR hook to perform GET requests on the Twitch API.
  • Safe data validation with Zod.
  • useTwitchCurrentUser hook to retrieve current logged in user data.
  • useTwitchTopGames hook to retrieve top Twitch games data (support for pagination).
  • useTwitchCheermotes hook to retrieve available Twitch cheermotes (support for user's custom cheermotes).