v0.5.0
This version moves most types in namespaces, making things more organized and easier to understand!
It also provides support for websocket stuff, allowing you to access new chat messages as soon as they arrive!
Added functions
generateWebSocket()
Changed functions
getRanking()
was renamed to getUserRanking()
getRooms()
now requires you to specify the type of rooms you want, and has optional arguments related to limits and sorting
getUsers()
now allows you to give it an array of User
s
getBeatmaps()
now allows you to give it an array of Beatmap
s
Notable type changes
User.Extended
(previously UserExtended
) no longer has active_tournament_banner
, use active_tournament_banners
instead
Beatmapset
's source
may no longer be 0
, it'd be an empty string if there is no source
The tags
of Beatmapset.Extended
(previously BeatmapsetExtended
) also can't be 0
anymore, same logic
Types relating to comments such as Comment
have been removed for now as this package currently doesn't support anything regarding comments
Full Changelog: v0.4.2...v0.5.0