- Feature: Added default parameter to File::get method.
- Feature: Allow for message container to be passed to Redirect's "with_errors" method.
- Fix: Lowercase HTTP verbs may be passed to Form::open method.
- Fix: Filter parameters are now merged correctly.
- Replace laravel directory.
- Feature: The application URL is now auto-detected.
- Feature: Added new URL::to_action and URL::to_secure_action methods.
- Fix: Fixed a bug in the Autoloader's PSR-0 library detection.
- Fix: View composers should be cached on the first retrieval.
- Replace laravel directory.
- Fixed bug in validator class that prevented required file uploads from being validated correctly.
- Added API example to File::upload method.
- Replace laravel directory.
- Fixed bug in routing filter class.
- Replace laravel directory.
- Added support for controllers.
- Added Redis support, along with cache and session drivers.
- Added cookie session driver.
- Added support for database expressions.
- Added Blade templating engine.
- Added view "sections".
- Added support for filter parameters.
- Added dependency injection and IoC support.
- Made authentication system more flexible.
- Added better PSR-0 library support.
- Added fingerprint hashing to cookies.
- Improved view error handling.
- Made input flashing more developer friendly.
- Added better Redirect shortcut methods.
- Added standalone Memcached class.
- Simplified exception handling.
- Added ability to ignore certain error levels.
- Directories re-structured.
- Improved overall code quality and architecture.
- Fixed bug in Eloquent relationship loading.
- Replace system directory.
- Fixed bug in form class that prevent name attributes from being set properly.
- Replace system directory.
- Fixed bug that prevented view composers from being called for module named views.
- Replace system directory.
- Fix bug that caused exceptions to not be shown when attempting to render a view that doesn't exist.
- Replace system directory.
- Fix bug in session class cookie option extraction.
- Replace system directory.
- Fix bug in Eloquent belongs_to relationship eager loading.
- Replace system directory.
- Various bug fixes.
- Allow columns to be specified on Eloquent queries.
- Replace system directory.
- Moved system/db/manager.php to system/db.php. Updated alias appropriately.
- Unspecified optional parameters will be removed from URLs generated using route names.
- Fixed bug in Config::set that prevented it from digging deep into arrays.
- Replace Crypt class with Crypter class. Ditched static methods for better architecture.
- Re-wrote exception handling classes for better architecture and design.
- Replace the system directory.
- Replace the application/config/aliases.php file.
- Take note of encryption class changes.