Releases: mcanam/liricle
Releases · mcanam/liricle
v4.2.0
What's Changed
- add
loaderror
event to handle errors when failing to load lyrics from url
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- Rewritte in typeScript for better type safety.
- Add new optional
skipBlankLine
property to .load()
options to ignore blank lyric lines.
- Migrate tests from mocha to jest.
- Clarify documentation and usage examples
Full Changelog: v4.0.5...v4.1.0
v4.0.5
What's Changed
- Add unit tests by @mcanam in #6
- Remove unnecessary property from syncher result object by @mcanam in #7
- Improve input validation and error handling by @mcanam in #8
Full Changelog: v4.0.4...v4.0.5
v4.0.3
- [FIX] sync unloaded lyrics
v4.0.0
- remove
offset
parameter from .sync()
method
- add
.offset
property ( getter & setter )
- parse lrc tags with valid id only
- improve docs
- improve code
v3.0.0
- add per word timing support
- improve code and documentation