* Added conditional to subsequent PROGRAM-DATE-TIME tags from being read. Now only the first tag encountered in a file is added to the manifest.
* Updated project to use most recent version of video.js standard; applied lint changes to entire project.
* Updated CHANGELOG HEAD section with latest changes.
* Removed node 0.10 and 0.12 from the Travis config.
* Updated date time test to include two #EXT-X-PROGRAM-DATE-TIME tags so that we can verify parser only takes the first instance of the date time tag.
* Reverted changes to make parser only read first #EXT-X-PROGRAM-DATE-TIME tag so that it remains compliant with the standard.
* Updated CHANGELOG to fit latest in head.
Migrate all the test files from videojs-contrib-hls and the build script that exports them so they can be used in tests. Remove the checked-in versions of the exported m3u8 fixtures.