Releases: buape/amaribot.js
v1.4.2
Small fixes
What's Changed
- Fix try/catch not working by @OIRNOIR in #7
- Bump follow-redirects from 1.14.2 to 1.14.7 by @dependabot in #8
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
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
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
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
.
v1.2.3
I'll do notes here later
v1.2.2
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
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
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
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