Releases: AudDMusic/audd-node
Releases · AudDMusic/audd-node
v1.5.9
v1.5.8
Renames the providers option from return to returnMetadata on RecognizeOptions and RecognizeEnterpriseOptions, and adds an extraParameters field on RecognizeOptions, RecognizeEnterpriseOptions, SetCallbackUrlOptions, and AddStreamOptions for passing arbitrary form fields not covered by typed options. Typed options win on collision.
await audd.recognize(url, {
returnMetadata: ["apple_music", "spotify"],
extraParameters: { some_beta_flag: "true" },
});The README also gains Fastify, Koa, and Next.js framework wiring examples under ### Handling callback POSTs.
v1.5.7
Initial release v1.5.7
v1.5.6
Initial release v1.5.6