Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

67 lines (49 loc) · 1.19 KB

0.0.11

  • Remove Flutter in pubspec, now the library work on the web
  • Adapt unit test to test lib

0.0.10

  • Add top games request
  • Add games request

0.0.9

  • Add documentation on repositories
  • Add raid start and cancel

0.0.8

  • Add missing exports
  • Update dependencies
  • Add sub events now that websocket is out of beta
  • Add sub events to example
  • Update Readme
  • Update Example

0.0.7

  • Add missing exports
  • Optimize imports

0.0.6

  • Update documentation about decommissioned endpoint GetUserFollow
  • Add various documentations
  • Add Create Clip
  • Add Get Clip
  • Add Get AutoMod Settings
  • Add Update AutoMod Settings
  • Add Get Broadcaster Subscriptions
  • Making parseUrl public in case you need to save the token for restart session purpose
  • Add Token Repository unit tests

0.0.5

  • Add Send Chat Announcement
  • Add Add Blocked Terms
  • Add Get Blocked Terms
  • Add Remove Blocked Terms
  • Add getter for userId
  • Update example

0.0.4

  • Update dependencies
  • Add documentation
  • Fix static analysis

0.0.3

  • Add Get Streams, Get Followed Streams , Get Stream Key

0.0.2

  • Add better description
  • Clean unused imports
  • Solve lint issues

0.0.1

  • Initial release