|
| 1 | +### 4.0.1 <small>(2026-01-05)</small> |
| 2 | + |
| 3 | +#### Bugfixes |
| 4 | + |
| 5 | +* Fixed bug when generating cached routes with a relative path to the spec file. |
| 6 | + |
| 7 | +-------------------------------------------------------- |
| 8 | + |
1 | 9 | ### 4.0.0 <small>(2026-01-05)</small> |
2 | 10 |
|
3 | 11 | #### New |
|
46 | 54 |
|
47 | 55 | ### 2.2.1 <small>(2024-10-29)</small> |
48 | 56 |
|
49 | | -#### Fixed |
| 57 | +#### Bugfixes |
50 | 58 |
|
51 | 59 | * Ensure that the Swagger UI docs work if "clean URLs" are disabled. |
52 | 60 |
|
|
73 | 81 |
|
74 | 82 | * Now possible to specify the OpenApi version when generating the spec (3.0.0 or 3.1.0). |
75 | 83 |
|
76 | | -#### Fixed |
| 84 | +#### Bugfixes |
77 | 85 |
|
78 | 86 | * The spec generator now supports the new Mako 10 directory structure as well as the legacy structure. |
79 | 87 |
|
|
89 | 97 |
|
90 | 98 | ### 1.2.4 <small>(2023-04-18)</small> |
91 | 99 |
|
92 | | -#### Fixed |
| 100 | +#### Bugfixes |
93 | 101 |
|
94 | 102 | * A format is no longer required for integers. |
95 | 103 |
|
96 | 104 | -------------------------------------------------------- |
97 | 105 |
|
98 | 106 | ### 1.2.3 <small>(2023-02-15)</small> |
99 | 107 |
|
100 | | -#### Fixed |
| 108 | +#### Bugfixes |
101 | 109 |
|
102 | 110 | * It is now possible to specify the output path of the generated route file. |
103 | 111 |
|
104 | 112 | -------------------------------------------------------- |
105 | 113 |
|
106 | 114 | ### 1.2.2 <small>(2023-01-31)</small> |
107 | 115 |
|
108 | | -#### Fixed |
| 116 | +#### Bugfixes |
109 | 117 |
|
110 | 118 | * Parameters are now supported on both the path level and the operation level. |
111 | 119 |
|
112 | 120 | -------------------------------------------------------- |
113 | 121 |
|
114 | 122 | ### 1.2.1 <small>(2023-01-27)</small> |
115 | 123 |
|
116 | | -#### Fixed |
| 124 | +#### Bugfixes |
117 | 125 |
|
118 | 126 | * The `OpenApiTrait::getRouteName()` method now supports invokable classes. |
119 | 127 |
|
|
130 | 138 |
|
131 | 139 | ### 1.1.1 <small>(2023-01-26)</small> |
132 | 140 |
|
133 | | -#### Fixed |
| 141 | +#### Bugfixes |
134 | 142 |
|
135 | 143 | * Only base route parameter patterns on path parameters. |
136 | 144 |
|
|
144 | 152 | - `OpenApiTrait::getRouteName()` |
145 | 153 | * Added experimental support for route parameter patterns based on parameter formats. |
146 | 154 |
|
147 | | -#### Fixed |
| 155 | +#### Bugfixes |
148 | 156 |
|
149 | 157 | * Path parameters are parsed on path level instead of on request method level. |
150 | 158 |
|
|
0 commit comments