Skip to content

Releases: ruby-i18n/i18n

v1.9.1

28 Jan 03:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

26 Jan 23:28
Compare
Choose a tag to compare

Minor version bump: The number of changes in this release are more than I would feel comfortable including in a point release. Therefore, I have bumped the minor version number here. -- @radar

What's Changed

New Contributors

Full Changelog: v1.8.11...v1.9.0

v1.8.11

02 Nov 22:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.10...v1.8.11

1.8.10

30 Mar 22:38
Compare
Choose a tag to compare
  • Fix string locale will trigger on_fallback hook - #562

1.8.9

12 Feb 20:15
Compare
Choose a tag to compare
  • Rely on Ruby 3's native Hash#except method -- #557

This release also contains several build related updates -- rather than listing them out here, you can see the compare view between 1.8.8 and 1.8.9.

1.8.8

02 Feb 00:52
Compare
Choose a tag to compare
  • Fixed threadsafety issues in Simple backend: #554
  • Re-attempt to fix threadsafety of fallbacks: #548

  • Use OpenSSL::Digest instead of usual Digest libraries: #549
  • Goodbye, post-install message #552
  • Use Rails' main branch, instead of master #553

1.8.7

04 Jan 10:03
Compare
Choose a tag to compare
  • Fixed a regression with fallback logic: see issues #547, #546 and #542.

1.8.6

01 Jan 22:38
Compare
Choose a tag to compare
  • Fallbacks are now stored in Thread.current for multi-threading compatibility: #542
  • no-op arguments are no longer allowed for I18n.t calls -- fixes an incompatibility with Ruby 3.0: #545

This gem's GitHub workflow files have been updated to ensure compatibility between new Rails versions (6.1) and the new Ruby release (3.0). See the "Actions" tab on GitHub for the full range of supported Rails and Ruby versions.

v1.8.5

04 Aug 22:54
Compare
Choose a tag to compare
  • Fixed an issue where users could not use their own custom fallback classes - #536

v1.8.4

20 Jul 00:32
Compare
Choose a tag to compare
  • Fixed issue where fallbacks were not working when I18n.fallbacks was an array - #534
  • Fixed conditional around deprecating constant of INTERPOLATION_PATTERN - #531