v1.1.2 - 2023-09-25
- Adds BelongTo and HasMany as the function return types by @stewartmuhanuzi in laravel#109
v1.1.1 - 2023-09-08
- Fixes index views on nested model route bindings by @nunomaduro in laravel#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 laravel#76
v1.0.0-beta.3 - 2023-08-07
v1.0.0-beta.2 - 2023-07-31
ViewMatched
event (#34)
First pre-release.