All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2024-12-02
- Initial release
ApiPermissionclass for DRF permission handlingPermControlMixinfor building custom permission classes- Built-in caching support using Django's cache framework
- Configurable permission mapping for HTTP methods
- Admin user type bypass functionality
- Object-level permission support
- Comprehensive test suite
- Documentation and examples