Skip to content

v0.6.0

Choose a tag to compare

@rougin rougin released this 13 Apr 05:32
· 177 commits to master since this release

NOTE: This release may break your application if upgrading from v0.5.0 release.

Added

  • BaseController::request method
  • Cors::allowed and Cors::methods methods
  • EmptyStringToNull middleware
  • FormMethodSpoofing::key method
  • JsonController (deprecates RestfulController)
  • Session library (with FileSessionHandler)
  • TrimStrings middleware

Changed

  • Cors middleware to CrossOriginHeaders
  • FormMethodSpoofing to SpoofFormMethod
  • Json middleware to JsonHeaders
  • Moved Commands, Http, and Templates directory to root directory
  • Moved contents of Integrations\Illuminate directory to Illuminate

Deprecated

  • Http\Controllers directory
  • Http\Middleware directory

Removed

  • illuminate/database package as required