Skip to content

Releases: TTTaevas/osu-api-v2-js

v0.4.1

22 Nov 17:30
Compare
Choose a tag to compare

Adds some functions:

  • searchUser()
  • getUserMostPlayed()
  • getUserBeatmaps()
  • getWikiPage()
  • getBeatmapDifficultyAttributes() (was private before, in favour of ruleset-specific functions)

This version also fixes a bug affecting several functions where the specified ruleset would be ignored in favour of a default one if the specified ruleset is the osu! ruleset
That bug affected:

  • getUser()
  • getUserScores()
  • getBeatmapScores()
  • getBeatmapUserScore()
  • getBeatmapUserScores()

v0.4.0

21 Nov 00:26
Compare
Choose a tag to compare

No more bad surprises!
Prior to this version, when you used a function of the api, you'd get an object with many optional properties, some of these properties would exist depending of the function you used to get that object, while some would not exist
With this version, the objects you get will always 100% fit their interfaces, and optional properties are essentially no more!

For that, the tests used in development have become more intense to check every interface and function the package has to offer
I hope you will enjoy this version!

Full Changelog: v0.3.2...v0.4.0

v0.3.2

11 Nov 23:08
Compare
Choose a tag to compare

Increased stability

v0.3.1

09 Nov 17:57
Compare
Choose a tag to compare

v0.3.1 fixes functions that were broken in v0.3.0
A good amount of comments have been added to make your life easier