Giter Club home page Giter Club logo

framework's Introduction

Laravel 4 Beta Change Log

Beta 2

  • Migrated to ircmaxell's password-compat library for PHP 5.5 forward compatibility on hashes. No backward compatibility breaks.
  • Inflector migrated to L4. Eloquent models now assume their table names if one is not specified. New helpers str_plural and str_singular.
  • Improved Route::controller so that URL::action may be used with RESTful controllers.
  • Added model binding to routing engine via Route::model and Route::bind.
  • Added missingMethod to base Controller, can be used to handle catch-all routes into the controller.
  • Fixed bug with Redis data retrieval that caused server to hang.
  • Implemented ArrayableInterface and JsonableInterface on MessageBag.
  • Fixed bug where hasFile returned true when file returned null.
  • Changed default PDO case constant to CASE_NATURAL.
  • DB::table('foo')->truncate() now available on all supported databases.
  • Fixed Twitter Bootstrap compatibility in Paginator.
  • Allow multiple views to be passed to View::composer.
  • Added Request::segment method.
  • No need to prefix Translator methods with colons anymore.
  • Allow inline error messages for an entire rule on the Validator.
  • Can now automatically auto-load a relation for every query by setting the with attribute on models.
  • Fix fallback locale handling in Translator.
  • Added constructor arguments and merge method to MessageBag.
  • IoC container will now resolve default parameters if no binding is available.
  • Fix auto environment detection on Artisan.
  • Fix BrowserKit request processing.
  • Added Config::hasGroup method.
  • Added DB::unprepared method for running raw, unprepared queries against PDO.
  • Allow :key place-holder in MessageBag messages.
  • Added Auth::validate method for validating credentials without logging in.
  • Added Auth::stateless method for logging in for a single request without sessions or cookies.
  • Added DB::extend method for adding custom connection resolvers.
  • Added each and filter methods to Eloquent collections.
  • Swapped method order on Route::controller to make it more consistent with other similar methods.
  • Added route names to resource routes.
  • Added support for nested resources.
  • Changed resource route parameter names to match resource name, allowing for use with Route::model.

framework's People

Contributors

alexwhitman avatar bencorlett avatar billmn avatar daylerees avatar dhrrgn avatar dpr00f avatar flaviozantut avatar hellpat avatar helmut avatar jasonlewis avatar jesseobrien avatar joostk avatar kirkbushell avatar magdkudama avatar msvrtan avatar navruzm avatar raftalks avatar taylorotwell avatar zimt28 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.