- More code documentations - Controller response changes from `message` to `detail` with better type annotations
0.13.4
- Migrated to DRF APIException to support more DRF extension libraries - APIController mro fixed
0.13.2
- Added url_name support to all Controller operations to ensure all operations can be reversed successfully with django reverse function - Added get_object function to the Controller which ensures object permission - Forced create_response function of the Controller to create HttpResponse instead of returning a schema