Releases: zyrouge/node-genius-lyrics
Releases · zyrouge/node-genius-lyrics
v4.4.3
Handle API related errors
Full Changelog: v4.4.1...v4.4.2
Fixed `removeChorus`
What's Changed
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #25
Full Changelog: 4.3.6...v4.4.1
v4.3.6
Updated lyrics scraper
- Switched from
node-html-parser
tocheerio
- Lyrics is no more taken from
#lyrics
as it is always a empty div
Fixed missing `typeof` in `Utils.ts`
- Thanks to @AozoraDev for fixing those 🔥
Patched Typings and other changes
- Typing: Made
key
optional inClient
- Fixes:
requestOptions
now does not interfere with necessary headers - Added
User-Agent
header
Refactor (Typescript rewrite)
Added support for Proxies and stuffs
Changes:
Client
now takes in an extra paramconfig
- Updated Typings
- Changes
README.md
Added Typescript Support!
Changes:
- Removed
nicknames
fromArtist
- Full Typescript (Also supports Javascript)
- Using
axios
instead ofnode-fetch