Releases: Lemon-Framework/Lemon
2.6.0 HTTP update
Add:
- Route groups
- Middlewares
- Controllers
- Route name
- New utils
Changed:
- Response
// It will get more documented soon
2.5.1 Bug fixes & Request body
Fixed Env, LICENSE, version
Added Request->body
Renamed booter
2.5.0 Env
2.4.4 Repl
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
Fixed ViewException and ViewCompiller, so if you are using booter, you can use views without problem.
2.4.2 Booter
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
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
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
Lemonade now works with psr-4!
Get lemonade with curl in README
2.3.1-New installation
Installation is now provided via composer require lemon_framework/lemon