Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vscav committed Nov 28, 2022
1 parent 9fb3400 commit f23dea1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Add build support for both ESM and CommonJS.
- Create `useTwitchCurrentUser` hook to retrieve current logged in user data.
- Create `useTwitchTopGames` hook to retrieve top Twitch games data (support for pagination).
- Create `useTwitchCheermotes` hook to retrieve available Twitch cheermotes (support for user's custom cheermotes).

### Added

- Changelog
- 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).

0 comments on commit f23dea1

Please sign in to comment.