Skip to content

Releases: TooTallNate/spotify-uri

v4.1.0

23 May 09:05
aee3589
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1.0

v4.0.1

23 Dec 11:34
6297f5c
Compare
Choose a tag to compare

What's Changed

  • Ignore URLs with localization by @PawsOfDestruction in #35

New Contributors

  • @PawsOfDestruction made their first contribution in #35

Full Changelog: 4.0.0...v4.0.1

4.0.0

25 Jul 17:54
Compare
Choose a tag to compare

Major Changes

  • Typescript improvements / code deduplication: #29

Credits

Huge thanks to @JMTK for helping!

v3.0.4

15 May 14:40
e31990d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

02 Sep 07:27
b3012ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

10 Apr 21:18
8274a4d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

07 Apr 13:24
2664107
Compare
Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

v3.0.0

07 Apr 11:31
cc3c048
Compare
Choose a tag to compare

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

07 Apr 10:54
d5d523e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

07 Apr 09:53
ff2f487
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.1