twitch-player
Version:
A Typescript wrapper for the Twitch embeddable, interactive media player.
36 lines (23 loc) • 1.28 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.2](https://github.com/frozencure/twitch-player/compare/v2.0.1...v2.0.2) (2020-10-24)
* Add type for `Quality`
* Mark undocumented methods with `@deprecated` tag
* Remove left-over, unused build files
* Fix `Twitch.Player` wrong location script check
### [2.0.1](https://github.com/frozencure/twitch-player/compare/v2.0.0...v2.0.1) (2020-10-24)
* Add missing events to `Twitch.Embed`
* Add missing functions to `Twitch.Embed`
* Add `PlaybackStatistics`
### [2.0.0](https://github.com/frozencure/twitch-player/compare/v1.0.3...v1.0.4) (2020-10-03)
* Add `Twitch.Embed` object
* Include functionality to intialize `Twitch.Embed` and `Twitch.Player` from window objects
* Update readme
### [1.0.3](https://github.com/frozencure/twitch-player/compare/v1.0.2...v1.0.3) (2020-09-30)
### [1.0.2](https://github.com/frozencure/twitch-player/compare/v1.0.1...v1.0.2) (2020-09-30)
* Update readme
* Remove `copyfiles` from dependencies and add it as a dev dependency
### 1.0.1 (2020-09-30)
* Add `TwitchPlayer` class
* Add `TwitchPlayerEvent` enum
* Add `TwitchPlayerOptions` class