Releases: RetroAchievements/api-js
Releases · RetroAchievements/api-js
2.7.0
What's Changed
- fix(getUserRecentAchievements): update types by @wescopeland in #126
Full Changelog: 2.6.0...2.7.0
2.6.0
What's Changed
- feat: add getUserGameLeaderboards() by @joshraphael in #122
Full Changelog: 2.5.0...2.6.0
2.5.0
What's Changed
- chore: use default packageManager, without explicit version. by @falsepopsky in #118
- feat: add getLeaderboardEntries() by @joshraphael in #121
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- feat(comments): add comment retrieval functions by @bramdelta in #117
New Contributors
- @bramdelta made their first contribution in #117
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- feat: add new getUserWantToPlayList() function by @joshraphael in #116
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- docs(readme): update ticket endpoint urls by @devnoot in #100
- feat(getAchievementUnlocks): add new query params by @gboquizosanchez in #101
- feat: add new getGameHashes() function by @joshraphael in #114
New Contributors
- @devnoot made their first contribution in #100
- @gboquizosanchez made their first contribution in #101
- @joshraphael made their first contribution in #114
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- feat(getRecentGameAwards): add function by @wescopeland in #98
Full Changelog: 2.0.0...2.1.0
2.0.0
Breaking Changes
- refactor!: rename userName to username by @wescopeland in #97
What's Changed
- fix: don't cast
releasedto number ingetGameInfoAndUserProgress()by @mccxiv in #93 - chore: switch package manager from
yarntopnpmby @falsepopsky in #94 - feat(getConsoleIds): add new query params by @wescopeland in #95
- feat(getGameInfoAndUserProgress): add new query param for highest award metadata by @wescopeland in #96
New Contributors
- @mccxiv made their first contribution in #93
- @falsepopsky made their first contribution in #94
Full Changelog: 1.5.3...2.0.0
1.5.3
What's New
- add
typefield toGameExtendedAchievementEntityby @wescopeland in #90
1.5.2
What's New
- Added
iconUrltogetConsoleIds()by @wescopeland in #84