v1.1.2 #37
TTTaevas
announced in
Announcements
v1.1.2
#37
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The API has seen quite many changes recently, so here's a new update for osu-api-v2-js!
Beatmap.DifficultyAttributes
, which means that the type definitions related to that and provided by osu-api-v2-js prior to this version are not correct anymore! This version has updated the definitions to be accurate againUser
, two properties have been deprecated:global_rank_exp
andpp_exp
(use the non-exp properties instead)getForum()
,getForums()
, andgetForumTopics()
Chat.Channel
now has amessage_length_limit
propertyChat.Channel
returned bycreateChatPrivateChannel()
now has arecent_messages
property! (addedChat.Channel.WithRecentmessages
)On another note:
chai
package, as they used to be written in a not-so-intuitive wayIn other words, I have attempted to make it easier for anyone to contribute to this package, though note that opening up issues and discussions is also a great way to contribute! Any contribution would be more than welcome!
Thank you for using osu-api-v2-js!
Full Changelog: v1.1.1...v1.1.2
This discussion was created from the release v1.1.2.
Beta Was this translation helpful? Give feedback.
All reactions