Skip to content

Releases: mcanam/liricle

v4.2.0

29 Jul 00:22
Compare
Choose a tag to compare

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

24 Jul 18:17
Compare
Choose a tag to compare

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

28 Apr 22:30
Compare
Choose a tag to compare

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.4

08 Feb 17:57
Compare
Choose a tag to compare

Changelog:

  • Add type declaration

v4.0.3

04 Jan 11:25
Compare
Choose a tag to compare
  • [FIX] sync unloaded lyrics

v4.0.1

31 Dec 15:41
Compare
Choose a tag to compare
  • update README.md

v4.0.0

03 Aug 18:54
Compare
Choose a tag to compare
  • 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

15 Jul 10:08
Compare
Choose a tag to compare
  • add per word timing support
  • improve code and documentation