Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Releases: DreamLateXD/qtail-js

v2.1.0-2.1.1 release

Choose a tag to compare

@LateDreamXD LateDreamXD released this 08 Jul 00:52
2.1.0
57909e5

初始化Qtail类和Qtail.update()更新函数现在不再需要提供初始参数了

const qtail: Qtail = new Qtail(); // it will be work
qtail.update(); // also can be work

现在只会在使用Qtail.generate()生成函数时进行参数检查

const qtail: Qtail = new Qtail();
qtail.generate(); // Uncaught Error: :( prams cannot be empty.

v2.0.0 release

Choose a tag to compare

@LateDreamXD LateDreamXD released this 15 Mar 14:38
2.0.0
2e85b08

this was a big change.
if you're using 1.x version pls read doc for more info.

Full Changelog: v1.0.1...2.0.0

v1.0.2

Choose a tag to compare

@LateDreamXD LateDreamXD released this 15 Dec 19:15
v1.0.2
08b44ad

Full Changelog: v1.0.1.beta.0...v1.0.2

v1.0.1

Choose a tag to compare

@LateDreamXD LateDreamXD released this 15 Dec 19:04
v1.0.1
a9127e3

🐞 fix: double symbols tail

Full Changelog: v1.0.1-beta.0...v1.0.1