Skip to content

Releases: vimeo/vimeo.js

2.0.2

03 Apr 16:33
Compare
Choose a tag to compare

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

03 Apr 16:33
Compare
Choose a tag to compare

Fixed

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

2.0.0

03 Apr 16:33
32c53d8
Compare
Choose a tag to compare

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)[https://github.com/jehartzog])

Add upload progress callback

29 Feb 17:59
Compare
Choose a tag to compare

This release adds the progress_callback parameter to the streamingUpload method. This callback can be used to log or display additional details about a video upload.

See the upload docs for more: https://github.com/vimeo/vimeo.js/blob/d771fb7406b92fcaa2ce12ca87078f0ca09f602d/README.md#upload-videos

Additional features

23 Oct 20:25
Compare
Choose a tag to compare

Improved docs
Replace source file
Clean up some bugs

Initial release

23 Oct 20:23
Compare
Choose a tag to compare
v1.0.0

bump to api version 3.2, and bump lib version to 1.0