Skip to content

v1.0.0

Compare
Choose a tag to compare
@TTTaevas TTTaevas released this 31 Mar 13:54
· 19 commits to master since this release

Finally, version 1.0.0! This version only changes a few things, when compared to v0.6.0, namely:

  • Each Beatmapset Events (from getBeatmapsetEvents()) now have their own interface, meaning much better type safety; You will know which properties the event has by looking at its type
  • The Rulesets enum has been renamed to Ruleset for the sake of consistency
  • The Genres and Languages enums under the Beatmapset namespace have also been renamed to Genre and Language respectively
  • The playstyle of User.Extended and the country_rank of User.Statistics.WithCountryrank may now be null
  • keepChatAlive() now properly returns UserSilence[]
  • getRoomLeaderboard() now also returns the score of the authorized user, as user_score

I sincerely hope you will find this package useful and easy to use <3
Please feel free to open an issue on the repository if you find any problem or if you have a suggestion!

Full Changelog: v0.6.0...v1.0.0