Releases: zibings/zsf
Releases · zibings/zsf
v1.3.0
v1.1.2, More Cleanup
Cleaned up some leftover Vite references and updated the README to reflect the simpler startup instructions thanks to the recent stoic/web
upgrade.
v1.1.1, Quick Schema Fix
Just a quick release to fix a couple issues with the OpenAPI schema and remove some sold Vite helpers that snuck their way into 1.1.
v1.1, PHP 8 & Other Updates
This release includes the following changes:
- Removed all front-end assets (moving to separate Vue3 project)
- Added API v1.1 w/ OpenAPI 3 spec
- Made endpoints more consistent with parameters/returns
- Broke
Account
controller up into more reasonable parts (Profile, Roles, etc) - Added leading-slash detection to all API paths
- Added cookie authorizer & renamed current authorizer to be 'Bearer' authorizer
- Guarding
core.php
DB calls w/o active database - Added new build scripts for upcoming admin integration
- Made all constants easier to discover in
core.php
- Worked on formatting and code-doc consistency
v0.1, Initial Release
Adding relation API endpoints