Skip to content

Releases: buape/amaribot.js

v1.4.2

27 Jan 20:31
Compare
Choose a tag to compare

Small fixes

What's Changed

New Contributors


Full Changelog: v1.4.1...v1.4.2
Library Documentation: https://amaribot.js.org
API Documentation: https://docs.amaribot.com
Release History: https://github.com/amaribot/amaribot.js/releases

v1.4.1

24 Oct 01:53
Compare
Choose a tag to compare

Minor fixes

Changes:

Changed the internal reference for the role ID from guild rewards (from roleId to roleID)
Removed the guild ID from the Rewards object, since that data is no longer sent from the API. (A better framework will come in v1.5 that will have this and more information about the request provided)
Updated the docs to reflect this
Added more tests to check for problems like this automatically


The library documentation can be found at https://amaribot.js.org
The API documentation can be found at https://docs.amaribot.com
Previous release history can be found at https://github.com/amaribot/amaribot.js/releases

v1.4.0

29 Sep 01:03
b6dc405
Compare
Choose a tag to compare

Our first mass request is here!

Changes:

Added the ability for getUserLevel() to take in an array of user IDs instead of just one
Removed the now-incorrect documentation for limits on the number of users in the raw leaderboard
Some small internal changes to be able to fully support POST routes in the future


The library documentation can be found at https://amaribot.js.org
The API documentation can be found at https://docs.amaribot.com
Previous release history can be found at https://github.com/amaribot/amaribot.js/releases

v1.3.0

09 Sep 21:27
Compare
Choose a tag to compare

Raw routes are here to stay!

Changes:

Moved raw routes to their own functions
Added a queue framework, to be potentially tweaked later
Getting a user's position on the leaderboard should almost always return a user now, since it uses the raw routes.


The library documentation can be found at https://amaribot.js.org
The API documentation can be found at https://docs.amaribot.com

v1.2.4

02 Sep 06:02
Compare
Choose a tag to compare

.

v1.2.3

02 Sep 05:56
Compare
Choose a tag to compare

I'll do notes here later

v1.2.2

01 Sep 13:52
Compare
Choose a tag to compare

One day I'll stop finding bugs

Changes:

Fixed some type checking bugs
Fixed parameters not being respected


The library documentation can be found at https://amaribot.js.org
The API documentation can be found at https://docs.amaribot.com

v1.2.1

01 Sep 13:23
ff362cf
Compare
Choose a tag to compare

Coding at 2am wooooo

Changes:

Fixed some minor type checking bugs


The library documentation can be found at https://amaribot.js.org
The API documentation can be found at https://docs.amaribot.com

v1.2.0

01 Sep 05:33
7af2680
Compare
Choose a tag to compare

New features, hype!

Changes

Have User#level return 0 instead of undefined when the level is 0
Add AmariBot#getLevelExp() which will get the exp needed to level up
Added notes about async functions to the docs
Migrated docs into the same repository as the library


The library documentation can be found at https://amaribot.js.org
The API documentation can be found at https://docs.amaribot.com

v1.1.2

31 Aug 17:34
Compare
Choose a tag to compare

Everyone should think like me

Changes

Have the leaderboard position be 1-based instead of 0-based


The library documentation can be found at https://amaribot.js.org
The API documentation can be found at https://docs.amaribot.com