Skip to content

v1.0.5

Latest
Compare
Choose a tag to compare
@TTTaevas TTTaevas released this 10 Aug 15:31

New release! osu-api-v2-js keeps up with the changes that are made to the api!

Beatmapset

  • A Beatmapset's current_nomiantions's rulesets can now be null, watch out for that!
  • Various fixes have been applied to Beatmapset.Events, namely in regards to them having a beatmapset property or not
  • track_id has been added to Beatmapset, useful for maps with songs from Featured Artists!

User

  • User.Extended now has profile_hue and daily_challenge_user_stats!
  • On the other hand, cover_url has been deprecated in favour of cover
  • getUsers() now allows you to set a boolean (include_variant_statistics), which sets a variants property to the Users that becomes helpful when getting data related to mania for example!

Multiplayer

  • When you get a Match with getMatch(), you may now filter or limit the events featured in the response
  • You can now specifically seek out modern Beatmap Spotlights Rooms thanks to a new parameter in getRooms()

This release also changed getUser() to use @ instead of key, as recommended in the Breaking Changes section of the API's documentation, so you won't have to worry about that!
Full Changelog: v1.0.4...v1.0.5