Changes for version v0.7.0 - 2025-09-24
- Changes
- Add helper method `json_body` to Minima::Controller to decode JSON request bodies.
- Make cpanfile optional in `minima new`. New projects no longer include a cpanfile by default; pass `--cpanfile` to generate one.
- Fixes
- Remove obsolete content-type setting from controller template; views now handle response preparation.
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