Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 1.73 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

You can see the docs for every version at here.

5.0.0 - 2020-06-27

Added

  • ServiceBase: added the ServiceBase.getAll() method, which returns all the loaded services.

Changed

  • [BREAKING] DiscordExtremeList: the API has been updated to v2, adding shard posting and removing the .getWidgetURL() method.

Removed

  • [BREAKING] BotsOfDiscord: the bot list has been closed, the whole class has been removed.

Fixed

  • Arcane: updated endpoints with the new URL.

4.1.0 - 2020-06-18

Added

  • Add new service: BotsDataBase

4.0.0 - 2020-06-07

Added

  • Add better error handling for when requests to services get rejected.

Changed

  • [BREAKING] ListMyBots: Update class methods, check the docs to see the new class.
  • [BREAKING] GlennBotList: .getProfile() is now called .getUser() (we're skipping deprecation since we're publishing a major version anyway).

Removed

  • [BREAKING] DiscordBotList: removed the .getWidgetURL() method since the list has switched to JavaScript widgets.

Fixed

  • Update endpoints for ListMyBots, GlennBotList and DiscordBotList.