2012-02-24 17:20:42 -06:00
|
|
|
Changes for 3.1:
|
|
|
|
|
|
2012-02-24 17:22:13 -06:00
|
|
|
- ** View engine, Blade extracted to bundle.
|
2012-02-24 17:20:42 -06:00
|
|
|
- Logging events.
|
2012-02-24 17:22:13 -06:00
|
|
|
- ** db.fetch option for changing PDO fetch style.
|
2012-02-24 17:21:18 -06:00
|
|
|
- controller factories for injecting any IoC.
|
2012-02-24 17:21:41 -06:00
|
|
|
- link_to_action HTML helpers...
|
2012-02-27 15:45:54 -06:00
|
|
|
- default value on config::get
|
2012-02-28 09:41:26 -06:00
|
|
|
- Registering of view paths and extensions
|
2012-02-28 10:07:21 -06:00
|
|
|
- Pattern based filters.
|
2012-02-29 15:32:59 -06:00
|
|
|
- Better session ID assignment
|
2012-03-01 13:44:32 -06:00
|
|
|
- Added cviebrock's unsigned support.
|
|
|
|
|
- Added config, view, and lang loaders.
|
|
|
|
|
- Moved more stuff into application/start
|
2012-03-02 09:42:52 -06:00
|
|
|
- Removed error.display config options.
|
2012-03-02 09:55:17 -06:00
|
|
|
- Added foreign key support to schema builder.
|
2012-03-06 16:29:25 -06:00
|
|
|
- Postgres "unique" indexes are now added with ADD CONSTRAINT
|
2012-03-07 22:17:09 -06:00
|
|
|
- Added "Event::until" method.
|
2012-03-13 13:07:34 -05:00
|
|
|
- Added "memory" cache and session drivers.
|
2012-03-14 09:02:57 -05:00
|
|
|
- Added controller::detect method.
|
2012-03-15 12:57:12 -05:00
|
|
|
- Added Cache::forever method.
|
2012-03-16 08:38:08 -05:00
|
|
|
- Controller layouts now resolved in Laravel\Controller __construct.
|
|
|
|
|
- Rewrote Eloquent and included in core.
|