Skip to content

Releases: thevajko/vaiicko

v2.2.2

06 Dec 14:17
9c13903
Compare
Choose a tag to compare

Added

  • Bootstrap icons added.
  • Added optional parameters limit and offset to getAll() 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

25 Oct 13:00
Compare
Choose a tag to compare
  • Fix error display

v2.2

25 Oct 10:42
Compare
Choose a tag to compare
  • 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

13 Oct 08:20
2fa3fac
Compare
Choose a tag to compare
  • Correction in JSON error stack output
  • Small bug-fixes

v2.1

12 Oct 07:42
310ff15
Compare
Choose a tag to compare
  • Added error handling
  • Minor bug-fixes and refactoring

v2.0

12 Oct 07:02
Compare
Choose a tag to compare
  • 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

03 Nov 11:49
Compare
Choose a tag to compare

MVC Framework 1.0 for learning purposes