aboutsummaryrefslogtreecommitdiff
path: root/build/cleaners/skyblock
AgeCommit message (Collapse)Author
2021-12-30remove build foldermat
2021-09-10make the zones api include unvisited zonesmat
2021-09-06Bump 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-01add #1 leaderboards count leaderboardmat
2021-06-30fix error that happens sometimes for nonexistent playersmat
2021-06-29enable strictNullChecks and fix all related issues (#65)mat
2021-06-03change some variable names in collections to make more sensemat
2021-06-02slice xpTable at max levelmat
2021-06-02Fix max levelmat
2021-06-02fix some duplicate things that were there for some reasonmat
2021-06-02Merge branch 'main' of https://github.com/skyblockstats/skyblock-api into mainmat
2021-06-02include the max level of the skillmat
2021-06-02Extra 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-02include more data about skills (#51)mat
2021-05-02remove a console.logmat
2021-05-03Compiled TS into JSmat-1
2021-05-01Show 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-28remove some debug stuffmat
2021-04-27Add minion_count leaderboard (#15)mat
* add minion count leaderboard * fix error that happens sometimes * Update index.js
2021-04-17add head_texture to itemsmat
2021-04-14Total 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-13change max slayer level to 5mat
2021-04-13Slayer 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-08change how stats are sent to allow for extra infomat
2021-03-01Fix error on some profiles with inventory APImat
2021-03-01Compiled TS into JSmat-1
2021-03-01Compiled TS into JSmat-1
2021-03-01Compiled TS into JSmat-1
2021-02-28make /leaderboards include categoriesmat
2021-02-28Compiled TS into JSmat-1
2021-02-28Compiled TS into JSmat-1
2021-02-28Add leaderboardsmat
2021-02-21Compiled TS into JSmat-1
2021-02-15remove debug logsmat
2021-02-15Compiled TS into JSmat-1
2021-02-14Compiled TS into JSmat-1
2021-02-14add collectionsmat
2021-02-14add visited zonesmat
2021-02-13make sure the vanillaId is a stringmat
2021-02-13clean inventory itemsmat
2021-02-13fix caching issuemat
if you visited player/:user then player/:user/:profile it would error
2021-02-13add objectives and skillsmat
2021-02-13fix some stats cutting off at the wrong placemat
2021-02-13optimize inventoriesmat
don't parse nbt for inventories that it doesn't need to
2021-02-13add inventoriesmat
2021-02-13move some code to make more sensemat
2021-02-13add fairy soulsmat
2021-02-13tscmat
2021-02-13change compile target to es2019mat
2021-02-13create member, profile, and profiles cleanersmat