Files
spa-api/changes.txt

23 lines
881 B
Plaintext
Raw Normal View History

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...
- default value on config::get
- Registering of view paths and extensions
- Pattern based filters.
- Better session ID assignment
- Added cviebrock's unsigned support.
- Added config, view, and lang loaders.
- Moved more stuff into application/start
- Removed error.display config options.
- Added foreign key support to schema builder.
- Postgres "unique" indexes are now added with ADD CONSTRAINT
- Added "Event::until" method.
- Added "memory" cache and session drivers.
- Added controller::detect method.
- Added Cache::forever method.
- Controller layouts now resolved in Laravel\Controller __construct.
- Rewrote Eloquent and included in core.