Skip to content

Releases: Zod-/jsVideoUrlParser

Hotfix for issue #16

02 Feb 10:53
Compare
Choose a tag to compare

Properly checking for undefined on module that was added in 0.1.4.

npm and node support

30 Jan 06:33
Compare
Choose a tag to compare

Added support for npm and node
Rewrote getQueryParams and added tests

Create embedded urls and support for url parameters

14 Mar 17:37
Compare
Choose a tag to compare

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

11 Mar 09:49
Compare
Choose a tag to compare

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

11 Mar 00:23
Compare
Choose a tag to compare

Fixed creation of a youtube playlist url with an index.
No more www. in created urls.

Initial release

10 Mar 21:19
Compare
Choose a tag to compare
0.1.0

Add bower support #6