Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.33 KB

Release Notes for 0.x

  • Remove ABSPATH and RELPATH
  • Remove not-needed class and helpers
  • Remove use_sha
  • WithPaths Trait
  • Remove secure_redirect
  • Select::first: apply default value
  • Database\DB: Custom engine (mysql, ...)
  • Implement ServiceProvider
  • Use join_paths in autoloader
  • Fix phpdoc of Model::__call

v0.0.03 - 8/29/2024

  • Add Response Class
  • Implement Service Container
  • Cache facades by getFacadeAccessor
  • Upload Bug Fix
  • Fix Version in init.php
  • Add version constant to Application Class
  • Simplify Application::invalidSessionRedirect
  • Add Abstract Class Controller
  • Trait: CallMethod
  • Helpers: loadenv, env
  • e helper: Add double-encode parameter, pass encoding & flags to htmlspecialchars
  • Fix Unwanted Changes in Select
  • Remove Select::last

v0.0.02 - 8/26/2024

  • Add asset (with customizable directory) and join_paths Helpers
  • Automatically create new application if not created in app helper
  • Add any method to router
  • Remove __autoload.txt