Skip to content

Releases: zibings/zsf

v1.3.0

08 Jul 13:41
bb6b252
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.3.0

v1.1.2, More Cleanup

15 Oct 05:01
Compare
Choose a tag to compare

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

30 Sep 07:07
Compare
Choose a tag to compare

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

30 Sep 04:42
Compare
Choose a tag to compare

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

02 Apr 02:27
Compare
Choose a tag to compare
Adding relation API endpoints