Skip to content

Releases: radiovisual/get-video-id

4.1.7

24 Jun 20:12
1f4cd3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.6...4.1.7

4.1.6

24 Jun 19:57
9e818a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.5...4.1.6

4.1.5

21 Feb 22:18
a7850c7
Compare
Choose a tag to compare

What's Changed

  • TS support: Updated package.json to fix export of types by @theRuslan in #116

New Contributors

Full Changelog: 4.1.4...4.1.5

4.1.4

18 Feb 23:52
e86d026
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.3...4.1.4

4.1.3

18 Feb 23:44
3376f40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.2...4.1.3

4.1.2

18 Feb 23:33
0f82588
Compare
Choose a tag to compare

What's Changed

  • ci: open a PR with version bump after successful publish. by @radiovisual in #112

Full Changelog: 4.1.1...4.1.2

4.1.1

18 Feb 22:49
bbf3e17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

4.1.0

18 Feb 22:28
91ab572
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

4.0.0

18 Feb 22:02
eafa37e
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking Changes

Since get-video-id v4, the module will return undefined instead of null when a service or video id cannot be identified.

So in versions < 4, you would get null:

const getVideoId('https://some-url-without-video-id');
// => { service: null, id: null }

But now in v4+, you will get:

const getVideoId('https://some-url-without-video-id');
// => { service: undefined, id: undefined }

Full Changelog: 3.7.0...4.0.0

3.7.0

15 Feb 07:20
71d3fbb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.5...3.7.0