Changes for version v0.4.0 - 2024-11-20

  • Changes
    • Added a view for generating JSON responses.
    • Added a view for generating plain text responses.
    • Views can now modify Plack::Responses to configure them as needed.
    • Introduced a dedicated setup subroutine, enabling delayed initialization rather than compile-time setup.
    • The main package now includes a default starting point, reducing the amount of required setup code.
  • Fixes
    • HTML view is now a descendant of the base view class.
    • Corrected typos in the 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