Releases: radiovisual/get-video-id
Releases · radiovisual/get-video-id
3.4.0
- Adds support for TikTok and Dailymotion urls
- Moves test runner to jest
- Migrates from travis to GitHub actions
- Uses XO for code style
- Better organization of unit tests
- Removes dependencies and other misc cleanup
3.3.0
- Adds support for Vimeo event patterns:
https://vimeo.com/event/id
3.2.0
- Adds support for Microsoft Stream
3.1.9
3.1.8
- Moves to AirBnB styleguide over XO
- Updates codebase to use ES Modules
- Uses a
default
export to avoid the need forrequire('get-video-id').default
in CJS imports - moves each video service to a new module
- Exports a CJS and UMD module
3.1.7
- Updates the rollup config to export UMD and CJS module formats
3.1.6
- Adds TypeScript Types
3.1.5
- Adds support for new YouTube patterns
- Better handling of YouTube URLs with trailing URL parameters
- Fixed a bug where some YouTube urls with time hash and trailing parameters added the hash or parameters to the returned
id
- Packages the module up via Rollup to also work in the browsers
3.1.3
- Ignore the username-only pattern in youtube user/ links
- Misc linting tweaks
3.1.2
- Add y2u.be shortcode pattern