Skip to content

Releases: Lemon-Framework/Lemon

2.6.0 HTTP update

06 Sep 16:39
57a40d7
Compare
Choose a tag to compare

Add:

  • Route groups
  • Middlewares
  • Controllers
  • Route name
  • New utils

Changed:

  • Response

// It will get more documented soon

2.5.1 Bug fixes & Request body

31 Aug 11:01
0ef07d6
Compare
Choose a tag to compare

Fixed Env, LICENSE, version
Added Request->body
Renamed booter

2.5.0 Env

30 Aug 20:15
0c68277
Compare
Choose a tag to compare

Added Env class for interacting with .env. Refactored CSRF and Booter

2.4.4 Repl

18 Aug 14:37
1024ddc
Compare
Choose a tag to compare

Added Lemon Repl, new php shell for your Lemon adventure! Lemon Repl automaticaly requires your app folder, which makes it perfect tool for testing, and more!
Also finally fixed booter view folder.

2.4.3 Small view bug fixes

17 Aug 20:38
55358aa
Compare
Choose a tag to compare

Fixed ViewException and ViewCompiller, so if you are using booter, you can use views without problem.

2.4.2 Booter

14 Aug 20:18
71d1c81
Compare
Choose a tag to compare

2.4.2 comes with new class called Lemon\Kernel\Application which allows loading files and also running whole app. Booter is included with lemonade start project php lemonade build type:project

2.4.1 - Php 7 support & csrf input

05 Aug 13:41
ebde742
Compare
Choose a tag to compare

Now you can use Lemon with version 7>
Lemon was also tested in production on apache 🎉
Added back csrf input in templates

2.4.0 New Templating system

02 Aug 13:47
8171180
Compare
Choose a tag to compare

2.4.0 comes with new templating system.
There is new syntax for showing variables without protection ({! !})
Route callbacks must have return statement with either view or other content to return.

WIP:
csrf syntax

2.3.2-Fixed Lemonade

26 Jun 11:30
6cf26d3
Compare
Choose a tag to compare

Lemonade now works with psr-4!

Get lemonade with curl in README

2.3.1-New installation

25 Jun 15:59
8d7b725
Compare
Choose a tag to compare

Installation is now provided via composer require lemon_framework/lemon