Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-09 | return whole player in coopInvitation | mat | |
2022-04-05 | fix profiles being deleted incorrectly removed from lbs | mat | |
2022-04-05 | sort farming contests by newest first | mat | |
2022-03-31 | don't show slayer tier 5 for nonexistent bosses | mat | |
2022-03-31 | don't require server restart for updating removed profiles | mat | |
2022-03-31 | remove deleted profiles from leaderboard | mat | |
2022-03-31 | don't add empty profiles to leaderboards db | mat | |
2022-04-01 | sort leaderboards in profile | mat | |
2022-03-30 | fix | mat | |
2022-03-30 | clean item ids better | mat | |
2022-03-30 | lowercase item name in farming contest | mat | |
2022-03-30 | rename farmingContest to farmingContests | mat | |
2022-03-30 | add farming contest stuff | mat | |
2022-03-29 | sort profiles by last save probably | mat | |
2022-03-28 | fix item list updating too much | mat | |
2022-03-28 | accidentally made a thing snake_case | mat | |
2022-03-28 | update tests | mat | |
2022-03-28 | add item list | mat | |
2022-03-27 | sort last save leaderboard correctly | mat | |
2022-03-27 | Fix first join & add last save leaderboard | mat | |
2022-03-27 | Add coop invitation | mat | |
2022-03-27 | Add levelXpRequired to skills with 0 xp | mat | |
2022-03-27 | Add default skills if they're missing from member | mat | |
2022-03-27 | Fix some harp songs showing twice | mat | |
2022-03-27 | rename "fire and flames" to "through the campfire" | mat | |
2022-03-27 | Show harp leaderboards in list | mat | |
2022-03-27 | Fix harp leaderboards | mat | |
2022-03-27 | Add harp leaderboards | mat | |
2022-03-27 | Fix harp things being undefined | mat | |
2022-03-27 | Update harp.ts | mat | |
2022-03-27 | rename harp name to id in selected for consistency | mat | |
2022-03-27 | Add harp stats | mat | |
2022-03-27 | Fix | mat | |
2022-03-27 | Add pets | mat | |
2022-03-27 | Claimed items (scorpius bribes, potato talisman, etc) | mat | |
2022-03-27 | fix issues with test | mat | |
2022-03-27 | fix and bump typed-hypixel-api version | mat | |
2022-03-26 | Change a lot of things to use typed-hypixel-api | mat | |
2022-03-25 | Add typed-hypixel-api as a dep and change some code | mat | |
2022-03-21 | Add personal vault to inventories | mat | |
2022-03-21 | fix total bank balance being off | mat | |
2022-03-21 | update gitpod.yml | mat | |
2022-03-21 | don't reverse bank history | mat | |
2022-03-21 | round bank balance amount | mat | |
2022-03-21 | round numbers in bank balance | mat | |
2022-03-20 | Fix some typings | mat | |
2022-03-20 | Add the "left" field for members who left | mat | |
2022-03-20 | Add bank history | mat | |
2022-03-19 | Bump @types/lru-cache from 5.1.1 to 7.4.0 (#217) | dependabot[bot] | |
* Bump @types/lru-cache from 5.1.1 to 7.4.0 Bumps [@types/lru-cache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lru-cache) from 5.1.1 to 7.4.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lru-cache) --- updated-dependencies: - dependency-name: "@types/lru-cache" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix code to be compatible with new lru cache 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> | |||
2022-03-19 | Bump lru-cache from 7.3.1 to 7.4.0 (#212) | dependabot[bot] | |
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.3.1 to 7.4.0. - [Release notes](https://github.com/isaacs/node-lru-cache/releases) - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v7.3.1...v7.4.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |