All Versions
18
Latest Version
Avg Release Cycle
49 days
Latest Release
969 days ago

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
    • ๐Ÿ›  Fixed issue where fallbacks were not working when I18n.fallbacks was an array - #534
    • ๐Ÿ›  Fixed conditional around deprecating constant of INTERPOLATION_PATTERN - #531
  • 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

    • ๐Ÿ›  Fix an issue with deep_merge and chain fallback backends - #499 & #509
    • ๐Ÿ›  Fix an issue with Rails ordinal number proc and keyword splatting - #521
    • ๐ŸŒ Pass options as keyword arguments to translation procs - #529
    • ๐Ÿ›  Fix pluralize on unknown locale with attributes - #519
  • 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

    • ๐Ÿ›  Fixed flaky test issue with JRuby - #459 / #460
    • ๐Ÿ’Ž gemspec homepage now points to ruby-i18n/i18n - #465
    • โšก๏ธ Update README to point to ruby-i18n/i18n - #473
  • v1.5.3 Changes

    January 21, 2019

    ๐Ÿ›  Fix issue where localize would return strange messages if the translation was missing - #464