You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DiscordCoreAPI Release v2.0.6
* Updated the song platforms to support requesting playlists.
* Added a DCA_INLINE macro.
* Modified the usage of certain Jsonifier classes to hold up to the updates.
DiscordCoreAPI Release v2.0.5
* Updated the moveThroughMessagePages function to fix an issue with iterating over pages.
* Updated a few of the functions to accommodate for the changes made to the depended-upon library Jsonifier.
DiscordCoreAPI Release v2.0.4
* Modified the calls to createArray() to become createValue().
* Fixed an issue with a SongAPI not requesting the proper data.
* Updated a bunch of function calls to reflect changes made to the depended library Jsonifier.
DiscordCoreAPI Release v2.0.3
* Modified the thread pool.
* Exchanged some superfluous strings for vectors.
* Renamed a class.
* Updating the docs for the website.
* Updated to accommodate for changes made to the Jsonifier depended-upon library.
DiscordCoreAPI Release v2.0.2
* Modified the connection behavior of the VoiceConnection class.
* Added support for the Discord "custom bot status"es.
* Modified the getCached(x) functions to retrieve from the HTTPS endpoints when the object is absent from the cache.
* Replaced all of std::string with jsonifier::string, std::string_view with jsonifier::string_view.
* Added a ToEntity interface for collecting data-structures from their Snowflake ids.
* Modified the CMakeLists.txt files.
* Also modified calls to stoull et al.
* Removed a bunch of superfluous concepts.
* Refactored the KeyHasher and KeyAccessor classes.
* Modified the VoiceConnection class to better avoid unnecessary calls to getUserAsync.
* Switched from using strings to using string_views in the Https client classes.
* Fixed an issue with a moved-from object.
* Updated the caching behaviors of the EventManager class.
DiscordCoreAPI Release v2.0
-Removed DetectArchitecture.cmake to allow for Jsonifier's version to run.
-Modified the UnorderedSet and UnorderedMap classes to improve performance and stability.