0.6
Pre-release
Pre-release
- Reorganisation into site/ to help with easier deployments. This is a breaking change!
- Reduce tooling friction:
- removed vagrant setup last known commit
- 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.