Skip to content

0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@svandragt svandragt released this 06 Jun 10:30
· 36 commits to main since this release
f954507
  • Reorganisation into site/ to help with easier deployments. This is a breaking change!
  • Reduce tooling friction:
  • PHP 7.4 is now required, with simplexml is a new php requirement

Developer changes:

  • Controller now set the ModelClass instead of inferring them, and the content path where the content is found.
  • Routing now defines the controller class assigned to each route.
  • direnv support, automatically switch to PHP 7.4 and Composer 2
  • Dependabot integration
  • pre-commit hooks using npm/husky to prevent committing code with issues
  • dropped psalm.
  • bunch of stuff I didn't properly catalog, sorry.