Skip to content

Releases: jakobjohansson/kiwi

v0.0.6

28 Sep 20:04

Choose a tag to compare

  • No more caching of views if in development mode.
  • Fixed a bug where two expressions on the same line compiled incorrectly.
  • Added substantial documentation.
  • Printing whole objects now works.

v0.0.5

21 Sep 16:42

Choose a tag to compare

Added

  • Added a templating system similar to that of Laravel blade.
  • Added automatic cache of views (saving requests).

v0.0.4

15 Sep 10:34

Choose a tag to compare

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

12 Sep 21:27

Choose a tag to compare

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

08 Sep 11:12

Choose a tag to compare

Added

  • Added an .env file for application settings.
  • Added a fully functional admin interface.
  • More work on builder.

v0.0.1

05 Sep 21:53

Choose a tag to compare

Pre refactor (still includes installation modules).