Skip to content

Latest commit

 

History

History
189 lines (116 loc) · 9.76 KB

CHANGELOG.md

File metadata and controls

189 lines (116 loc) · 9.76 KB

4.4.0 (2019-05-14)

Features

  • implement updateList() function (e691c7d)

Chores

4.3.1 (2019-03-20)

Bug Fixes

  • Fix regression(s) introduced by changes to the currentItem function in 4.3.0 (#145) (d49b929)

Chores

  • package: update package-lock.json (#149) (4915847)
  • package: update rollup to version 1.7.0 (#148) (4bf51d4)
  • package: update sinon to version 7.3.0 (#147) (74c3f33)

4.3.0 (2019-01-11)

Features

  • Return correct index of a playlist item when there are multiple items with the same source (#115) (0963d58)

Chores

  • package: update lint-staged to version 8.1.0 (#134) (7776c14)
  • package: update npm-run-all/videojs-generator-verify for security (0491b47)
  • package: update rollup to version 0.66.0 (#122) (9536367)
  • package: update rollup to version 0.67.3 (#132) (f3f333e)
  • package: update videojs-generate-karma-config to version 5.0.0 (#133) (d2953f4)
  • package: update videojs-generate-rollup-config to version 2.3.1 (#135) (ab78366)

4.2.6 (2018-09-05)

Bug Fixes

  • Remove the postinstall script to prevent install issues (#119) (159fafe)

4.2.5 (2018-08-30)

Chores

  • update generator to v7.1.1 (12c5d53)
  • package: Update rollup to version 0.65.0 (#116) (17d6a37)
  • update to generator-videojs-plugin@7.2.0 (4b90483)

4.2.4 (2018-08-23)

Chores

4.2.3 (2018-08-03)

Bug Fixes

  • babel the es dist, by updating the generator (#107) (4f1fdb9)

Chores

  • package: update dependencies, enable greenkeeper (#106) (5ed060e)

4.2.2 (2018-07-05)

Chores

4.2.1 (2018-06-13)

Features

  • Expose the version of the plugin at the VERSION property. (#94) (d71dec1)

4.2.0 (2018-01-25)

Features

  • Add 'duringplaylistchange' event. (#92) (eb80503)
  • Add 'rest' option to the shuffle method. (#91) (57d5f0c)

4.1.1 (2018-01-08)

Bug Fixes

  • Fix an issue where we could auto-advance even if the user restarted playback after an ended event. (#88) (5d872d1)

4.1.0 (2017-11-28)

Features

  • Add new methods: currentIndex, nextIndex, previousIndex, lastIndex, sort, reverse, and shuffle. (#87) (271a27b)

Documentation

4.0.2 (2017-11-13)

Bug Fixes

  • Fix item switching for asynchronous source setting in Video.js 6. (#85) (8a77bf0)

4.0.1 (2017-10-16)

Chores

4.0.0 (2017-05-19)

Chores

  • Update tooling using generator v5 prerelease. (#79) (0b53140)

BREAKING CHANGES

  • Remove Bower support.

3.1.1 (2017-04-27)

(none)

3.1.0 (2017-04-03)

  • @incompl Add repeat functionality to plugin #71

3.0.2 (2017-02-10)

  • @misteroneill Suppress videojs.plugin deprecation warning in Video.js 6 #68

3.0.1 (2017-01-30)

  • @misteroneill Update project to use latest version of plugin generator as well as ensure cross-version support between Video.js 5 and 6. #63

3.0.0 (2016-09-12)

  • @misteroneill Remove Brightcove VideoCloud-specific Code #51

2.5.0 (2016-09-12)

  • @mister-ben Load playlist with initial video at specified index or no starting video #38

2.4.1 (2016-04-21)

  • @gkatsev fixed build scripts to only apply browserify-shim for dist files. Fixes #36. #44

2.4.0 (2016-04-21)

  • @vdeshpande Fixed an issue where incorrect end time value was used #43

2.3.0 (2016-04-19)

  • @vdeshpande Support cue point intervals #37

2.2.0 (2016-01-29)

  • @forbesjo Support turning a list of cue points into a TextTrack #24

2.1.0 (2015-12-30)

  • @misteroneill Moved to the generator-videojs-plugin format and added last() method #23

2.0.0 (2015-11-25)

  • @misteroneill Updates for video.js 5.x #22
  • @saramartinez Fix typos in examples for currentItem() method #18

1.0.3 (2015-08-24)

  • @forbesjo README update #16
  • @forbesjo Fix for playlist items without a src #14

1.0.2 (2015-04-09)

  • @gkatsev Explicitly define which files are included.

1.0.1 (2015-03-30)

  • @gkatsev Added missing repository field to package.json.

1.0.0 (2015-03-30)

  • @gkatsev Initial release.