spotify-uri

Parse and format the various Spotify URI formats

MIT License

Downloads
54.5K
Stars
66
Committers
11

Bot releases are hidden (Show)

spotify-uri - v4.1.0 Latest Release

Published by Kikobeats 5 months ago

What's Changed

Full Changelog: https://github.com/TooTallNate/spotify-uri/compare/v4.0.1...v4.1.0

spotify-uri - v4.0.1

Published by Kikobeats 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/TooTallNate/spotify-uri/compare/4.0.0...v4.0.1

spotify-uri -

Published by TooTallNate about 1 year ago

Major Changes

  • Typescript improvements / code deduplication: #29

Credits

Huge thanks to @JMTK for helping!

spotify-uri - v3.0.4

Published by Kikobeats over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TooTallNate/spotify-uri/compare/v3.0.3...v3.0.4

spotify-uri - v3.0.3

Published by Kikobeats about 2 years ago

What's Changed

Full Changelog: https://github.com/TooTallNate/spotify-uri/compare/v3.0.2...v3.0.3

spotify-uri - v3.0.2

Published by Kikobeats over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/TooTallNate/spotify-uri/compare/v3.0.1...v3.0.2

spotify-uri - v3.0.1

Published by Kikobeats over 2 years ago

spotify-uri - v3.0.0

Published by Kikobeats over 2 years ago

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: https://github.com/TooTallNate/spotify-uri/compare/v2.2.2...v3.0.0

spotify-uri - v2.2.2

Published by Kikobeats over 2 years ago

What's Changed

Full Changelog: https://github.com/TooTallNate/spotify-uri/compare/v2.2.1...v2.2.2

spotify-uri - v2.1.0

Published by Kikobeats over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/TooTallNate/spotify-uri/compare/2.0.0...v2.1.0

spotify-uri - v2.2.1

Published by Kikobeats over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/TooTallNate/spotify-uri/compare/v2.1.0...v2.2.1

spotify-uri -

Published by TooTallNate over 4 years ago

Major Changes

  • Refactor to TypeScript: #8

Patches

  • Fix lint: f56a8ba18df63963fedf580540907d62ab526e9f
spotify-uri -

Published by TooTallNate over 4 years ago

Minor Changes

  • Delete History.md: 23820ba35b26137197a2af5b9a67e30a5188c652
  • Delete component.json: ee7b5c8fcfcf7537068ce432518ddc85f4664b7b
  • Delete Makefile: fcbeddab88beff0cc52ef3e21e7683ace6726aa0
  • Migrate to GH Actions: c6bbaaad6f3656a3be504e909d60bed72aff17ee
  • Add support for open.spotify.com/embed URLs: #4
  • Add .editorconfig and format with prettier: dff69e92a13bca6d0e7292a0f3263e576a487fd2

Patches

  • Fix non-user playlist URI formatting: #7

Credits

Huge thanks to @karlsander and @miraclx for helping!