Releases: shikoshib/gj-boomlings-api
Releases · shikoshib/gj-boomlings-api
2.0.2
2.0.1
2.0.0
woo what a journey! an update after 5 months!
Anyways,
- Geometry Dash 2.2 servers support!
- New methods:
getTopLists()
,searchLists()
andgetSongsLibrary()
(will probably do the SFX library soon) - Lots of bugfixing
I'm gonna make a proper documentation on it later, so stay tuned!
1.5.7
1.5.6
1.5.2
1.5.1
1.5.0
1.4.6
- Earlier gj-boomlings-api used a Node.js' experimental feature called Fetch API. The problem is that it was added in Node.js v17, which is really new and almost everything still uses older versions. So I decided to move to
node-fetch
which solves this problem. - Added
getTab()
function.