1.2.1
There are few changes so far.
I will give a brief summary of what I fixed as of 1.0.1
README.md
I changed the README.md file several times, and then made some changes fixing codes that were poorly planned, and that were not tested (yet).
Typings
This is necessary since I'm working on a project in TypeScript, not JavaScript, I fixed some typing errors, and improved it.
Added searchLyrics(info: Query)
I was scrolling through the lrclib.net documentation and noticed that I had the /api/search
endpoint, so I had to add that function to the module.
Updated findLyrics(info: Query)
to find by id
I have to say that I felt compelled to add this for the same reason as the addition above.
Full Changelog: https://github.com/igorwastaken/lrclib-api/commits/1.2.1