Changes for version v0.6.0 - 2025-09-13
- Changes
- Add YAML configuration file support alongside the existing .pl format, with automatic detection.
- Add controller lifecycle hooks, allowing short-circuit execution and other customizations.
- Add method for trimming parameters in Controller.
- Refactor Minima::View::HTML internals with improved template sequencing, clearer structural separation, and new convenience methods.
- Separate combined --listen option for greater flexibility and control in minima(1).
- Fixes
- Fix template extension bug that caused templates to fail to render.
- Fix incomplete mention of extensions in documentation.
- Documentation
- Improve documentation on accessing URI parameters.
- Remove superfluous documentation.
Documentation
Manage web applications using Minima.
Modules
Efficient web framework built with modern core classes
Application class for Minima
Base class for controllers used with Minima
Backend for minima, the project manager
Define and match URIs to controllers and methods
Setup a Minima web application
Base class for views used with Minima
Render HTML views
Render JSON views
Render plain text views