Releases: jakobjohansson/kiwi
Releases · jakobjohansson/kiwi
v0.0.6
v0.0.5
Added
- Added a templating system similar to that of Laravel blade.
- Added automatic cache of views (saving requests).
v0.0.4
Added
- Added automatic injection on wildcards when there's a not built in type parameter.
Changed
- Changed builder to a more elegant syntax.
v0.0.3
Added
- Added a new layout.
- Added automatic validation messages.
- Added new starter text.
- Added middleware for admin controller as well as the option to make custom middlewares.
Modified
- Better dd method.
- Updated docs.
v0.0.2
Added
- Added an .env file for application settings.
- Added a fully functional admin interface.
- More work on builder.
v0.0.1
Pre refactor (still includes installation modules).