Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Latest commit

 

History

History
87 lines (59 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

87 lines (59 loc) · 2.05 KB

LiteFrame Changelog

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

Added

  • Blade templating support

0.3.0 - 2018-09-14

Added

  • LiteFrame now uses liteframe/liteframe-core

Changed

  • LiteFrame\Http\Request now inherits Symfony\Component\HttpFoundation\Request
  • composer files

Fixed

  • Issues with session

Removed

  • core folder now exists as a separate package

0.2.0 - 2018-08-17

Added

  • RedBeanPHP support for database
  • Route Grouping
  • setProperty* and getProperty* functionality to models

Fixed

  • Issue with converting Collection to json in response
  • Error logging issues
  • Request->file issues

Removed

  • Irrelevant packages from composer

0.1.3 - 2018-06-21

Added

  • make:env command for generating env file
  • SimpleCURL for making cURL requests easily

Changed

  • components/logs folder moved to storage/logs
  • components/data moved to storage/public
  • components/lib renamed to libraries

Fixed

  • Slow development server fixed

0.1.2 - 2018-06-09

Added

  • Commands
  • Local Development Server Support

0.1.1 - 2018-01-30

Removed

  • Unused styles and images

Fixed

  • Optimized homepage images

[0.1.0] - 2018-01-29

  • Initial release