Skip to content

Releases: poespas/node-twitch-gql

v1.6.1

19 Nov 20:43

Choose a tag to compare

Changed

  • Add operation hashes for ComscoreStreamingQuery and VideoPreviewCard__VideoMoments

Full Changelog: v1.6.0...v1.6.1

v1.6.0

16 Nov 13:03

Choose a tag to compare

Changed

Updates

  • Updated Twitch GraphQL operation hashes to match latest API changes:
    • CollectionSideBar
    • FilterableVideoTower_Videos
    • ClipsCards__User
    • ChannelCollectionsContent
    • StreamMetadata
    • VideoPreviewOverlay
    • VideoMetadata
    • ShareClipRenderStatus

Deprecations

  • Deprecated: GetTopStreams() - Currently unavailable due to Twitch API changes. This method will display a warning when called and shall be resolved soon in a future version.
  • Deprecated: GetGameCategoryTags() - Currently unavailable due to Twitch API changes. This method will display a warning when called and shall be resolved soon in a future version.

Bug Fixes

  • Fixed error logging in GraphQL error handler to properly display error objects

Other Changes

  • Updated default Client ID
  • Added outputs directory to .gitignore
  • Removed duplicate ClipsCards__User hash entry

v1.5.2

24 Jan 16:00

Choose a tag to compare

Added

  • ClipMetadata endpoint
  • ShareClipRenderStatus endpoint

Full Changelog: v1.5.1...v1.5.2

v1.5.1

24 Jan 14:43

Choose a tag to compare

Added

GetClipsCardsUser endpoint from GQL

Full Changelog: v1.5.0...v1.5.1

v1.5.0

24 May 08:09
598204d

Choose a tag to compare

Added

  • GetGameCategoryTags GraphQL Query ( Thanks to @slhad )

Improved

  • Fix compatibility for GetTopStreams query ( Thanks to @slhad )
  • Fix unresolved Unit tests issues ( Thanks to @slhad )

v1.4.0

16 Feb 17:02

Choose a tag to compare

Added

  • Added Unit tests w/ Github Actions
  • Added 'GetChatClip' function

v1.3.0

11 Feb 17:54

Choose a tag to compare

Added

  • VideoMetaData endpoint

v1.2.0

10 Feb 22:24

Choose a tag to compare

Added

  • GetVideoMoments and GET_VIDEO queries

v1.1.0

16 Jan 19:03

Choose a tag to compare

We're an official npm package now!

v1.0.0

16 Jan 14:58

Choose a tag to compare

Initial Release