Releases: notigorwastaken/lrclib-api
2.0.0
Major release
- Better errors handling
- New client class
- Can set base url if you use a custom lrclib instance (suggested by @tranxuanthang)
- Can set api key (soon)
- Fixed bugs and issues
For contributors
- Files are separated better
- Updated scripts for testing
Full Changelog: 1.2.2...2.0.0
1.2.2
Fews updates
Updated docs
I updated some types for documentation
Improved code
Improved codes
Full Changelog: 1.2.1...1.2.2
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