Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 2.71 KB

2.3.0 (2021-05-19)

Bug Fixes

  • replace relative uri before converting to absolute (#44) (1b08ca6)

Chores

2.2.2 (2020-12-02)

Bug Fixes

  • better errors, correctly join uri with relative hash/query (4024a13)
  • handle tilde/paths in the query string, cleanup tests (#43) (4a528ce)

2.2.1 (2019-09-06)

Bug Fixes

  • windows paths and test console error (#39) (ae14253)

2.2.0 (2019-09-05)

Features

Bug Fixes

  • Use filenamify to sanitize filenames, and cut to 255 chars (#36) (e8114da)
  • Fix hls decryption

2.1.0 (2019-06-11)

Features

  • support init segment downloading (#33) (36ccd60)

Bug Fixes

  • path resolution for relative urls using leading slash (#30) (f9b1da7)
  • Remove the postinstall script to prevent install issues (#28) (2de6167)

Chores

  • Update tooling to fit new plugin generator v7 standards (1b94e31)

Documentation

  • removing maintainers section (#29) (1ff905d)
  • README: Remove videojs-errors description (#31) (5b9596e)