Skip to content

Releases: ColeWalker/twitch-graphql

v4.2.0

20 Sep 17:28
519d3ba
Compare
Choose a tag to compare

4.2.0 (2020-09-20)

Features

v4.1.0

19 Sep 14:50
9e788bb
Compare
Choose a tag to compare

4.1.0 (2020-09-19)

Features

  • ✨ add isSubscribedTo queries to user type in link (efcb21b)

v4.0.0

15 Sep 20:30
7951aa6
Compare
Choose a tag to compare

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

13 Sep 22:39
58193ad
Compare
Choose a tag to compare

3.2.0 (2020-09-13)

Features

  • ✨ add follows page 1 (5f2bdef)
  • ✨ add paginated follows lookup for users (6f7488c)

v3.1.0

13 Sep 15:43
af9e01e
Compare
Choose a tag to compare

3.1.0 (2020-09-13)

Bug Fixes

  • 🐛 add query to server (d634221)

Features

  • ✨ add follow type and follow queries (4d0115d)

v3.0.1

13 Sep 13:20
e06834d
Compare
Choose a tag to compare

3.0.1 (2020-09-13)

Bug Fixes

  • 🚑 export query module (2f95fde)

v3.0.0

12 Sep 15:58
3b5d007
Compare
Choose a tag to compare

3.0.0 (2020-09-12)

Features

  • 💥 ! added base module - Query (eb49cb2)

BREAKING CHANGES

  • all modules now depend on QueryModule

v2.2.0

12 Sep 15:03
6ee7713
Compare
Choose a tag to compare

2.2.0 (2020-09-12)

Features

v2.1.0

12 Sep 14:17
e944a98
Compare
Choose a tag to compare

2.1.0 (2020-09-12)

Bug Fixes

  • ⬆️ upgrade twitch dependencies (884805a)

Features

  • ✨ add game search by name (0125ad4)

v2.0.0

07 Sep 16:40
5c001a0
Compare
Choose a tag to compare

2.0.0 (2020-09-07)

Bug Fixes

BREAKING CHANGES

  • entry point was incorrect on last package