Releases: frank-deng/js-lyrics
Releases · frank-deng/js-lyrics
Bugfix
Make lyrics.js AMD compliant
v0.3.5 Updated for AMD complicant
Add new files and testcases for NPM
v0.3.4 README.md updated
Add feature of parsing ID Tags
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
Update README with both English and Chinese version.
js-lyrics
Introduced a new set of OO style API.
js-lyrics
Updated for handling invalid data in a more decent way.
Tested js-lyrics using QUnit based testcases.
js-lyrics
New style of API, simplier than older version.
lyrics.js
Add the feature of adjusting time offset.
lyrics.js
The first release.