Some minor changes:
- (User) Role-hierarchy enabling lazy declaration making more sense (for a human, of course)
- New internal handling of bearer tokens allowing the implementation of:
- Bearer token scopes!
- MailManager: new reset_password functionality
- `Response` objects now accept file objects!
- serverly admin console! Manage users and endpoints easily!
- Implementation of the ASGI-server [uvicorn](http://uvicorn.org)!
- New `Resource`-class enabling you to specify endpoints or entire APIs in an OO way
- New `StaticResource`-class for serving (static) folders easily
The best of all: Almost everything is already documented on [GitHub](https://github.com/mithem/serverly/)!