Changes for version v0.3.0 - 2024-11-11
- Changes
- Minima::Router now supports matching HEAD requests to GET routes.
- Minima::App can automatically remove the response body for HEAD requests.
- Add support to a default data hash in Minima::View::HTML.
- Fixes
- Version option not working in bin/minima.
- Minima::Router's clear_routes would not remove special routes.
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