Skip to content

Release v2.0.15

Choose a tag to compare

@github-actions github-actions released this 20 Jul 08:50
· 66 commits to main since this release

Release 2.0.15

  • REQ-GIT-001: hooks, scripts, CI git-hygiene, GITHUB_CI.md
  • Compiler-pass and CSS utility test coverage
  • No integrator API changes

Note: existing history still contains Cursor trailers on older commits;
run make strip-cursor-coauthor-from-history and force-push when ready.

Changelog

Added

  • REQ-GIT-001 — No Cursor Co-authored-by trailers: .githooks/commit-msg, .scripts/check-no-cursor-coauthor.sh / strip-cursor-coauthor-from-history.sh, Cursor rule, CI job Git history (no Cursor co-author), Make targets setup-hooks / check-no-cursor-coauthor / strip-cursor-coauthor-from-history, and docs/GITHUB_CI.md.
  • PHPUnit stubsDummyFormTypeWithTwoParams / DummyFormTypeWithWrongParamType cover compiler-pass skips for invalid setFormOptionsMerger signatures.
  • CSS utility tests — Empty class-token cases for Bootstrap and Foundation orderClasses().

Changed

  • CONTRIBUTING / RELEASE / README — Document git hooks and link to GitHub CI requirements.
  • .gitignore — Ignore .cursor/sandbox.json.

Full Changelog: v2.0.14...v2.0.15