Releases: ColeWalker/twitch-graphql
Releases · ColeWalker/twitch-graphql
v4.2.0
4.2.0 (2020-09-20)
Features
v4.1.0
4.1.0 (2020-09-19)
Features
- ✨ add isSubscribedTo queries to user type in link (efcb21b)
v4.0.0
4.0.0 (2020-09-15)
Features
- 💥 add game stream link module (a62601d)
- 💥 Add game-stream link module (55ae9a8)
- 💥 add user stream link module (c49ffb3)
- 💥 add user subscriber link module (aa14901)
- ✨ add link modules to server (unrelated to npm) (0da7eef)
BREAKING CHANGES
- moved user and stream respective fields to link
- moved game and stream respective fields to link
- usage of game field in stream moved to link module
- querying users within subscribers now requires additional module
v3.2.0
3.2.0 (2020-09-13)
Features
- ✨ add follows page 1 (5f2bdef)
- ✨ add paginated follows lookup for users (6f7488c)
v3.1.0
3.1.0 (2020-09-13)
Bug Fixes
Features
- ✨ add follow type and follow queries (4d0115d)
v3.0.1
3.0.1 (2020-09-13)
Bug Fixes
v3.0.0
3.0.0 (2020-09-12)
Features
- 💥 ! added base module - Query (eb49cb2)
BREAKING CHANGES
- all modules now depend on QueryModule
v2.2.0
2.2.0 (2020-09-12)
Features
v2.1.0
2.1.0 (2020-09-12)
Bug Fixes
- ⬆️ upgrade twitch dependencies (884805a)
Features
- ✨ add game search by name (0125ad4)
v2.0.0
2.0.0 (2020-09-07)
Bug Fixes
BREAKING CHANGES
- entry point was incorrect on last package