Skip to content

Releases: frank-deng/js-lyrics

Bugfix

12 Apr 07:37
Compare
Choose a tag to compare

Fixed bugs when initializing multiple instances of Lyrics().

Make lyrics.js AMD compliant

05 Jan 13:32
Compare
Choose a tag to compare
v0.3.5

Updated for AMD complicant

Add new files and testcases for NPM

27 Dec 14:30
Compare
Choose a tag to compare
v0.3.4

README.md updated

Add feature of parsing ID Tags

15 Dec 13:58
Compare
Choose a tag to compare

Add feature of parsing ID Tags like [ti:title]

API for setting time offset was removed.

To specify time offset for .lrc file, please add the following tag into your .lrc file:

[offset:t]

t is time offset in milliseconds, positive value to shift time up, negative value to shift time down.

v0.3.1

14 Dec 13:55
Compare
Choose a tag to compare

Update README with both English and Chinese version.

js-lyrics

13 Dec 14:57
Compare
Choose a tag to compare

Introduced a new set of OO style API.

js-lyrics

15 Apr 16:39
Compare
Choose a tag to compare

Updated for handling invalid data in a more decent way.
Tested js-lyrics using QUnit based testcases.

js-lyrics

07 Apr 12:58
Compare
Choose a tag to compare

New style of API, simplier than older version.

lyrics.js

06 Mar 14:49
Compare
Choose a tag to compare

Add the feature of adjusting time offset.

lyrics.js

04 Mar 15:03
Compare
Choose a tag to compare

The first release.