Skip to content

Latest commit

 

History

History
88 lines (70 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

88 lines (70 loc) · 4.04 KB

Changelog

3.0.0 - 2023-02-22

Added

  • Adds Promise API (#174)

[2.3.2] - 2023-01-23

Changed

  • package.json (#166)

2.3.1 - 2023-01-20

Changed

2.3.0 - 2023-01-19

Added

  • Allows the body value included in the request options to be used as the request body, if the content type is not application/x-www-form-urlencoded nor application/json (#163)
  • Adds an example for text track upload (#163)

2.2.0 - 2022-07-21

Fixed

  • Fixes an issue where the error is not passed to one of the callbacks (#155)

2.1.1 - 2018-11-09

Added

2.1.0 - 2018-04-03

Changed

2.0.2 - 2018-04-02

Added

  • Changelog

Changed

  • Uploads no longer make a pre-emptive request to check the user's quota. This check is done automatically when making a POST to /me/videos. (#70)

2.0.1 - 2018-03-04

Fixed

  • Fixed assigning an empty object when no params are passed to upload or replace. (#66, @ArvinH)

2.0.0 - 2018-02-06

Changed

  • Library now uses the Standard code style. (#58)
  • Moving API requests over to use API v3.4. (#58)
  • Moving uploads over to using the new tus protocol. (#58, @peixian)
  • Updating examples to use JSON filters. (#54, @jehartzog)

1.2.1 - 2017-04-10

Fixed

1.2.0 - 2016-02-29

Added

Fixed

  • Bad links in the README. (#32, @joe-strummer)
  • Removing unnecessary return keywords. ([#26]#26)

v1.1.0 - 2014-09-09

Added

  • Replace source file.

Removed

  • Some stray console.log cals.

v1.0.0 - 2014-07-28

Added

  • First release.