Skip to content

v5.0.1

Choose a tag to compare

@appellation appellation released this 06 Jan 16:26
· 37 commits to master since this release
597d825

Fixes

  • Util.parseURL would return { video: [id], playlist: null } when parsing a video without a playlist in the link; this behaviour has been fixed to return the intended { video: [id] }
  • The request URL is now properly encoded before being dispatched, mitigating bugs when sending URL-sensitive characters (e.g. %) in the URL.