Major updates
- Added support for eagerloading I18n -- which probably improves boot times for applications if implemented correctly - See #469 for more details.
- Added ability to disable I18n translation resolution by setting
I18n.locale = false
. See #471 for more information.
Bugfixes / other improvements
- Add support for uppercased date format directives - #468