Releases: mannuelf/lastfm-nodejs-client
Releases · mannuelf/lastfm-nodejs-client
v1.5.1
- 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
- new build process
- distributes ESM and CommonJs modules
v1.4.3
- fixes types
- updates how functions are built and exported
- housekeeping
v1.4.0
- update all api functions from snake case to camel case.
1.3.0
- Updates npm dependencies.
- refactors request with new error handling and responses.
- updates getInfo, removes hte un-required params.
1.2.4
- Updates npm dependencies
- Refactors request methods options and updates all call sites.
- Add .nvmrc file for easy switching node version.
1.2.3
- Adds tests
- Github Actions for tests
- updates functions to be named functions
1.2.2
- 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
- Throw error instead of console log. Tidy up.
1.2.0
- Change from using
node-fetch
to using cross-fetch
to allow client and server side requests.