YouTube Playlist Change Log
-
2009-Oct-05: Version 0.4.3:
-
Improved documentation. The index page was reformatted slightly, and documentation was added
for the playlist-helper.js file. Embedded how-to guide was vastly improved and simplified.
-
Fixed a bug where a next video was getting a "cued" event out-of-expected-order.
-
Added the video-info.js helper package for loading information on videos. It still needs documentation.
-
2009-Oct-04: Version 0.4.2:
-
Added the ability to show videos in High Def and High Quality. The new "quality" parameter on the
video object can be set to "hd" or "hq", for high definition (1024x768) and high quality (480x360)
respectively. Not all videos may honor this.
-
Each video can also specify the desired size. If the PlaylistObject has "allowResize" set to "true",
then the video's "height" and "width" values will be respected.
-
2009-Apr-14: Version 0.4.0:
-
Updated the player look-and-feel to be prettier.
-
Added a new script file, "playlist-helper.js", to simplify the
playlist management. This still needs heavy documentation and clean-up
before its official debut.
-
Created a player page that can download XML playlists, along with a how-to
guide on using it.
-
Created a player page that allows for the user to manage the playlist.
It's still very much early beta, so use with caution.
-
2009-Apr-12: Version 0.3.1:
-
Added test for checking if a video allows for precise search capabilities,
if so requested by the playlist.
-
Finish up the API documentation.
-
Add development RSS feed.
-
2008-Dec-15: Version 0.3.0:
-
Rewrote the code for managing state with the YouTube player. It is now
implemented as a state machine.
-
Added many more state change notifications, based on new way to handle state.
-
Added "msgid" attribute to the ERROR event.
-
2008-Dec-14: added Markov-chain experiment. This exposed many bugs in the
approach taken for searching ahead.
-
2008-Dec-13: Version 0.2.0:
-
Added code for the
remove()
method, which had not been
implemented in v0.1.0.
-
Added methods to the playlist-api.html page.
-
Enhanced the JavaDoc in the JavaScript file.
-
2008-Dec-12: First public release (0.1.0)
-
2008-Dec-11: Initial prototype created