v1.1.9 - 2024-11-12
- Replace dead link in Security Policy by @Jubeki in #140
- Update logo to support dark/light theme by @milewski in #141
- [1.x] Supports PHP 8.4 by @crynobone in #143
v1.1.8 - 2024-05-07
- [1.x] Namespace make command by @timacdonald in #134
v1.1.7 - 2024-03-19
- [1.x] Make commands lazy by @timacdonald in #135
v1.1.6 - 2024-02-12
- [1.x] Fixes routing when slug starts with
index
by @nunomaduro in #133
v1.1.5 - 2023-12-12
- [1.x] Finish L11 support by @nunomaduro in #126
- [1.x] Adds missing URI on
folio:list
command by @nunomaduro in #127
v1.1.4 - 2023-10-18
v1.1.3 - 2023-10-09
- Allows access to Pipeline via service container by @inmanturbo in #113
- Fixes Wildcard Directories Modifying State for Literal Views in the Base Folder by @nunomaduro in #115
v1.1.2 - 2023-09-25
- Adds BelongTo and HasMany as the function return types by @stewartmuhanuzi in #109
v1.1.1 - 2023-09-08
- Fixes index views on nested model route bindings by @nunomaduro in #108
v1.1.0 - 2023-08-30
- [1.x] Adds
render
function (#100)
v1.0.0 - 2023-08-23
- Stable release of Folio. For more information, please consult the Folio documentation.
v1.0.0-beta.7 - 2023-08-23
- Adds
request()->routeIs(...)
support (#93)
v1.0.0-beta.6 - 2023-08-16
- Adds route names to
folio:list
command (#86) - Fixes
route()
base uri, domain, and query parameters (#88)
v1.0.0-beta.5 - 2023-08-15
- Adds
name
function (#79) - Improves testbench development workflow (#74)
- Improves
folio:install
command (#78) - Fixes potencial collision with facade names (#84)
v1.0.0-beta.4 - 2023-08-08
- Fixes
route:cache
command by @nunomaduro in #76
v1.0.0-beta.3 - 2023-08-07
v1.0.0-beta.2 - 2023-07-31
ViewMatched
event (#34)
First pre-release.