2.1.1 - 2018-11-09
- Upload and replace methods now support file blogs. (#86, @nicolastakashi)
2.1.0 - 2018-04-03
- Upgrading tus-js-client to
^1.5.1
. (#73)
2.0.2 - 2018-04-02
- Changelog
- 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
2.0.0 - 2018-02-06
- 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
- A deprecation warning in
fs.close
. (#48, @OmerZfira)
1.2.0 - 2016-02-29
- Support for optional access token during SDK creation. (#5, @AidenMontgomery)
- Search example. (#9, @greedo)
- Support for missing leading slashes in API paths. (#29, @prestonvanloon)
- Upload progress. (#35)
- Bad links in the README. (#32, @joe-strummer)
- Removing unnecessary
return
keywords. ([#26]vimeo#26)
v1.1.0 - 2014-09-09
- Replace source file.
- Some stray
console.log
cals.
- First release.