Releases: TooTallNate/spotify-uri
Releases · TooTallNate/spotify-uri
v4.1.0
v4.0.1
4.0.0
v3.0.4
What's Changed
- fix: export Show classs by @enzoferey in #30
- chore: drop node old support by @Kikobeats in #31
New Contributors
- @enzoferey made their first contribution in #30
Full Changelog: v3.0.3...v3.0.4
v3.0.3
v3.0.2
What's Changed
- fix: export uri types by @Lioness100 in #23
New Contributors
- @Lioness100 made their first contribution in #23
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Migration guide
Interface
at v2
const parse = require('spotify-uri')
const { formatURI, formatOpenURL, formatPlayURL, formatEmbedURL } = parse
at v3
const { parse, formatURI, formatOpenURL, formatPlayURL, formatEmbedURL } = require('spotify-uri')
Node.js support
The library is only guaranteed to work with Node.js 12 or above.
Full Changelog: v2.2.2...v3.0.0
v2.2.2
What's Changed
- ci: improve setup by @Kikobeats in #18
- fix: parse embed playlist urls by @Kikobeats in #20
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- Add show URLs support by @Kikobeats in #14
- expose episode type by @RickyMarou in #16
New Contributors
- @Kikobeats made their first contribution in #14
- @RickyMarou made their first contribution in #16
Full Changelog: v2.1.0...v2.2.1