-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
59 lines (45 loc) · 1.75 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
v0.4.1 2024-11-21
[Fixes]
- Missing required module in cpanfile.
- Bad documentation links.
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.
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.
v0.2.0 2024-10-18
[Changes]
- New default template file extension.
- Add configuration option to change the template file
extension.
[Fixes]
- Broken documentation links.
v0.1.1 2024-10-05
[Changes]
- Improve test coverage.
- Add Hash::MultiValue as a direct requirement.
[Fixes]
- Update customization manual, which mentioned a parameter that
does not exist anymore.
- Add missing key in documentation of configuration defaults for
Minima::View::HTML.
v0.1.0 2024-09-30
First experimental version.