changes.txt 839 B

12345678910111213141516171819202122
  1. Changes for 3.1:
  2. - ** View engine, Blade extracted to bundle.
  3. - Logging events.
  4. - ** db.fetch option for changing PDO fetch style.
  5. - controller factories for injecting any IoC.
  6. - link_to_action HTML helpers...
  7. - default value on config::get
  8. - Registering of view paths and extensions
  9. - Pattern based filters.
  10. - Better session ID assignment
  11. - Added cviebrock's unsigned support.
  12. - Added config, view, and lang loaders.
  13. - Moved more stuff into application/start
  14. - Removed error.display config options.
  15. - Added foreign key support to schema builder.
  16. - Postgres "unique" indexes are now added with ADD CONSTRAINT
  17. - Added "Event::until" method.
  18. - Added "memory" cache and session drivers.
  19. - Added controller::detect method.
  20. - Added Cache::forever method.
  21. - Controller layouts now resolved in Laravel\Controller __construct.