Skip to content

v1.34.1

Choose a tag to compare

@MichaelSowah MichaelSowah released this 05 Jun 18:56
· 24 commits to main since this release
89d0308

Changed

  • Bumped glueful/framework^1.50.2. The 1.50.2 patch adds the editor-clean @queryParam name:type="…" route-doc tag (parsed into the OpenAPI spec, avoiding the reserved-@param IDE/Intelephense false positives) and fixes a doc-gen bug that dropped path parameters from routes which also declared a query parameter. Framework-only — no env vars, no migrations, no API breaks.

Upgrade Notes

  • No action required. composer update glueful/framework picks up 1.50.2; the previous ^1.50.1 constraint already permitted it. The new route-doc tag is opt-in and the legacy @param form still works.