Skip to content

Releases: scriptex/lastfm-ts-api

Enrich API request error handling

21 Jan 18:35

Choose a tag to compare

Add user configurable request timeout

21 Jan 15:59

Choose a tag to compare

This release adds an optional user-configurable request timeout based on the AbortSignal API.

Add support for third party libraries

12 Jan 09:10

Choose a tag to compare

This release:

  • adds support for third party libraries (such as Libre.FM)
  • improves the error handling by accounting for a possible error object instead of plain string
  • fixes the response from the track.scrobble endpoint which returns an object when a single track is scrobbled

Update the User API

18 Jun 06:00
e3d3dd9

Choose a tag to compare

This release updates the User API by adding the correct way of signing the getInfo method using the session secret.

Added the optional "@attr" with the "user.getRecentTracks" response

28 Nov 11:16
62fbe45

Choose a tag to compare

Improved types and "module" type

31 Oct 07:12
06fcd0d

Choose a tag to compare

This release greatly improves the types:

  1. The params used in each method.
  2. NEW: The response returned by each method.

BREAKING:

  1. The package is now pure ESM. 🎉
  2. Some types have been renamed.

Publish the "dist" folder correctly

02 Oct 06:23
22cf12e

Choose a tag to compare

Update dependencies (#24)

* Update dependencies

* Use Node LTS

Fix the URL to the documentation

07 Nov 08:52

Choose a tag to compare

1.0.1

Fix the URL to the documentation

Initial release

14 Sep 13:00
d21a898

Choose a tag to compare

This is the first release 🎉