Skip to content

Releases: mannuelf/lastfm-nodejs-client

v1.5.1

02 Nov 06:19
Compare
Choose a tag to compare
  • fix node module resolution issues where on build node could not find the module.
  • adds both ESM and CommonJs distributions, built to dist folder and working.

v1.4.4

02 Oct 20:55
Compare
Choose a tag to compare
  • new build process
  • distributes ESM and CommonJs modules

v1.4.3

27 Sep 20:42
Compare
Choose a tag to compare
  • fixes types
  • updates how functions are built and exported
  • housekeeping

v1.4.0

24 Sep 21:04
Compare
Choose a tag to compare
  • update all api functions from snake case to camel case.

1.3.0

20 Sep 04:37
Compare
Choose a tag to compare
  • Updates npm dependencies.
  • refactors request with new error handling and responses.
  • updates getInfo, removes hte un-required params.

1.2.4

20 Aug 20:32
Compare
Choose a tag to compare
  • Updates npm dependencies
  • Refactors request methods options and updates all call sites.
  • Add .nvmrc file for easy switching node version.

1.2.3

28 Nov 22:23
Compare
Choose a tag to compare
  • Adds tests
  • Github Actions for tests
  • updates functions to be named functions

1.2.2

13 Nov 08:07
Compare
Choose a tag to compare
  • reverts previous change
  • Put log back, some APIs do get Bad Request for MBIDs that don't exist, don't have solve for this yet, so not throwing any more as it grinds future request to a halt. This is a working version.

1.2.1

13 Nov 07:55
Compare
Choose a tag to compare
  • Throw error instead of console log. Tidy up.

1.2.0

13 Nov 07:47
Compare
Choose a tag to compare
  • Change from using node-fetch to using cross-fetch to allow client and server side requests.