Releases: radiovisual/get-video-id
Releases · radiovisual/get-video-id
3.6.5
What's Changed
- Fix: incomplete iframe src url throws error by @radiovisual in #103
Full Changelog: 3.6.4...3.6.5
3.6.4
- Fixes the publish command in Github Actions to ensure the correct version number reaches the output files
3.6.3
- Fix: add the correct version number to the published files
3.6.2
- Fixes some GitHub actions problems with the publish command
3.6.1
- Adds GitHub actions to help publish to npm
3.6.0
- Adds support for Youtube's
/watch/{id}
URL format
3.5.3
- Adds support for YouTube Shorts URLs
3.4.3
- Adds a
prepublish
script to ensure a build is run before publishing - Fixes a problem where
v3.4.2
was still published with thev3.4.1
contents 😳
3.4.2
- Adds support for YouTube's
/e/
url string - Fixes a bug where YouTube urls would not find the id if the protocol was missing from the url string
⚠️ WARNING
Skip this release. Don't use it. It was accidentally published with the contents of 3.4.1 due to the fact that the build
process was not run before publishing. 🤕
3.4.1
- Adds license banner to the top of bundled modules
- Adds CDN notes to the documentation
- Misc refactors