Skip to content

Releases: RetroAchievements/api-js

2.1.0

24 May 20:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

24 May 19:42
Compare
Choose a tag to compare

Breaking Changes

What's Changed

  • fix: don't cast released to number in getGameInfoAndUserProgress() by @mccxiv in #93
  • chore: switch package manager from yarn to pnpm by @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

Full Changelog: 1.5.3...2.0.0

1.5.3

23 Mar 18:39
Compare
Choose a tag to compare

What's New

1.5.2

07 Mar 21:53
d0c04c1
Compare
Choose a tag to compare

What's New

1.5.1

27 Feb 21:48
d9095bf
Compare
Choose a tag to compare

What's Changed

  • Add type prop to DatedUserAchievement model by @minhaferzz in #81
  • Add badgeName and badgeUrl props to AchievementOfTheWeek model by @minhaferzz in #82

1.5.0

25 Feb 22:34
04ffe2b
Compare
Choose a tag to compare

What's Changed

1.4.0

14 Jan 17:50
Compare
Choose a tag to compare

What's Changed

  • released values now correctly return strings.
  • getGameExtended() now supports fetching unofficial achievements.
  • Added getUserCompletionProgress().
  • Added getUserProfile().

1.3.0

08 Dec 21:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.3.0

1.2.1

18 Jun 12:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

23 May 23:47
Compare
Choose a tag to compare
  • add getUserAwards function
  • add getUserRecentAchievements function