- Lots of new documentation
- Bug fixes and improvements
Breaking changes:
- `FlarumUser.all_discussions()`, `.all_posts()`, etc. got renamed to `.get_discussions()`, `.get_posts()`...
- `FlarumUser.username` got renamed to `FlarumUser.username_or_email`, so logging with E-mail is now possible. Please, use `FlarumUser(username_or_email=...)` instead of `FlarumUser(username=...)`
- Type hints for extensions broke - this will be addressed in next updates, I still need to figure it out
1.1 will most likely be a stable release.