Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

48 lines (39 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

[1.0.6] - 2019-05-14

Added

  • Examples
  • "available" Event to indicate when new data has been downloaded

Changed

  • Updated Dependencies, Linter
  • Adjusted Code to new Linter settings
  • Source folder name to "lib"

Fixed

  • Closing the stream not properly stopping YTLS from downloading data

[1.0.5] - 2018-05-22

Changed

  • Hopefully moving NPM package ownership over with this version

[1.0.4] - 2018-03-12

Added

  • Changelog

Changed

  • A function returning a string should now be used instead of a string
  • on('error') and on('warning') should be used instead of the callbacks
  • README.MD

Deprecated

  • The old constructor using a string and callbacks

[1.0.3] - 2018-03-10

Fixed

  • Naming inconsistency in internal classes (YouTubeAudioStream -> YouTubeLiveStream)

[1.0.2] - 2018-03-10

Changed

  • README.MD

[1.0.1] - 2018-03-10

Fixed

  • TypeScript not recognizing typings correctly

[1.0.0] - 2018-03-10

Added

  • All functionality regarding YouTubeLiveStream - Initial commit
  • Readme, License, etc.