All Versions
18
Latest Version
Avg Release Cycle
49 days
Latest Release
969 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.8.5 Changes
August 04, 2020- ๐ Fixed an issue where users could not use their own custom fallback classes - #536
-
v1.8.4 Changes
July 20, 2020 -
v1.8.3 Changes
June 05, 2020๐ Compare view: v1.8.2...v1.8.3
๐ Features / Improvements
- ๐ Memory and speed improvements - #527+ #528
- โ Add option to disable fallbacks for I18n.exists? check - #482
- โ Add an
on_fallback
hook to allow users to be notified when a fallback happens - #520
๐ Bug Fixes
-
v1.8.2
January 13, 2020 -
v1.8.1
January 09, 2020 -
v1.8.0
January 09, 2020 -
v1.7.1
January 07, 2020 -
v1.7.0
October 04, 2019 -
v1.6.0 Changes
March 03, 2019โก๏ธ 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
Other changes
-
v1.5.3 Changes
January 21, 2019๐ Fix issue where
localize
would return strange messages if the translation was missing - #464