Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 1.09 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

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.