Skip to content

Releases: microlinkhq/spotify-url-info

v3.0.3

01 Apr 18:30
Compare
Choose a tag to compare
chore(release): 3.0.3

v3.0.2

29 Mar 23:32
Compare
Choose a tag to compare
chore(release): 3.0.2

v3.0.1

29 Mar 23:29
Compare
Choose a tag to compare
chore(release): 3.0.1

v3.0.0

20 Mar 15:52
9f1695a
Compare
Choose a tag to compare

What's Changed

This iteration remove the fetch agent dependency, being necessary to provide your own agent.

Before

const { getData, getPreview, getTracks } = require('spotify-url-info')

After

const fetch = require('isomorphic-unfetch')
const { getData, getPreview, getTracks } = require('spotify-url-info')(fetch)

Full Changelog: v2.2.9...v3.0.0

v2.2.9

20 Mar 10:52
Compare
Choose a tag to compare
chore(release): 2.2.9

v2.2.8

20 Mar 10:38
Compare
Choose a tag to compare
chore(release): 2.2.8

v2.2.7

02 Mar 09:26
Compare
Choose a tag to compare
chore(release): 2.2.7

v2.2.6

24 Feb 20:08
Compare
Choose a tag to compare
chore(release): 2.2.6

v2.2.5

30 Jan 00:25
Compare
Choose a tag to compare

Bug Fixes

v2.2.4

29 Jan 17:15
72abf89
Compare
Choose a tag to compare
chore(release): 2.2.4