Skip to content

v9.0.0

Compare
Choose a tag to compare
@EndBug EndBug released this 08 Apr 11:27
· 506 commits to master since this release
2e9ac5d

Global breaking changes:

  • serviceClasses: the serviceClasses property will no longer be exported as a member of the module. You can still get a record with every list using Service.getAll(). (#203)
  • We're dropping support for internal class names: that means that from now on, we could change the service class names without marking it as a breaking change. In order to avoid issues with your code, please use the Service.get() method to get service classes, instead of importing them directly. This version already contains some changes to class names, so make sure that you're importing them in the supported way. (#203)
  • Removed services: Arcane, BotsDataBase, DiscordAppsDev, DiscordBotsDirectory, ListMyBots, ParadiseBots (#204).
    These lists have been removed because they've been shut down.

More list-specific breaking changes are listed below

Fixed:

  • BREAKING InfinityBots: update list name, aliases and URL (#199)
  • The package file now has a proper typings field
  • Clients: the fillers now calculate the user count using each guild's member count, instead of relying on the user cache size (ref #182)
  • Clients: improved consistency in getters' return types
  • DiscordJS: fixed the way that the filler gets the shard ID for discord.js@v12 (#184)
  • BotListSpace: update list name and URL (#202)

Added:

  • New service: FatesList (#186)