- 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.