Releases: Zod-/jsVideoUrlParser
Hotfix for issue #16
Properly checking for undefined on module that was added in 0.1.4.
npm and node support
Added support for npm and node
Rewrote getQueryParams
and added tests
Create embedded urls and support for url parameters
Can create embedded urls with protocol relative urls now.
Keep all url parameters in a params object.
Add parameters to created urls from the params object.
Refactoring so each format has its own function.
Renamed playlistId to list
Renamed startTime to start and moved it into the params object
Renamed playlistIndex to index and moved it into the params object
Long is the default format now
Sort parameters so they always stay in the same order (easier to test)
Minor fixes
Fixed errors when trying to create a url with an unknown provider
Also check if the plugin has a .parse before using it
Minor fixes
Fixed creation of a youtube playlist url with an index.
No more www. in created urls.
Initial release
0.1.0 Add bower support #6