Skip to content

Releases: notigorwastaken/lrclib-api

2.0.0

17 Jan 11:56
Compare
Choose a tag to compare

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

10 Jan 22:59
Compare
Choose a tag to compare

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

10 Jan 01:18
Compare
Choose a tag to compare

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.

  • Refs: 1 2

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.

  • Refs: 1 2

Full Changelog: https://github.com/igorwastaken/lrclib-api/commits/1.2.1