Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-21 | add missing things to typings | mat | |
2022-02-16 | oop typescript moment | mat | |
2022-02-16 | move maxUniqueMinions | mat | |
2022-02-16 | return max fairy souls and max minions in member | mat | |
makes it so we don't have to fetch /constants from the frontend | |||
2022-02-13 | Update election.ts | mat | |
2022-02-12 | Election API | mat | |
2021-12-31 | gemstone_collection -> gemstone | mat | |
2021-12-31 | add the new collections | mat | |
2021-09-10 | make the zones api include unvisited zones | mat | |
2021-09-06 | Bump node-fetch from 2.6.1 to 3.0.0 (#116) | dependabot[bot] | |
* Bump node-fetch from 2.6.1 to 3.0.0 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.0.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix issues with node fetch 3.0 * change module to esnext instead of commonjs * fix imports and tests * fix package-lock.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mat <github@matdoes.dev> Co-authored-by: mat <27899617+mat-1@users.noreply.github.com> | |||
2021-08-01 | add #1 leaderboards count leaderboard | mat | |
2021-06-30 | fix error that happens sometimes for nonexistent players | mat | |
2021-06-29 | enable strictNullChecks and fix all related issues (#65) | mat | |
2021-06-03 | change some variable names in collections to make more sense | mat | |
2021-06-02 | slice xpTable at max level | mat | |
2021-06-02 | Fix max level | mat | |
2021-06-02 | fix some duplicate things that were there for some reason | mat | |
2021-06-02 | Merge branch 'main' of https://github.com/skyblockstats/skyblock-api into main | mat | |
2021-06-02 | include the max level of the skill | mat | |
2021-06-02 | Extra skill info (#52) | mat | |
* include more data about skills * i decided that having manual stuff in skyblock-constants is a bad idea * Update skills.js | |||
2021-06-02 | include more data about skills (#51) | mat | |
2021-05-27 | Profile customization (#45) | mat | |
* add basic discord auth * add uuid dependency * add lastUpdated to sessions * add route to get session from id * add accounts collection * update build * add gm rank * add `customization` url parameter * add customization parameter to /player/:user * add route to get info from discord id * remove a console.log * Update database.js * Update package.json * fix tests | |||
2021-05-02 | remove a console.log | mat | |
2021-05-02 | add `/constants` api to get max minions and fairy souls (#21) | mat | |
2021-05-01 | Show minions that haven't been unlocked in response (#20) | mat | |
* add minions that haven't been unlocked yet to response, and slightly optimize constants * remove most console.logs with console.debugs * mock constants | |||
2021-04-28 | remove some debug stuff | mat | |
2021-04-27 | Add minion_count leaderboard (#15) | mat | |
* add minion count leaderboard * fix error that happens sometimes * Update index.js | |||
2021-04-17 | add head_texture to items | mat | |
2021-04-14 | Total leaderboards leaderboard working (#6) | mat | |
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch * fix random bugs that made people disappear from leaderboards | |||
2021-04-13 | change max slayer level to 5 | mat | |
2021-04-13 | Slayer leaderboard (#4) | mat | |
* add slayers to constants * Compiled TS into JS * change units to also show up when only changing one constant item * Compiled TS into JS * add slayer leaderboards * remove debugging stuff | |||
2021-04-08 | change how stats are sent to allow for extra info | mat | |
2021-03-01 | Fix error on some profiles with inventory API | mat | |
2021-03-01 | add skill leaderboards | mat | |
2021-03-01 | add mythos stat category | mat | |
2021-02-28 | make misc leaderboards always show up last | mat | |
2021-02-28 | make /leaderboards include categories | mat | |
2021-02-28 | slight optimization | mat | |
fetch all profiles at once instead of one at a time in cleanSkyblockProfilesResponse | |||
2021-02-28 | Add leaderboards | mat | |
2021-02-20 | change other timestamps to be consistent | mat | |
2021-02-16 | change profileCache to use clones | mat | |
2021-02-15 | remove debug logs | mat | |
2021-02-14 | add rank to basic member | mat | |
2021-02-14 | fix special cases | mat | |
some users dont have a rank, and some users dont have skyblock profiles | |||
2021-02-14 | add total slayer xp | mat | |
2021-02-14 | Closes #2 | mat | |
2021-02-14 | add collection categories | mat | |
2021-02-14 | add collections | mat | |
2021-02-14 | add visited zones | mat | |
2021-02-13 | make sure the vanillaId is a string | mat | |