Skip to content

Releases: scriptex/lastfm-ts-api

Track album can be missing

Choose a tag to compare

@scriptex scriptex released this 02 Apr 13:25
2.6.2

Bump version

More extensive JSON MIME type

Choose a tag to compare

@scriptex scriptex released this 30 Jan 15:16

This release allows for more variations of the JSON response from the API calls which is useful when integrating with 3rd parties such as librefm

Enrich API request error handling

Choose a tag to compare

@scriptex scriptex released this 21 Jan 18:35
2.5.0

Bump version

Add user configurable request timeout

Choose a tag to compare

@scriptex scriptex released this 21 Jan 15:59

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

Add support for third party libraries

Choose a tag to compare

@scriptex scriptex released this 12 Jan 09:10

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

Choose a tag to compare

@scriptex scriptex released this 18 Jun 06:00
e3d3dd9

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

Choose a tag to compare

@scriptex scriptex released this 28 Nov 11:16
62fbe45

Improved types and "module" type

Choose a tag to compare

@scriptex scriptex released this 31 Oct 07:12
06fcd0d

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

Choose a tag to compare

@scriptex scriptex released this 02 Oct 06:23
22cf12e
Update dependencies (#24)

* Update dependencies

* Use Node LTS

Fix the URL to the documentation

Choose a tag to compare

@scriptex scriptex released this 07 Nov 08:52
1.0.1

Fix the URL to the documentation