blob: 09287fc434a9a07dcd86b9d8a3fa755087e142d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Changelog
## 3.0.0 3rd March 2021
- Breaking: Move `apply_monkey_patches()` directly to `botcore.utils` namespace
## 2.1.0 24th February 2022
- Feature: Port the Site API wrapper from the bot repo.
## 2.0.0 22nd February 2022
- Breaking: Moved regex to `botcore.utils` namespace
- Feature: Migrate from discord.py 2.0a0 to disnake.
- Feature: Add common monkey patches.
- Feature: Port many common utilities from our bots
- caching
- channel
- extensions
- loggers
- members
- scheduling
- Support: Added intersphinx to docs.
## 1.2.0 9th January 2022
- Feature: Add code block detection regex.
## 1.1.0 2nd December 2021
- Support: Add autogenerated docs.
- Feature: Add a regex utility.
## 1.0.0 17th November 2021
- Support: Add the core package, poetry, and linting CI.
|