The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.3.2 - 2024-03-21
- use string preprocessor instead of defining and using sql functions
- database
start
function, as no functions need to be defined anymore
0.3.1 - 2024-01-22
- role assingment base structure for specifiying which role can assign which ones
- old unused database tables
- package deprecation warnings
0.3.0 - 2023-09-21
- helper functions on backend for integrated guardian usage
- performance update, reduce amount of needed role permissions
- relations
0.2.0 - 2023-07-05
- helper functions on backend for integrated guardian usage
- extract roles into separate table
- rework relations
- combine "find checker" functions
- optimised validate function
0.1.1 - 2023-03-28
- test cases for reported bug
- checking for entity and uuid, bug allowed in certain cases to get access when action on entity matched
0.1.0 - 2023-03-13
💥 The start of using the changelog. Preparations for our version 0.1.0.
- deployment for new releases and documentation
- typified the guardian library
- restructure the api