All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Use one namespace App\ for application controllers, models, middlewares and commands
- Full Documentation
0.4.0 - 2010-02-18
- Blade templating support
0.3.0 - 2018-09-14
- LiteFrame now uses liteframe/liteframe-core
- LiteFrame\Http\Request now inherits Symfony\Component\HttpFoundation\Request
- composer files
- Issues with session
- core folder now exists as a separate package
0.2.0 - 2018-08-17
- RedBeanPHP support for database
- Route Grouping
- setProperty* and getProperty* functionality to models
- Issue with converting Collection to json in response
- Error logging issues
- Request->file issues
- Irrelevant packages from composer
0.1.3 - 2018-06-21
- make:env command for generating env file
- SimpleCURL for making cURL requests easily
- components/logs folder moved to storage/logs
- components/data moved to storage/public
- components/lib renamed to libraries
- Slow development server fixed
0.1.2 - 2018-06-09
- Commands
- Local Development Server Support
0.1.1 - 2018-01-30
- Unused styles and images
- Optimized homepage images
- Initial release