Releases: mitchell-merry/src-ts
Releases · mitchell-merry/src-ts
v2.10.0
v2.9.0
v2.8.0
What's Changed
- Add
buildLeaderboardNameFromPartial
- Add
filterCategoriesByType
- Add
filterApplicableVariables
Full Changelog: v2.7.2...v2.8.0
v2.7.2
Removed filtering from paginatedGet
v2.7.1
paginatedGet.options.map
now supports async functions.- If
map
returns a nullable value, that result is filtered out and not returned bypaginatedGet
.
These effect allpaginatedGet
wrappers.
v2.7.0
What's Changed
- Allow for direct mutation of pagiantedGet data (#66) by @mitchell-merry in #69
Full Changelog: v2.6.3...v2.7.0
v2.6.3
Removes root-require
.
v2.6.2
What's Changed
- Type filterRuns correctly by @mitchell-merry in #60
- Add readme npm version badge by @mitchell-merry in #61
- Remove Callback. by @mitchell-merry in #62
Full Changelog: v2.6.1...v2.6.2
v2.6.1
Remove playerIsUser
and playerIsGuest
extra overloads since they were useless.
v2.6.0
What's Changed
- Smarter embed integration! by @mitchell-merry in #54
- Add rest of missing endpoints by @mitchell-merry in #55
Full Changelog: v2.5.3...v2.6.0