v3.0.2 #43
TTTaevas
announced in
Announcements
v3.0.2
#43
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.
-
This is a minor release that aims at fixing certain types that could be broken under certain circumstances:
date
s ofBeatmap
s returned throughgetBeatmaps()
could unintentionally benumber
s (unix time) instead ofDate
s, it'll now always beDate
sapproved_date
of aBeatmap
wasn't marked as potentially null, despite it being possible when theBeatmap
's status is graveyard/wip/pending for example, this has been fixed in this releaseartist_unicode
of aBeatmap
could unintentionally benull
if itsartist
was an emptystring
, it'll now be an emptystring
insteadstring
s could have turned out asnumber
s, work has been done to prevent that from happeningAlso worth noting, although it shouldn't affect your experience with the package as a user:
WTFPL
to theUnlicense
(so to stress that this software is in the public domain)chai
to make them easier to read and modify, more accessible overallCONTRIBUTING.md
has been added for the people who would like to go beyond using osu-api-v1-jsNot only has the legacy API of osu! seen little to no changes since I've started working on this package, but as I don't use this package myself (osu-api-v2-js fits my needs better), it is difficult for me to spot any mistake, faulty design, or anything of the sort.
Therefore, if you are a frequent of this package, I'd like to inform/remind you to open issues/PRs/discussions if you encounter anything inconvenient! Those can be a huge help and would be greatly appreciated.
Thank you for using osu-api-v1-js!
Full Changelog: v3.0.1...v3.0.2
This discussion was created from the release v3.0.2.
Beta Was this translation helpful? Give feedback.
All reactions