Releases: thevajko/vaiicko
Releases · thevajko/vaiicko
v2.2.2
Added
- Bootstrap icons added.
- Added optional parameters
limit
andoffset
togetAll()
Model
method.
Fixed
- Fix exception format in JSON response format.
- Fix absolute url in LinkGenerator.
- Fixed debugging of multiline sql queries.
- Link generator generates normalizes urls.
- Fix column cache.
v2.2.1
v2.2
- Added JSON parser to Request, using raw PHP input
- Exceptions are thrown in JSON only if client request response in JSON
- Allow to have an non-auto increment on primary keys.
- Update only entity fetched from DB
- Changes in configuration file
- New LinkGenerator class for URL manipulation
- New response type - EmptyResponse (for sending only HTTP status code without body)
- Minor bug fixes
v2.1.1
v2.1
v2.0
- Authentication added
- New class RedirectResponse
- Automatic detection of table name according to model name
- Method Model:getOne() return null now, if the model was not found
- FW Homepage redesigned
- New AdminController acessible only atfer login
- New file attribute in the class Request
- Sub-layouts can now define which root layout to use
- Added Boostrap 5.2
- Changed web image for Docker
- Controller action must return Response
- Other minor bug-fixes
Version 1.0
MVC Framework 1.0 for learning purposes